Searched refs:row_vector (Results 1 – 1 of 1) sorted by relevance
132 Matrix<Scalar,Dynamic,1> row_vector(size); in testVectorType() local134 row_vector.setLinSpaced(size,low,high); in testVectorType()138 VERIFY( row_vector.isApprox(col_vector.transpose(), Scalar(2)*NumTraits<Scalar>::epsilon())); in testVectorType()