HomeSort by relevance Sort by last modified time
    Searched defs:SparseMatrix (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
sparse_matrix.cc 36 SparseMatrix::~SparseMatrix() {
sparse_matrix.h 65 class SparseMatrix : public LinearOperator {
67 virtual ~SparseMatrix();
94 // array depends on the particular kind of SparseMatrix being
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 17 * \class SparseMatrix
43 struct traits<SparseMatrix<_Scalar, _Options, _Index> >
61 struct traits<Diagonal<const SparseMatrix<_Scalar, _Options, _Index>, DiagIndex> >
63 typedef SparseMatrix<_Scalar, _Options, _Index> MatrixType;
85 class SparseMatrix
86 : public SparseMatrixBase<SparseMatrix<_Scalar, _Options, _Index> >
89 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseMatrix)
90 EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(SparseMatrix, +=)
91 EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(SparseMatrix, -=)
102 typedef SparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix
    [all...]

Completed in 1810 milliseconds