
Definition at line 287 of file transformation2.hh.
Public Member Functions | |
| T | det () const |
| SMatrix3< T > | transpose () const |
| SMatrix3< T > | adj () const |
| SMatrix3< T > | inv () const |
Public Attributes | |
| T | values [3][3] |
| T SMatrix3< T >::det | ( | ) | const |
Computes the determinat of the symmetric matrix
Definition at line 346 of file transformation2.hh.
Computes the transposed symmetric matrix
Definition at line 358 of file transformation2.hh.
Computes the complement of the symmetric matrix
Definition at line 368 of file transformation2.hh.
Computes the inverse (=transposed) symmetric matrix
Definition at line 384 of file transformation2.hh.
1.5.0