Searched refs:MappedSparseMatrix (Results 1 – 12 of 12) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | MappedSparseMatrix.h | 27 struct traits<MappedSparseMatrix<_Scalar, _Flags, _StorageIndex> > : traits<SparseMatrix<_Scalar, _… 32 class MappedSparseMatrix 42 …inline MappedSparseMatrix(Index rows, Index cols, Index nnz, StorageIndex* outerIndexPtr, StorageI… 47 inline ~MappedSparseMatrix() {} 53 struct evaluator<MappedSparseMatrix<_Scalar,_Options,_StorageIndex> > 54 : evaluator<SparseCompressedBase<MappedSparseMatrix<_Scalar,_Options,_StorageIndex> > > 56 typedef MappedSparseMatrix<_Scalar,_Options,_StorageIndex> XprType;
|
D | SparseRef.h | 136 inline Ref(const MappedSparseMatrix<MatScalar,OtherOptions,MatIndex>& expr); 153 inline Ref(MappedSparseMatrix<MatScalar,OtherOptions,MatIndex>& expr)
|
D | SparseUtil.h | 55 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class MappedSparseMatrix; variable
|
D | SparseMatrix.h | 109 typedef MappedSparseMatrix<Scalar,Flags> Map;
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 156 …SparseLUMatrixUReturnType<SCMatrix,MappedSparseMatrix<Scalar,ColMajor,StorageIndex> > matrixU() co… in matrixU() 158 …return SparseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,StorageIndex> >(m_Ls… in matrixU() 377 MappedSparseMatrix<Scalar,ColMajor,StorageIndex> m_Ustore; // The upper triangular matrix 697 …new (&m_Ustore) MappedSparseMatrix<Scalar, ColMajor, StorageIndex> ( m, n, m_nnzU, m_glu.xusub.dat… in factorize()
|
/external/eigen/Eigen/ |
D | SparseCore | 44 #include "src/SparseCore/MappedSparseMatrix.h"
|
/external/eigen/test/ |
D | sparse_solvers.cpp | 65 …MappedSparseMatrix<Scalar> mm2(rows, cols, cm2.nonZeros(), cm2.outerIndexPtr(), cm2.innerIndexPtr(… in sparse_solvers()
|
D | sparse_basic.cpp | 407 …MappedSparseMatrix<Scalar,SparseMatrixType::Options,StorageIndex> mapMat2(m2.rows(), m2.cols(), m2… in sparse_basic() 408 …MappedSparseMatrix<Scalar,SparseMatrixType::Options,StorageIndex> mapMat3(m3.rows(), m3.cols(), m3… in sparse_basic()
|
D | sparse_solver.h | 86 …MappedSparseMatrix<Scalar,Mat::Options,StorageIndex> Am(A.rows(), A.cols(), A.nonZeros(), const_ca… in check_sparse_solving()
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 155 MappedSparseMatrix<Scalar,Flags,StorageIndex> viewAsEigen(cholmod_sparse& cm) 157 return MappedSparseMatrix<Scalar,Flags,StorageIndex>
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | DynamicSparseMatrix.h | 66 typedef MappedSparseMatrix<Scalar,Flags> Map;
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 298 MappedSparseMatrix<Scalar,Flags,Index> map_superlu(SluMatrix& sluMat) 305 return MappedSparseMatrix<Scalar,Flags,Index>(
|