$extrastylesheet
#include <mln/algebra/h_mat.hh>
Public Member Functions | |
h_mat () | |
h_mat (const mat< d+1, d+1, T > &x) | |
mat< n, m, T > | _1 () const |
const T & | operator() (unsigned i, unsigned j) const |
T & | operator() (unsigned i, unsigned j) |
void | set_all (const T &val) |
unsigned | size () const |
mat< m, n, T > | t () const |
Static Public Member Functions | |
static mat | identity () |
Static Public Attributes | |
static const mat< n, m, T > | Id |
Public Types | |
enum | { N = d, M = d, dim = d * d } |
enum | |
typedef Object< void > | category |
typedef T | coord |
typedef mat< n, m, T > | exact_t |
N-Dimensional matrix with homogeneous coordinates.
Definition at line 61 of file algebra/h_mat.hh.
mln::algebra::h_mat< d, T >::h_mat | ( | ) |
Constructor without argument.
mln::algebra::h_mat< d, T >::h_mat | ( | const mat< d+1, d+1, T > & | x | ) |
Constructor with the underlying matrix.
|
inherited |
Return the inverse of the matrix.
Only compile on square matrix.
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Return the transpose of the matrix.
|
staticinherited |
Definition at line 97 of file algebra/mat.hh.
|
inherited |
|
inherited |
Definition at line 92 of file algebra/mat.hh.
anonymous enum |
Dimension is the 'natural' one (3 for 3D), not the one of the vector (dim + 1)
Definition at line 64 of file algebra/h_mat.hh.
|
inherited |
Definition at line 93 of file algebra/mat.hh.