HomeSort by relevance Sort by last modified time
    Searched refs:lsub (Results 1 - 25 of 38) sorted by null

1 2

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h 83 if (glu.lsub(krow) == pivrow)
101 if (perm_r(glu.lsub(kmax)) == emptyIdxLU)
103 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU)
109 std::swap(glu.lsub(kmin), glu.lsub(kmax));
SparseLU_kernel_bmod.h 26 * \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(lptr + no_zeros))
    [all...]
SparseLU_column_dfs.h 50 void mem_expand(IndexVector& lsub, Index& nextl, Index chmark)
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);
SparseLU_Structs.h 27 * (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
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
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
    [all...]
SparseLU_Utils.h 45 * \brief Fix up the data storage lsub for L-subscripts.
67 glu.lsub(nextl) = perm_r(glu.lsub(j)); // Now indexed into P*A
SparseLU_panel_bmod.h 128 Index irow = glu.lsub(isub);
173 Index irow = glu.lsub(isub++);
181 Index irow = glu.lsub(isub++);
209 if(segsize==1) LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
210 else if(segsize==2) LU_kernel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
211 else if(segsize==3) LU_kernel_bmod<3>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
212 else LU_kernel_bmod<Dynamic>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
SparseLU_Memory.h 183 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0)
192 } while (!glu.lusup.size() || !glu.ucol.size() || !glu.lsub.size() || !glu.usub.size());
SparseLU_copy_to_ucol.h 86 irow = glu.lsub(isub);
SparseLU_column_bmod.h 105 LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
107 LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
129 irow = glu.lsub(isub);
SparseLU_pivotL.h 70 Index* lsub_ptr = &(glu.lsub.data()[lptr]); // Start of row indices of the supernode
SparseLU_panel_dfs.h 53 void mem_expand(IndexVector& /*glu.lsub*/, Index /*nextl*/, Index /*chmark*/) {}
111 Index kchild = glu.lsub(xdfs);
SparseLU.h 695 m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsup);
  /dalvik/dx/tests/101-verify-wide-math/
run 52 oneop lsub
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 162 lsub
ops.d 173 8b: 65 lsub
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 62 'LSUB': ('AUTH', 'SELECTED'),
543 def lsub(self, directory='""', pattern='*'): member in class:IMAP4
546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*')
550 name = 'LSUB'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 62 'LSUB': ('AUTH', 'SELECTED'),
543 def lsub(self, directory='""', pattern='*'): member in class:IMAP4
546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*')
550 name = 'LSUB'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 62 'LSUB': ('AUTH', 'SELECTED'),
543 def lsub(self, directory='""', pattern='*'): member in class:IMAP4
546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*')
550 name = 'LSUB'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 62 'LSUB': ('AUTH', 'SELECTED'),
543 def lsub(self, directory='""', pattern='*'): member in class:IMAP4
546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*')
550 name = 'LSUB'
    [all...]