casa
$Rev:20696$
|
Mathematical operations involving RigidVectors. More...
#include <RigidVector.h>
Public Member Functions | |
RigidVector< Float, 4 > | operator* (const SquareMatrix< Float, 4 > &m, const RigidVector< Float, 4 > &v) |
Multiply vector by matrix. | |
RigidVector< Complex, 4 > | operator* (const SquareMatrix< Complex, 4 > &m, const RigidVector< Complex, 4 > &v) |
Multiply vector by matrix. |
RigidVector<Float,4> casa::RigidVector_global_functions_math::operator* | ( | const SquareMatrix< Float, 4 > & | m, |
const RigidVector< Float, 4 > & | v | ||
) | [inline] |
Multiply vector by matrix.
Definition at line 270 of file RigidVector.h.
RigidVector<Complex,4> casa::RigidVector_global_functions_math::operator* | ( | const SquareMatrix< Complex, 4 > & | m, |
const RigidVector< Complex, 4 > & | v | ||
) | [inline] |
Multiply vector by matrix.
Definition at line 276 of file RigidVector.h.