/external/eigen/Eigen/src/SparseLU/ |
D | SparseLUImpl.h | 43 …Index pivotL(const Index jcol, const RealScalar& diagpivotthresh, IndexVector& perm_r, IndexVector… 45 void dfs_kernel(const StorageIndex jj, IndexVector& perm_r, 49 …st Index m, const Index w, const Index jcol, MatrixType& A, IndexVector& perm_r, Index& nseg, Scal… 52 …Index column_dfs(const Index m, const Index jcol, IndexVector& perm_r, Index maxsuper, Index& nseg… 54 …t Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector… 55 …void pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, con… 57 void fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu);
|
D | SparseLU_panel_dfs.h | 62 void SparseLUImpl<Scalar,StorageIndex>::dfs_kernel(const StorageIndex jj, IndexVector& perm_r, in dfs_kernel() argument 74 StorageIndex kperm = perm_r(krow); in dfs_kernel() 118 StorageIndex chperm = perm_r(kchild); in dfs_kernel() 219 …st Index m, const Index w, const Index jcol, MatrixType& A, IndexVector& perm_r, Index& nseg, Scal… in panel_dfs() argument 248 dfs_kernel(jj, perm_r, nseg, panel_lsub, segrep, repfnz_col, xprune, marker, parent, in panel_dfs()
|
D | SparseLU_pruneL.h | 53 void SparseLUImpl<Scalar,StorageIndex>::pruneL(const Index jcol, const IndexVector& perm_r, const I… in pruneL() argument 102 if (perm_r(glu.lsub(kmax)) == emptyIdxLU) in pruneL() 104 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU) in pruneL()
|
D | SparseLU_pivotL.h | 60 …pivotL(const Index jcol, const RealScalar& diagpivotthresh, IndexVector& perm_r, IndexVector& iper… in pivotL() argument 93 perm_r(pivrow) = StorageIndex(jcol); in pivotL() 114 perm_r(pivrow) = StorageIndex(jcol); in pivotL()
|
D | SparseLU_Utils.h | 52 void SparseLUImpl<Scalar,StorageIndex>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t… in fixupL() argument 67 glu.lsub(nextl) = perm_r(glu.lsub(j)); // Now indexed into P*A in fixupL()
|
D | SparseLU_copy_to_ucol.h | 51 … BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu) in copy_to_ucol() argument 88 … glu.usub(nextu) = perm_r(irow); // Unlike the L part, the U part is stored in its final order in copy_to_ucol()
|
D | SparseLU_column_dfs.h | 93 …,StorageIndex>::column_dfs(const Index m, const Index jcol, IndexVector& perm_r, Index maxsuper, I… in column_dfs() argument 115 dfs_kernel(StorageIndex(jcol), perm_r, nseg, glu.lsub, segrep, repfnz, xprune, marker2, parent, in column_dfs()
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 25 … int *perm_c, int *perm_r, int *etree, char *equed, \ 34 …PREFIX##gssvx(options, A, perm_c, perm_r, etree, equed, R, C, L, … 49 … int *perm_c, int *perm_r, int *etree, char *equed, \ 57 …PREFIX##gssvx(options, A, perm_c, perm_r, etree, equed, R, C, L, … 84 int *perm_c, int *perm_r, int *etree, char *equed, \ 92 PREFIX##gsisx(options, A, perm_c, perm_r, etree, equed, R, C, L, \
|