Home
last modified time | relevance | path

Searched refs:refLo (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dsparse_product.cpp268 DenseMatrix refLo = DenseMatrix::Zero(rows, rows); in sparse_product() local
279 refLo = refUp.adjoint(); in sparse_product()
281 refS = refUp + refLo; in sparse_product()
311 refX = refLo.template selfadjointView<Lower>()*refS); in sparse_product()
313 refX = refS * refLo.template selfadjointView<Lower>()); in sparse_product()