#include <mia/2d/vector.hh>
Go to the source code of this file.
Data Structures | |
struct | T2DMatrix< T > |
A simple 2x2 matrix. More... | |
Typedefs | |
typedef T2DMatrix< float > | C2DFMatrix |
a simple 2x2 matrix More... | |
Functions | |
template<typename T > | |
T2DVector< T > | operator* (const T2DVector< T > &x, const T2DMatrix< T > &m) |
template<typename T > | |
T2DVector< T > | operator* (const T2DMatrix< T > &m, const T2DVector< T > &x) |
typedef T2DMatrix<float> C2DFMatrix |
a simple 2x2 matrix
Definition at line 153 of file 2d/matrix.hh.
Left hand side product of a matrix m and a vector x
x | |
m |
Definition at line 133 of file 2d/matrix.hh.
References gsl::dot(), T2DVector< T2DVector< T > >::x, and T2DVector< T2DVector< T > >::y.
right hand side product of a matrix m and a vector x
m | |
x |
Definition at line 146 of file 2d/matrix.hh.
References T2DVector< T2DVector< T > >::x, T2DVector< T >::x, T2DVector< T2DVector< T > >::y, and T2DVector< T >::y.