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


Public Member Functions | |
| NumericMatrix (const NumericMatrix< T > &m) | |
| NumericMatrix (unsigned nrows, unsigned ncols) | |
| NumericMatrix () | |
| const NumericMatrix< T > & | operator * (const T &n) const |
| const NumericMatrix< T > & | operator * (const NumericMatrix< T > &m) const |
| NumericMatrix< T > & | operator *= (const T &m) |
| NumericMatrix< T > & | operator *= (const NumericMatrix< T > &m) |
| NumericMatrix< T > & | operator+ (const NumericMatrix< T > &m) const |
| NumericMatrix< T > & | operator+= (const NumericMatrix< T > &m) |
| const NumericMatrix< T > & | operator- (const NumericMatrix< T > &m) const |
| NumericMatrix< T > & | operator-= (const NumericMatrix< T > &m) |
| const NumericMatrix< T > & | operator/ (const T &n) const |
| NumericMatrix< T > & | operator/= (const T &m) |
| NumericMatrix< T > & | operator/= (const NumericMatrix< T > &m) |
| NumericMatrix< T > & | operator= (const NumericMatrix< T > &m) |
| ~NumericMatrix () | |
|
|||||||||
|
Definition at line 22 of file NumericMatrix.h. |
|
||||||||||||||||
|
Definition at line 49 of file NumericMatrix.h. |
|
|||||||||
|
Definition at line 67 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 55 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 154 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 149 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 109 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 99 of file NumericMatrix.h. References Matrix< T >::nrows_. |
|
||||||||||
|
Definition at line 139 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 73 of file NumericMatrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||
|
Definition at line 144 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 86 of file NumericMatrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||
|
Definition at line 159 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 118 of file NumericMatrix.h. |
|
||||||||||
|
Definition at line 127 of file NumericMatrix.h. References Matrix< T >::data_, Matrix< T >::ncols_, and Matrix< T >::nrows_. |
|
||||||||||
|
Definition at line 60 of file NumericMatrix.h. References Matrix< T >::operator=(). |
1.3.6