42 #ifndef MATRIX_SYM_DIAGONAL_H
43 #define MATRIX_SYM_DIAGONAL_H
47 namespace AbstractLinAlgPack {
63 #endif // MATRIX_SYM_DIAGONAL_H
Abstract interface for immutable, finite dimensional, coordinate vectors {abstract}.
Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to compute ma...
virtual const Vector & diag() const =0
Give const access to the diagonal.
Interface to all diagonal matrices {abstract}.