HomeSort by relevance Sort by last modified time
    Searched defs:SparseMatrix (Results 1 - 4 of 4) 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/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 17 template<typename Scalar, int Options, typename Index> class SparseMatrix;
98 operator SparseMatrix<Scalar, Options, Index>()
100 SparseMatrix<Scalar, Options, Index> result;
  /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 312 milliseconds