|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Mix-in Interface for initializing a matrix with a dense symmetric matrix. More...
#include <AbstractLinAlgPack_MatrixSymDenseInitialize.hpp>

Public Member Functions | |
| virtual void | initialize (const DMatrixSliceSym &M)=0 |
| Initialize with a symmetric dense matrix. | |
Mix-in Interface for initializing a matrix with a dense symmetric matrix.
Definition at line 51 of file AbstractLinAlgPack_MatrixSymDenseInitialize.hpp.
| virtual void AbstractLinAlgPack::MatrixSymDenseInitialize::initialize | ( | const DMatrixSliceSym & | M | ) | [pure virtual] |
Initialize with a symmetric dense matrix.
Through this interface there are absolutly no postconditions as the the state of this after this function executes. The implementation can use M to initialize itself any way it would like.
1.7.6.1