Searched refs:mapMat2 (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | sparse_basic.cpp | 401 …Map<SparseMatrixType> mapMat2(m2.rows(), m2.cols(), m2.nonZeros(), m2.outerIndexPtr(), m2.innerInd… in sparse_basic() local 403 VERIFY_IS_APPROX(mapMat2+mapMat3, refMat2+refMat3); in sparse_basic() 404 VERIFY_IS_APPROX(mapMat2+mapMat3, refMat2+refMat3); in sparse_basic() 407 …MappedSparseMatrix<Scalar,SparseMatrixType::Options,StorageIndex> mapMat2(m2.rows(), m2.cols(), m2… in sparse_basic() local 409 VERIFY_IS_APPROX(mapMat2+mapMat3, refMat2+refMat3); in sparse_basic() 410 VERIFY_IS_APPROX(mapMat2+mapMat3, refMat2+refMat3); in sparse_basic() 418 …Map<SparseMatrixType> mapMat2(rows, cols, m2.nonZeros(), m2.outerIndexPtr(), m2.innerIndexPtr(), m… in sparse_basic() local 420 VERIFY_IS_EQUAL(mapMat2.coeff(i,j),Scalar(123)); in sparse_basic() 421 mapMat2.coeffRef(i,j) = -123; in sparse_basic()
|