cgv
|
Public Member Functions | |
up_tri_mat (const mat< T > &m) | |
up_tri_mat (unsigned dim) | |
up_tri_mat (const up_tri_mat &m) | |
up_tri_mat (unsigned dim, const T &c) | |
void | resize (unsigned n) |
operator mat< T > () | |
operator const mat< T > () const | |
up_tri_mat< T > & | operator= (const up_tri_mat< T > &m) |
assignment of a matrix with the same element type | |
unsigned | size () const |
unsigned | dim () const |
unsigned | ncols () const |
unsigned | nrows () const |
void | fill (const T &c) |
T & | operator() (unsigned i, unsigned j) |
const T & | operator() (unsigned i, unsigned j) const |
up_tri_mat< T > & | operator/= (const T &s) |
in place division by a scalar | |
up_tri_mat< T > | operator/ (const T &s) |
division by a scalar | |
const mat< T > | operator* (const up_tri_mat< T > &m2) |
const mat< T > | operator* (const mat< T > &m2) |
Protected Attributes | |
vec< T > | _data |
unsigned | _dim |
Definition at line 11 of file up_tri_mat.h.
|
inline |
Definition at line 23 of file up_tri_mat.h.
|
inline |
Definition at line 29 of file up_tri_mat.h.
|
inline |
Definition at line 44 of file up_tri_mat.h.
|
inline |
Definition at line 50 of file up_tri_mat.h.
|
inline |
Definition at line 57 of file up_tri_mat.h.
|
inlinevirtual |
Definition at line 63 of file up_tri_mat.h.
|
inline |
Definition at line 124 of file up_tri_mat.h.
|
inline |
Definition at line 142 of file up_tri_mat.h.
|
inline |
Definition at line 130 of file up_tri_mat.h.
|
inline |
Definition at line 136 of file up_tri_mat.h.
|
inline |
Definition at line 92 of file up_tri_mat.h.
|
inline |
Definition at line 75 of file up_tri_mat.h.
|
inline |
Definition at line 151 of file up_tri_mat.h.
|
inline |
Definition at line 158 of file up_tri_mat.h.
|
inline |
Definition at line 197 of file up_tri_mat.h.
|
inline |
Definition at line 183 of file up_tri_mat.h.
|
inline |
division by a scalar
Definition at line 175 of file up_tri_mat.h.
|
inline |
in place division by a scalar
Definition at line 165 of file up_tri_mat.h.
|
inline |
assignment of a matrix with the same element type
Definition at line 110 of file up_tri_mat.h.
|
inline |
Definition at line 68 of file up_tri_mat.h.
|
inline |
Definition at line 118 of file up_tri_mat.h.
|
protected |
Definition at line 15 of file up_tri_mat.h.
|
protected |
Definition at line 17 of file up_tri_mat.h.