Home
last modified time | relevance | path

Searched refs:BlockScalarVector (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_kernel_bmod.h33 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…
DSparseLUImpl.h26 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…
DSparseLU_copy_to_ucol.h50 … IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, Globa… in copy_to_ucol()
DSparseLU_column_bmod.h53 Index SparseLUImpl<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector in column_bmod()