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