OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseLUImpl
(Results
1 - 13
of
13
) sorted by null
/external/eigen/Eigen/src/SparseLU/
SparseLU_column_dfs.h
33
template <typename Scalar, typename Index> class
SparseLUImpl
;
43
column_dfs_traits(Index jcol, Index& jsuper, typename
SparseLUImpl
<Scalar, Index>::GlobalLU_t& glu,
SparseLUImpl
<Scalar, Index>& luImpl)
60
typename
SparseLUImpl
<Scalar, Index>::GlobalLU_t& m_glu;
61
SparseLUImpl
<Scalar, Index>& m_luImpl;
93
Index
SparseLUImpl
<Scalar,Index>::column_dfs(const Index m, const Index jcol, IndexVector& perm_r, Index maxsuper, Index& nseg, BlockIndexVector lsub_col, IndexVector& segrep, BlockIndexVector repfnz, IndexVector& xprune, IndexVector& marker, IndexVector& parent, IndexVector& xplore, GlobalLU_t& glu)
SparseLU_relax_snode.h
47
void
SparseLUImpl
<Scalar,Index>::relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
SparseLU_Utils.h
21
void
SparseLUImpl
<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu)
52
void
SparseLUImpl
<Scalar,Index>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu)
SparseLU_Memory.h
64
Index
SparseLUImpl
<Scalar,Index>::expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions)
152
Index
SparseLUImpl
<Scalar,Index>::memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t& glu)
210
Index
SparseLUImpl
<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions)
SparseLU_copy_to_ucol.h
50
Index
SparseLUImpl
<Scalar,Index>::copy_to_ucol(const Index jcol, const Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu)
SparseLU_heap_relax_snode.h
46
void
SparseLUImpl
<Scalar,Index>::heap_relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
SparseLU_pruneL.h
53
void
SparseLUImpl
<Scalar,Index>::pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, const IndexVector& segrep, BlockIndexVector repfnz, IndexVector& xprune, GlobalLU_t& glu)
SparseLU_pivotL.h
60
Index
SparseLUImpl
<Scalar,Index>::pivotL(const Index jcol, const RealScalar& diagpivotthresh, IndexVector& perm_r, IndexVector& iperm_c, Index& pivrow, GlobalLU_t& glu)
SparseLU_panel_dfs.h
62
void
SparseLUImpl
<Scalar,Index>::dfs_kernel(const Index jj, IndexVector& perm_r,
219
void
SparseLUImpl
<Scalar,Index>::panel_dfs(const Index m, const Index w, const Index jcol, MatrixType& A, IndexVector& perm_r, Index& nseg, ScalarVector& dense, IndexVector& panel_lsub, IndexVector& segrep, IndexVector& repfnz, IndexVector& xprune, IndexVector& marker, IndexVector& parent, IndexVector& xplore, GlobalLU_t& glu)
SparseLUImpl.h
16
* \class
SparseLUImpl
20
class
SparseLUImpl
SparseLU_column_bmod.h
53
Index
SparseLUImpl
<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu)
SparseLU.h
73
class SparseLU : public internal::
SparseLUImpl
<typename _MatrixType::Scalar, typename _MatrixType::Index>
86
typedef internal::
SparseLUImpl
<Scalar, Index> Base;
SparseLU_panel_bmod.h
56
void
SparseLUImpl
<Scalar,Index>::panel_bmod(const Index m, const Index w, const Index jcol,
Completed in 1264 milliseconds