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
|
| |||||
Create a square symmetric matrix initialized with zeros.
| |||||
| |||||
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