|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Interface to all diagonal matrices {abstract}. More...
#include <AbstractLinAlgPack_MatrixSymDiag.hpp>

Public Member Functions | |
| virtual const Vector & | diag () const =0 |
| Give const access to the diagonal. | |
Interface to all diagonal matrices {abstract}.
Definition at line 51 of file AbstractLinAlgPack_MatrixSymDiag.hpp.
| virtual const Vector& AbstractLinAlgPack::MatrixSymDiag::diag | ( | ) | const [pure virtual] |
Give const access to the diagonal.
Implemented in AbstractLinAlgPack::MatrixSymDiagStd.
1.7.6.1