Main Page | User's Guide | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

Seldon::Matrix< T, Prop, RowSym, Allocator > Class Template Reference

Row-major symmetric full-matrix class. More...

#include <Matrix_Symmetric.hxx>

Inheritance diagram for Seldon::Matrix< T, Prop, RowSym, Allocator >:

Seldon::Matrix_Symmetric< T, Prop, RowSym, Allocator > Seldon::Matrix_Base< T, Allocator > List of all members.

Public Member Functions

 Matrix () throw ()
 Default constructor.
 Matrix (int i, int j)
 Main constructor.
template<class T0>
Matrix< T, Prop, RowSym, Allocator > & operator= (const T0 &x)
 Fills the matrix with a given value.

Detailed Description

template<class T, class Prop, class Allocator>
class Seldon::Matrix< T, Prop, RowSym, Allocator >

Row-major symmetric full-matrix class.


Member Function Documentation

template<class T, class Prop, class Allocator>
Seldon::Matrix< T, Prop, RowSym, Allocator >::Matrix int  i,
int  j
 

Main constructor.

Builds a i by j full row-major matrix.

Parameters:
i number of rows.
j number of columns.

template<class T, class Prop, class Allocator>
Seldon::Matrix< T, Prop, RowSym, Allocator >::Matrix  )  throw ()
 

Default constructor.

Builds an empty 0x0 matrix.

template<class T, class Prop, class Allocator>
template<class T0>
Matrix< T, Prop, RowSym, Allocator > & Seldon::Matrix< T, Prop, RowSym, Allocator >::operator= const T0 &  x  ) 
 

Fills the matrix with a given value.

Parameters:
x the value to fill the matrix with.

Reimplemented from Seldon::Matrix_Symmetric< T, Prop, RowSym, Allocator >.


The documentation for this class was generated from the following files:
Generated on Sun Jan 16 23:38:02 2005 for Multivac by  doxygen 1.4.0