Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_product.cpp309 SparseMatrixType mSres(rows,rows); in sparse_product() local
310 VERIFY_IS_APPROX(mSres = mLo.template selfadjointView<Lower>()*mS, in sparse_product()
312 VERIFY_IS_APPROX(mSres = mS * mLo.template selfadjointView<Lower>(), in sparse_product()
322 …VERIFY_IS_APPROX(mSres = mA.template triangularView<Lower>()*mS, refX = refA.template triangular… in sparse_product()
323 …VERIFY_IS_APPROX(mSres = mS * mA.template triangularView<Lower>(), refX = refS * refA.template tri… in sparse_product()
324 …VERIFY_IS_APPROX(mSres = mA.template triangularView<Upper>()*mS, refX = refA.template triangular… in sparse_product()
325 …VERIFY_IS_APPROX(mSres = mS * mA.template triangularView<Upper>(), refX = refS * refA.template tri… in sparse_product()