PLaSK library
|
#include <solvers/gain/wasiak/wzmocnienie/tnt/tnt_cmat.h>
Public Types | |
typedef Subscript | size_type |
typedef T | value_type |
typedef T | element_type |
typedef T * | pointer |
typedef T * | iterator |
typedef T & | reference |
typedef const T * | const_iterator |
typedef const T & | const_reference |
Public Member Functions | |
Subscript | lbound () const |
operator T** () | |
operator T** () const | |
Subscript | size () const |
Matrix () | |
Matrix (const Matrix< T > &A) | |
Matrix (Subscript M, Subscript N, const T &value=T()) | |
Matrix (Subscript M, Subscript N, const T *v) | |
Matrix (Subscript M, Subscript N, const char *s) | |
~Matrix () | |
Matrix< T > & | newsize (Subscript M, Subscript N) |
Matrix< T > & | operator= (const Matrix< T > &A) |
Matrix< T > & | operator= (const T &scalar) |
Subscript | dim (Subscript d) const |
Subscript | num_rows () const |
Subscript | num_cols () const |
T * | operator[] (Subscript i) |
const T * | operator[] (Subscript i) const |
reference | operator() (Subscript i) |
const_reference | operator() (Subscript i) const |
reference | operator() (Subscript i, Subscript j) |
const_reference | operator() (Subscript i, Subscript j) const |
Protected Member Functions | |
void | initialize (Subscript M, Subscript N) |
void | copy (const T *v) |
void | set (const T &val) |
void | destroy () |
Protected Attributes | |
Subscript | m_ |
Subscript | n_ |
Subscript | mn_ |
T * | v_ |
T ** | row_ |
T * | vm1_ |
T ** | rowm1_ |
Definition at line 39 of file tnt_cmat.h.
typedef const T* TNT::Matrix< T >::const_iterator |
Definition at line 51 of file tnt_cmat.h.
typedef const T& TNT::Matrix< T >::const_reference |
Definition at line 52 of file tnt_cmat.h.
typedef T TNT::Matrix< T >::element_type |
Definition at line 47 of file tnt_cmat.h.
typedef T* TNT::Matrix< T >::iterator |
Definition at line 49 of file tnt_cmat.h.
typedef T* TNT::Matrix< T >::pointer |
Definition at line 48 of file tnt_cmat.h.
typedef T& TNT::Matrix< T >::reference |
Definition at line 50 of file tnt_cmat.h.
typedef Subscript TNT::Matrix< T >::size_type |
Definition at line 45 of file tnt_cmat.h.
typedef T TNT::Matrix< T >::value_type |
Definition at line 46 of file tnt_cmat.h.
|
inline |
Definition at line 175 of file tnt_cmat.h.
|
inline |
Definition at line 177 of file tnt_cmat.h.
|
inline |
Definition at line 183 of file tnt_cmat.h.
|
inline |
Definition at line 189 of file tnt_cmat.h.
|
inline |
Definition at line 195 of file tnt_cmat.h.
|
inline |
Definition at line 210 of file tnt_cmat.h.
|
inlineprotected |
Definition at line 95 of file tnt_cmat.h.
|
inlineprotected |
Definition at line 150 of file tnt_cmat.h.
|
inline |
Definition at line 259 of file tnt_cmat.h.
|
inlineprotected |
Definition at line 68 of file tnt_cmat.h.
|
inline |
Definition at line 54 of file tnt_cmat.h.
|
inline |
Definition at line 218 of file tnt_cmat.h.
|
inline |
Definition at line 269 of file tnt_cmat.h.
|
inline |
Definition at line 268 of file tnt_cmat.h.
|
inline |
Definition at line 167 of file tnt_cmat.h.
|
inline |
Definition at line 168 of file tnt_cmat.h.
|
inline |
Definition at line 292 of file tnt_cmat.h.
|
inline |
Definition at line 301 of file tnt_cmat.h.
|
inline |
Definition at line 312 of file tnt_cmat.h.
|
inline |
Definition at line 325 of file tnt_cmat.h.
|
inline |
Definition at line 234 of file tnt_cmat.h.
|
inline |
Definition at line 252 of file tnt_cmat.h.
|
inline |
Definition at line 274 of file tnt_cmat.h.
|
inline |
Definition at line 283 of file tnt_cmat.h.
|
inlineprotected |
Definition at line 121 of file tnt_cmat.h.
|
inline |
Definition at line 171 of file tnt_cmat.h.
|
protected |
Definition at line 57 of file tnt_cmat.h.
|
protected |
Definition at line 59 of file tnt_cmat.h.
|
protected |
Definition at line 58 of file tnt_cmat.h.
|
protected |
Definition at line 61 of file tnt_cmat.h.
|
protected |
Definition at line 63 of file tnt_cmat.h.
|
protected |
Definition at line 60 of file tnt_cmat.h.
|
protected |
Definition at line 62 of file tnt_cmat.h.