PartialPivLU.h | 298 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 342 Index ret = blocked_lu(trows+bs, bs, &lu.coeffRef(k,k), luStride, 381 ::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffRef(0), nb_transpositions);
|