Home | History | Annotate | Download | only in eigen2

Lines Matching defs:Scalar

22   typedef typename BoxType::Scalar Scalar;
23 typedef typename NumTraits<Scalar>::Real RealScalar;
24 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType;
36 VERIFY(b0.contains(p0*s1+(Scalar(1)-s1)*p1));
46 typedef typename GetDifferentType<Scalar>::type OtherScalar;
48 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0);
49 AlignedBox<Scalar,Dim> hp1d = b0.template cast<Scalar>();
50 VERIFY_IS_APPROX(hp1d.template cast<Scalar>(),b0);