#include <Mat22.h>
Definition at line 19 of file Mat22.h.
SExtractor::Mat22::Mat22 |
( |
| ) |
|
|
inline |
SExtractor::Mat22::Mat22 |
( |
double |
m1, |
|
|
double |
m2, |
|
|
double |
m3, |
|
|
double |
m4 |
|
) |
| |
|
inline |
SExtractor::Mat22::Mat22 |
( |
std::tuple< double, double, double, double > |
tuple | ) |
|
|
inline |
Mat22 SExtractor::Mat22::GetInverse |
( |
| ) |
const |
|
inline |
Mat22 SExtractor::Mat22::GetTranspose |
( |
| ) |
const |
|
inline |
Mat22& SExtractor::Mat22::operator*= |
( |
const Mat22 & |
other | ) |
|
|
inline |
Mat22& SExtractor::Mat22::operator= |
( |
const Mat22 & |
other | ) |
|
|
inline |
double SExtractor::Mat22::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
double& SExtractor::Mat22::operator[] |
( |
size_t |
i | ) |
|
|
inline |
double SExtractor::Mat22::m_mat[4] |
The documentation for this class was generated from the following file: