Searched refs:refLo (Results 1 – 1 of 1) sorted by relevance
268 DenseMatrix refLo = DenseMatrix::Zero(rows, rows); in sparse_product() local279 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()