Searched defs:lsub (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Structs.h27 * (xlsub,lsub): lsub[*] contains the compressed subscript of
29 * location of the j-th column in lsub[*]. Note that xlsub
34 * (xlsub,lsub) for the purpose of symmetric pruning. For each
37 * lsub[j], j=xlsub[s], .., xlsub[s+1]-1
41 * lsub[j], j=xlsub[t], .., xlsub[t+1]-1
82 IndexVector lsub; // Compressed row indices of L rectangular supernodes. member in struct:Eigen::internal::LU_GlobalLU_t
84 IndexVector xlsub; // pointers to the beginning of each column in lsub
85 Index nzlmax; // Current max size of lsub
H A DSparseLU_kernel_bmod.h26 * \param lsub compressed row subscripts of supernodes
27 * \param lptr pointer to the first column of the current supernode in lsub
35 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
41 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
52 irow = lsub(isub);
80 irow = lsub(isub++);
87 irow = lsub(isub++);
96 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
102 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
105 Scalar f = dense(lsub(lpt
40 run(const int segsize, BlockScalarVector& dense, ScalarVector& tempv, ScalarVector& lusup, Index& luptr, const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) argument
101 run(const int , BlockScalarVector& dense, ScalarVector& , ScalarVector& lusup, Index& luptr, const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) argument
[all...]
H A DSparseLU_column_dfs.h50 void mem_expand(IndexVector& lsub, Index& nextl, Index chmark) argument
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions);
113 dfs_kernel(jcol, perm_r, nseg, glu.lsub, segrep, repfnz, xprune, marker2, parent,
141 * glu.lsub from previous supernode. Note we only store
156 glu.lsub(ito) = glu.lsub(ifrom);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 67 milliseconds