#include <mat2.hh>
Detailed Description
Definition at line 33 of file mat2.hh.
Constructor & Destructor Documentation
Default initialization, identity matrix.
In with 4 values in row-major order.
row-major order means that the matrix
| a b | | c d |
is initialized with (a,b, c,d)
initialization from array
Member Function Documentation
const Real& At |
( |
std::size_t |
r, |
|
|
std::size_t |
c |
|
) |
| const |
|
inline |
const element access
Definition at line 69 of file mat2.hh.
Real& At |
( |
std::size_t |
r, |
|
|
std::size_t |
c |
|
) |
| |
|
inline |
element access
Definition at line 78 of file mat2.hh.
const Real* Data |
( |
| ) |
const |
|
inline |
Real& operator() |
( |
std::size_t |
r, |
|
|
std::size_t |
c |
|
) |
| |
|
inline |
element access
Definition at line 87 of file mat2.hh.
const Real& operator() |
( |
std::size_t |
r, |
|
|
std::size_t |
c |
|
) |
| const |
|
inline |
const element access
Definition at line 93 of file mat2.hh.
bool operator== |
( |
const Mat2 & |
rhs | ) |
const |
The documentation for this class was generated from the following file: