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

  /external/eigen/Eigen/src/SparseLU/
SparseLUImpl.h 53 Index column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu);
SparseLU_column_bmod.h 53 Index SparseLUImpl<Scalar,StorageIndex>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, function in class:Eigen::internal::SparseLUImpl
SparseLU.h 637 info = Base::column_bmod(jj, (nseg - nseg1), dense_k, tempv, segrep_k, repfnz_k, jcol, m_glu);
640 m_lastError = "UNABLE TO EXPAND MEMORY IN COLUMN_BMOD() ";

Completed in 116 milliseconds