Searched refs:RowDenseVector (Results 1 – 2 of 2) sorted by relevance
39 typedef Matrix<Scalar,1,Dynamic> RowDenseVector; in sparse_block() typedef256 VERIFY_IS_APPROX(RowDenseVector(m2.row(r0)), refMat2.row(r0)); in sparse_block()
43 typedef Matrix<Scalar,1,Dynamic> RowDenseVector; in sparse_product() typedef215 RowDenseVector drv0(depth), drv1(rv1); in sparse_product()