Home
last modified time | relevance | path

Searched refs:xusub (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_copy_to_ucol.h59 StorageIndex nextu = glu.xusub(jcol); in copy_to_ucol()
100 glu.xusub(jcol + 1) = nextu; // close U(*,jcol) in copy_to_ucol()
DSparseLU_Structs.h89 IndexVector xusub; // Pointers to the beginning of each column of U in ucol member
DSparseLU_Utils.h24 nnzU = (glu.xusub)(n); in countnz()
DSparseLU_Memory.h175 glu.xusub.resize(n+1); in memInit()
DSparseLU.h584 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(0); in factorize()
697 …new (&m_Ustore) MappedSparseMatrix<Scalar, ColMajor, StorageIndex> ( m, n, m_nnzU, m_glu.xusub.dat… in factorize()