HomeSort by relevance Sort by last modified time
    Searched refs:m_glu (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 382 typename Base::GlobalLU_t m_glu; member in class:Eigen::SparseLU
541 Index info = Base::memInit(m, n, nnz, lwork, m_perfv.fillfactor, m_perfv.panel_size, m_glu);
583 m_glu.supno(0) = emptyIdxLU; m_glu.xsup.setConstant(0);
584 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(0);
612 Base::panel_dfs(m, panel_size, jcol, m_mat, m_perm_r.indices(), nseg1, dense, panel_lsub, segrep, repfnz, xprune, marker, parent, xplore, m_glu);
615 Base::panel_bmod(m, panel_size, jcol, nseg1, dense, tempv, segrep, repfnz, m_glu);
    [all...]
SparseLU_column_dfs.h 44 : m_jcol(jcol), m_jsuper_ref(jsuper), m_glu(glu), m_luImpl(luImpl)
52 if (nextl >= m_glu.nzlmax)
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions);
60 typename SparseLUImpl<Scalar, StorageIndex>::GlobalLU_t& m_glu; member in struct:Eigen::internal::column_dfs_traits

Completed in 236 milliseconds