OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockscalarvector
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/SparseLU/
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& tempv, ScalarVector& lusup, Index& luptr, const Index lda,
38
template <typename
BlockScalarVector
, typename ScalarVector, typename IndexVector>
39
EIGEN_DONT_INLINE void LU_kernel_bmod<SegSizeAtCompileTime>::run(const Index segsize,
BlockScalarVector
& dense, ScalarVector& tempv, ScalarVector& lusup, Index& luptr, const Index lda,
93
template <typename
BlockScalarVector
, typename ScalarVector, typename IndexVector>
94
static EIGEN_DONT_INLINE void run(const Index /*segsize*/,
BlockScalarVector
& dense, ScalarVector& /*tempv*/, ScalarVector& lusup, Index& luptr,
99
template <typename
BlockScalarVector
, typename ScalarVector, typename IndexVector>
100
EIGEN_DONT_INLINE void LU_kernel_bmod<1>::run(const Index /*segsize*/,
BlockScalarVector
& dense, ScalarVector& /*tempv*/, ScalarVector& lusup, Index& luptr,
SparseLUImpl.h
28
typedef Ref<Matrix<Scalar,Dynamic,1> >
BlockScalarVector
;
53
Index column_bmod(const Index jcol, const Index nseg,
BlockScalarVector
dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu);
54
Index copy_to_ucol(const Index jcol, const Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r,
BlockScalarVector
dense, GlobalLU_t& glu);
SparseLU_copy_to_ucol.h
51
BlockIndexVector repfnz ,IndexVector& perm_r,
BlockScalarVector
dense, GlobalLU_t& glu)
SparseLU_column_bmod.h
53
Index SparseLUImpl<Scalar,StorageIndex>::column_bmod(const Index jcol, const Index nseg,
BlockScalarVector
dense, ScalarVector& tempv,
Completed in 84 milliseconds