#include <AbstractLinAlgPack_MatrixSymDiagSparseStd.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixSymDiagSparseStd:
Constructors/initializes | |
| MatrixSymDiagSparseStd () | |
| Construct uninitialized. | |
| MatrixSymDiagSparseStd (const SpVectorSlice &diag) | |
| Construct the diagonal. | |
| void | initialize (const SpVectorSlice &diag) |
| Reinitialize the diagonal. | |
Overridden from MatrixOp | |
| MatrixOp & | operator= (const MatrixOp &m) |
| | |
[NOHEADER] | |
| const SpVectorSlice | diag () const |
| | |
The underlying diagonal vector is sorted and determines the dimensions of the matrix.
The default constructor, copy constructor are allowed.
Definition at line 44 of file AbstractLinAlgPack_MatrixSymDiagSparseStd.hpp.
|
|
Construct uninitialized.
Definition at line 51 of file AbstractLinAlgPack_MatrixSymDiagSparseStd.hpp. |
|
|
Construct the diagonal.
Definition at line 37 of file AbstractLinAlgPack_MatrixSymDiagSparseStd.cpp. |
|
|
Reinitialize the diagonal.
Definition at line 41 of file AbstractLinAlgPack_MatrixSymDiagSparseStd.cpp. |
|
|
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 48 of file AbstractLinAlgPack_MatrixSymDiagSparseStd.cpp. |
|
|
Implements AbstractLinAlgPack::MatrixSymDiagSparse. Definition at line 69 of file AbstractLinAlgPack_MatrixSymDiagSparseStd.cpp. |
1.3.9.1