OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparselu_gemm
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/SparseLU/
SparseLU_kernel_bmod.h
74
internal::
sparselu_gemm
<Scalar>(l.rows(), l.cols(), B.cols(), B.data(), B.outerStride(), u.data(), u.outerStride(), l.data(), l.outerStride());
SparseLU_panel_bmod.h
152
internal::
sparselu_gemm
<Scalar>(L.rows(), L.cols(), B.cols(), B.data(), B.outerStride(), U.data(), U.outerStride(), L.data(), L.outerStride());
SparseLU_gemm_kernel.h
26
void
sparselu_gemm
(Index m, Index n, Index d, const Scalar* A, Index lda, const Scalar* B, Index ldb, Scalar* C, Index ldc)
function in namespace:Eigen::internal
Completed in 85 milliseconds