Home
last modified time | relevance | path

Searched refs:SparseLUImpl (Results 1 – 14 of 14) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h33 template <typename Scalar, typename StorageIndex> class SparseLUImpl; variable
43 …_traits(Index jcol, Index& jsuper, typename SparseLUImpl<Scalar, StorageIndex>::GlobalLU_t& glu, S… in column_dfs_traits()
60 typename SparseLUImpl<Scalar, StorageIndex>::GlobalLU_t& m_glu;
61 SparseLUImpl<Scalar, StorageIndex>& m_luImpl;
93 Index SparseLUImpl<Scalar,StorageIndex>::column_dfs(const Index m, const Index jcol, IndexVector& p… in column_dfs()
DSparseLU_Memory.h63 Index SparseLUImpl<Scalar,StorageIndex>::expand(VectorType& vec, Index& length, Index nbElts, Inde… in expand()
151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit()
209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, Mem… in memXpand()
DSparseLU_Utils.h21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz()
52 void SparseLUImpl<Scalar,StorageIndex>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t… in fixupL()
DSparseLU_panel_dfs.h62 void SparseLUImpl<Scalar,StorageIndex>::dfs_kernel(const StorageIndex jj, IndexVector& perm_r, in dfs_kernel()
219 void SparseLUImpl<Scalar,StorageIndex>::panel_dfs(const Index m, const Index w, const Index jcol, M… in panel_dfs()
DSparseLU_relax_snode.h47 void SparseLUImpl<Scalar,StorageIndex>::relax_snode (const Index n, IndexVector& et, const Index re… in relax_snode()
DSparseLU_copy_to_ucol.h50 Index SparseLUImpl<Scalar,StorageIndex>::copy_to_ucol(const Index jcol, const Index nseg, IndexVect… in copy_to_ucol()
DSparseLU_pruneL.h53 void SparseLUImpl<Scalar,StorageIndex>::pruneL(const Index jcol, const IndexVector& perm_r, const I… in pruneL()
DSparseLU_heap_relax_snode.h46 void SparseLUImpl<Scalar,StorageIndex>::heap_relax_snode (const Index n, IndexVector& et, const Ind… in heap_relax_snode()
DSparseLU_pivotL.h60 Index SparseLUImpl<Scalar,StorageIndex>::pivotL(const Index jcol, const RealScalar& diagpivotthresh… in pivotL()
DSparseLU_column_bmod.h53 Index SparseLUImpl<Scalar,StorageIndex>::column_bmod(const Index jcol, const Index nseg, BlockScala… in column_bmod()
DSparseLUImpl.h20 class SparseLUImpl
DSparseLU.h74 …rseSolverBase<SparseLU<_MatrixType,_OrderingType> >, public internal::SparseLUImpl<typename _Matri…
92 typedef internal::SparseLUImpl<Scalar, StorageIndex> Base;
DSparseLU_panel_bmod.h56 void SparseLUImpl<Scalar,StorageIndex>::panel_bmod(const Index m, const Index w, const Index jcol, in panel_bmod()
/external/eigen/Eigen/
DSparseLU30 #include "src/SparseLU/SparseLUImpl.h"