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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_copy_to_ucol.h 11 * NOTE: This file is the modified version of [s,d,c,z]copy_to_ucol.c file in SuperLU
50 Index SparseLUImpl<Scalar,Index>::copy_to_ucol(const Index jcol, const Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu) function in class:Eigen::internal::SparseLUImpl
SparseLUImpl.h 52 Index copy_to_ucol(const Index jcol, const Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu);
SparseLU.h 647 info = Base::copy_to_ucol(jj, nseg, segrep, repfnz_k ,m_perm_r.indices(), dense_k, m_glu);
650 m_lastError = "UNABLE TO EXPAND MEMORY IN COPY_TO_UCOL() ";

Completed in 194 milliseconds