Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_product.cpp51 typedef Matrix<Scalar,1,Dynamic> RowDenseVector; in sparse_product() typedef
132 RowDenseVector drv0(depth), drv1(rv1); in sparse_product()
Dsparse_basic.cpp27 typedef Matrix<Scalar,1,Dynamic> RowDenseVector; in sparse_basic() typedef
365 VERIFY_IS_APPROX(RowDenseVector(m2.row(j0)), refMat2.row(j0)); in sparse_basic()