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

  /external/eigen/Eigen/src/SparseLU/
SparseLUImpl.h 49 void panel_bmod(const Index m, const Index w, const Index jcol, const Index nseg, ScalarVector& dense, ScalarVector& tempv, IndexVector& segrep, IndexVector& repfnz, GlobalLU_t& glu);
SparseLU_panel_bmod.h 13 * NOTE: This file is the modified version of [s,d,c,z]panel_bmod.c file in SuperLU
56 void SparseLUImpl<Scalar,Index>::panel_bmod(const Index m, const Index w, const Index jcol, function in class:Eigen::internal::SparseLUImpl
SparseLU.h 570 Base::panel_bmod(m, panel_size, jcol, nseg1, dense, tempv, segrep, repfnz, m_glu);

Completed in 229 milliseconds