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

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