The class Taucs_symmetric_matrix is a C++ wrapper around a TAUCS symmetric matrix (type taucs_ccs_matrix).
Symmetric matrices store only the lower triangle.
#include <CGAL/Taucs_matrix.h>
Model of the SparseLinearAlgebraTraits_d::Matrix concept.
The full template declaration is:
template<class T>
struct Taucs_symmetric_matrix;
Parameters
Taucs_symmetric_matrix<T>::NT |
Taucs_symmetric_matrix<T> M ( int dim); | |||||
Create a square symmetric matrix initialized with zeros.
| |||||
Taucs_symmetric_matrix<T> M ( int rows, int columns); | |||||
Create a square symmetric matrix initialized with zeros.
|
CGAL::Taucs_solver_traits<T>
CGAL::Taucs_symmetric_solver_traits<T>
CGAL::Taucs_matrix<T>
CGAL::Taucs_vector<T>
OpenNL::DefaultLinearSolverTraits<COEFFTYPE, MATRIX, VECTOR, SOLVER> in OpenNL package
OpenNL::SymmetricLinearSolverTraits<COEFFTYPE, MATRIX, VECTOR, SOLVER> in OpenNL package