#include <mat2.hh>
Inherits equality_comparable< Mat2 >, additive< Mat2 >, and multiplicative2< Mat2, Real >.
Definition at line 33 of file mat2.hh.
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
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:
- build-2.6/stage/include/ost/geom/mat2.hh