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

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