Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_block.cpp39 typedef Matrix<Scalar,1,Dynamic> RowDenseVector; in sparse_block() typedef
256 VERIFY_IS_APPROX(RowDenseVector(m2.row(r0)), refMat2.row(r0)); in sparse_block()
Dsparse_product.cpp43 typedef Matrix<Scalar,1,Dynamic> RowDenseVector; in sparse_product() typedef
215 RowDenseVector drv0(depth), drv1(rv1); in sparse_product()