cheshirekow
v0.1.0
|
A N x N
matrix expression for the identity matrix.
More...
#include <fiber/identity.h>
Public Types | |
enum | { ROWS_ = N, COLS_ = N, SIZE_ = N * N } |
Public Member Functions | |
Size | cols () const |
Scalar | operator() (int i, int j) const |
matrix accessor More... | |
Scalar | operator[] (Index i) const |
vector accessor More... | |
Size | rows () const |
Size | size () const |
Public Member Functions inherited from fiber::_RValue< Scalar, Eye< Scalar, N > > | |
Size | cols () const |
Scalar | operator() (Size i, Size j) const |
Scalar | operator[] (Size i) const |
Size | rows () const |
Size | size () const |
A N x N
matrix expression for the identity matrix.
Definition at line 32 of file identity.h.
anonymous enum |
Enumerator | |
---|---|
ROWS_ | |
COLS_ | |
SIZE_ |
Definition at line 34 of file identity.h.
|
inline |
Definition at line 42 of file identity.h.
|
inline |
matrix accessor
Definition at line 54 of file identity.h.
|
inline |
vector accessor
Definition at line 45 of file identity.h.
|
inline |
Definition at line 41 of file identity.h.
|
inline |
Definition at line 40 of file identity.h.