• Home
  • Raw
  • Download

Lines Matching refs:VERIFY

57VERIFY(internal::isApprox(v(i), (low*RealScalar(size-i-1))/RealScalar(size-1) + (high*RealScalar(i…  in check_extremity_accuracy()
112 VERIFY( internal::isApprox(m(m.size()-1),high) ); in testVectorType()
113 VERIFY( size==1 || internal::isApprox(m(0),low) ); in testVectorType()
119 VERIFY( m(m.size()-1) <= high ); in testVectorType()
120 VERIFY( (m.array() <= high).all() ); in testVectorType()
121 VERIFY( (m.array() >= low).all() ); in testVectorType()
124 VERIFY( m(m.size()-1) >= low ); in testVectorType()
127 VERIFY( internal::isApprox(m(0),low) ); in testVectorType()
138 VERIFY( row_vector.isApprox(col_vector.transpose(), Scalar(2)*NumTraits<Scalar>::epsilon())); in testVectorType()
142 VERIFY( size_changer.size() == size ); in testVectorType()
161 VERIFY(m.size()==n0); in testVectorType()
170 VERIFY(m.size()==n0); in testVectorType()
172 VERIFY(m.size()==n0); in testVectorType()
212 VERIFY(equalsIdentity(A)); in testMatrixType()
213 VERIFY(equalsIdentity(MatrixType::Identity(rows, cols))); in testMatrixType()
247VERIFY( (MatrixXd(RowVectorXd::LinSpaced(3, 0, 1)) - RowVector3d(0, 0.5, 1)).norm() < std::numeric… in test_nullary()
264 VERIFY(( internal::has_nullary_operator<internal::scalar_constant_op<double> >::value )); in test_nullary()
265 VERIFY(( !internal::has_unary_operator<internal::scalar_constant_op<double> >::value )); in test_nullary()
266 VERIFY(( !internal::has_binary_operator<internal::scalar_constant_op<double> >::value )); in test_nullary()
267 VERIFY(( internal::functor_has_linear_access<internal::scalar_constant_op<double> >::ret )); in test_nullary()
269 VERIFY(( !internal::has_nullary_operator<internal::scalar_identity_op<double> >::value )); in test_nullary()
270 VERIFY(( !internal::has_unary_operator<internal::scalar_identity_op<double> >::value )); in test_nullary()
271 VERIFY(( internal::has_binary_operator<internal::scalar_identity_op<double> >::value )); in test_nullary()
272 VERIFY(( !internal::functor_has_linear_access<internal::scalar_identity_op<double> >::ret )); in test_nullary()
274 VERIFY(( !internal::has_nullary_operator<internal::linspaced_op<float,float> >::value )); in test_nullary()
275 VERIFY(( internal::has_unary_operator<internal::linspaced_op<float,float> >::value )); in test_nullary()
276 VERIFY(( !internal::has_binary_operator<internal::linspaced_op<float,float> >::value )); in test_nullary()
277 VERIFY(( internal::functor_has_linear_access<internal::linspaced_op<float,float> >::ret )); in test_nullary()
293 VERIFY(( internal::has_nullary_operator<internal::scalar_constant_op<float> >::value )); in test_nullary()
294 VERIFY(( !internal::has_unary_operator<internal::scalar_constant_op<float> >::value )); in test_nullary()
295 VERIFY(( !internal::has_binary_operator<internal::scalar_constant_op<float> >::value )); in test_nullary()
296 VERIFY(( internal::functor_has_linear_access<internal::scalar_constant_op<float> >::ret )); in test_nullary()
298 VERIFY(( !internal::has_nullary_operator<internal::linspaced_op<int,int> >::value )); in test_nullary()
299 VERIFY(( internal::has_unary_operator<internal::linspaced_op<int,int> >::value )); in test_nullary()
300 VERIFY(( !internal::has_binary_operator<internal::linspaced_op<int,int> >::value )); in test_nullary()
301 VERIFY(( internal::functor_has_linear_access<internal::linspaced_op<int,int> >::ret )); in test_nullary()