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.h32 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…
DSparseLUImpl.h28 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…
DSparseLU_copy_to_ucol.h51 … BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu) in copy_to_ucol()
DSparseLU_column_bmod.h53 …alar,StorageIndex>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, Scala… in column_bmod()