#include <Matrix.h>
Inheritance diagram for Matrix< T >:


Public Member Functions | |
| unsigned | cols () const |
| void | init (const T &init_val) |
| Matrix (const Matrix< T > &m) | |
| Matrix (unsigned nrows, unsigned ncols) | |
| Matrix () | |
| const T & | operator() (unsigned i, unsigned j) const |
| T & | operator() (unsigned i, unsigned j) |
| Matrix< T > & | operator= (const Matrix< T > &m) |
| void | print (std::ostream &os) const |
| void | read (std::istream &is) |
| unsigned | rows () const |
| ~Matrix () | |
Protected Attributes | |
| T * | data_ |
| unsigned | ncols_ |
| unsigned | nrows_ |
|
|||||||||
|
Definition at line 60 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||||||||
|
|
|
|||||||||
|
Definition at line 122 of file Matrix.h. References Matrix< T >::data_. |
|
||||||||||
|
|
|
|||||||||
|
Definition at line 74 of file Matrix.h. References Matrix< T >::ncols_. Referenced by mems::TransformDistanceIdentity(). |
|
||||||||||
|
Definition at line 129 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. Referenced by mems::BackboneIdentityMatrix(), mems::DistanceMatrix(), mems::IdentityMatrix(), mems::MatchIdentityMatrix(), and mems::SingleCopyDistanceMatrix(). |
|
||||||||||||||||
|
Definition at line 88 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||||||||
|
Definition at line 80 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||
|
Definition at line 110 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. Referenced by NumericMatrix< T >::operator=(). |
|
||||||||||
|
Definition at line 137 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||
|
Definition at line 149 of file Matrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
|||||||||
|
Definition at line 68 of file Matrix.h. References Matrix< T >::nrows_. Referenced by mems::MuscleInterface::CreateTree(), and mems::TransformDistanceIdentity(). |
|
|||||
|
Definition at line 55 of file Matrix.h. Referenced by Matrix< T >::init(), Matrix< T >::Matrix(), Matrix< T >::operator()(), NumericMatrix< T >::operator+=(), NumericMatrix< T >::operator-=(), NumericMatrix< T >::operator/=(), Matrix< T >::operator=(), Matrix< T >::print(), Matrix< T >::read(), and Matrix< T >::~Matrix(). |
|
|||||
|
Definition at line 56 of file Matrix.h. Referenced by Matrix< T >::cols(), Matrix< T >::init(), Matrix< T >::Matrix(), Matrix< T >::operator()(), NumericMatrix< T >::operator+=(), NumericMatrix< T >::operator-=(), NumericMatrix< T >::operator/=(), Matrix< T >::operator=(), Matrix< T >::print(), and Matrix< T >::read(). |
|
|||||
1.3.6