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

/external/eigen/Eigen/src/LU/
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);

Completed in 133 milliseconds