Searched refs:copy_to_ucol (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_copy_to_ucol.h11 * 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
H A DSparseLUImpl.h52 Index copy_to_ucol(const Index jcol, const Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu);
H A DSparseLU.h603 info = Base::copy_to_ucol(jj, nseg, segrep, repfnz_k ,m_perm_r.indices(), dense_k, m_glu);

Completed in 115 milliseconds