Searched refs:blocked_lu (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/LU/
H A DPartialPivLU_LAPACKE.h47 static lapack_int blocked_lu(Index rows, Index cols, EIGTYPE* lu_data, Index luStride, lapack_int* row_transpositions, lapack_int& nb_transpositions, lapack_int maxBlockSize=256) \
H A DPartialPivLU.h426 static Index blocked_lu(Index rows, Index cols, Scalar* lu_data, Index luStride, PivIndex* row_transpositions, PivIndex& nb_transpositions, Index maxBlockSize=256) function in struct:Eigen::internal::partial_lu_impl
470 Index ret = blocked_lu(trows+bs, bs, &lu.coeffRef(k,k), luStride,
509 ::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffRef(0), nb_transpositions);
/external/eigen/lapack/
H A Dlu.cpp32 ::blocked_lu(*m, *n, a, *lda, ipiv, nb_transpositions));

Completed in 181 milliseconds