Searched refs:BlockScalarVector (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_kernel_bmod.h | 32 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector> 33 …static EIGEN_DONT_INLINE void run(const Index segsize, BlockScalarVector& dense, ScalarVector& tem… 38 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector> 39 …void LU_kernel_bmod<SegSizeAtCompileTime>::run(const Index segsize, BlockScalarVector& dense, Scal… in run() 93 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector> 94 …static EIGEN_DONT_INLINE void run(const Index /*segsize*/, BlockScalarVector& dense, ScalarVector&… 99 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector> 100 EIGEN_DONT_INLINE void LU_kernel_bmod<1>::run(const Index /*segsize*/, BlockScalarVector& dense, Sc…
|
D | SparseLUImpl.h | 28 typedef Ref<Matrix<Scalar,Dynamic,1> > BlockScalarVector; typedef 53 …Index column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv… 54 … IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, Globa…
|
D | SparseLU_copy_to_ucol.h | 51 … BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu) in copy_to_ucol()
|
D | SparseLU_column_bmod.h | 53 …alar,StorageIndex>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, Scala… in column_bmod()
|