Searched refs:refM4 (Results 1 – 2 of 2) sorted by relevance
205 DenseMatrix refM4 = DenseMatrix::Zero(rows, rows); in sparse_basic() local213 initSparse<Scalar>(density, refM4, m4); in sparse_basic()228 refM4.setRandom(); in sparse_basic()230 VERIFY_IS_APPROX(m3.cwise()*refM4, refM3.cwise()*refM4); in sparse_basic()
277 DenseMatrix refM4 = DenseMatrix::Zero(rows, rows); in sparse_basic() local285 initSparse<Scalar>(density, refM4, m4); in sparse_basic()306 refM4.setRandom(); in sparse_basic()308 VERIFY_IS_APPROX(m3.cwiseProduct(refM4), refM3.cwiseProduct(refM4)); in sparse_basic()