#include <Matrix_Pointers.hxx>
Inheritance diagram for Seldon::Matrix< T, Prop, RowMajor, Allocator >:

Public Member Functions | |
| Matrix () throw () | |
| Default constructor. | |
| Matrix (int i, int j) | |
| Main constructor. | |
| template<class T0> | |
| Matrix< T, Prop, RowMajor, Allocator > & | operator= (const T0 &x) |
| Fills the matrix with a given value. | |
|
||||||||||||||||
|
Main constructor. Builds a i by j full row-major matrix.
|
|
|||||||||
|
Default constructor. Builds a empty matrix. |
|
||||||||||||||
|
Fills the matrix with a given value.
Reimplemented from Seldon::Matrix_Pointers< T, Prop, RowMajor, Allocator >. |
1.4.0