The class Taucs_vector is a C++ wrapper around TAUCS' vector type, which is a simple array.
#include <CGAL/Taucs_vector.h>
Model of the SparseLinearAlgebraTraits_d::Vector concept.
The full template declaration is:
template<
class T>
class Taucs_vector;
|
| |
Create a vector initialized with zeros.
| |
| |
Copy constructor.
|
|
| Return the vector's number of coefficients. | ||
|
|
Read/write access to a vector coefficient.
| ||
|
|
|||
|
| Get TAUCS vector wrapped by this object. | ||
|
|
CGAL::Taucs_solver_traits<T>
CGAL::Taucs_symmetric_solver_traits<T>
CGAL::Taucs_matrix<T>
CGAL::Taucs_symmetric_matrix<T>
OpenNL::DefaultLinearSolverTraits<COEFFTYPE, MATRIX, VECTOR, SOLVER> in OpenNL package
OpenNL::SymmetricLinearSolverTraits<COEFFTYPE, MATRIX, VECTOR, SOLVER> in OpenNL package