Searched refs:BlockScalarVector (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_kernel_bmod.h | 33 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index> 34 …static EIGEN_DONT_INLINE void run(const int segsize, BlockScalarVector& dense, ScalarVector& tempv… 39 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index> 40 …E void LU_kernel_bmod<SegSizeAtCompileTime>::run(const int segsize, BlockScalarVector& dense, Scal… in run() 94 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index> 95 …static EIGEN_DONT_INLINE void run(const int /*segsize*/, BlockScalarVector& dense, ScalarVector& /… 100 template <typename BlockScalarVector, typename ScalarVector, typename IndexVector, typename Index> 101 EIGEN_DONT_INLINE void LU_kernel_bmod<1>::run(const int /*segsize*/, BlockScalarVector& dense, Scal…
|
D | SparseLUImpl.h | 26 typedef Ref<Matrix<Scalar,Dynamic,1> > BlockScalarVector; typedef 51 …Index column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv… 52 … IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, Globa…
|
D | SparseLU_copy_to_ucol.h | 50 … IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, Globa… in copy_to_ucol()
|
D | SparseLU_column_bmod.h | 53 Index SparseLUImpl<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector… in column_bmod()
|