NGSolve
4.9
|
A symmetric sparse matrix. More...
#include <sparsematrix.hpp>
Public Types | |
typedef mat_traits< TM >::TSCAL | TSCAL |
Public Member Functions | |
virtual void | AddElementMatrix (const FlatArray< int > &dnums, const FlatMatrix< TSCAL > &elmat) |
virtual void | AddElementMatrix (const FlatArray< int > &dnums1, const FlatArray< int > &dnums2, const FlatMatrix< TSCAL > &elmat) |
Protected Member Functions | |
SparseMatrixSymmetricTM (int as, int max_elsperrow) | |
SparseMatrixSymmetricTM (const Array< int > &elsperrow) | |
SparseMatrixSymmetricTM (int size, const Table< int > &rowelements) | |
SparseMatrixSymmetricTM (const MatrixGraph &agraph, bool stealgraph) | |
SparseMatrixSymmetricTM (const SparseMatrixSymmetricTM &amat) |
A symmetric sparse matrix.