HomeSort by relevance Sort by last modified time
    Searched defs:OtherScalar (Results 1 - 6 of 6) sorted by null

  /external/eigen/test/eigen2/
eigen2_alignedbox.cpp 46 typedef typename GetDifferentType<Scalar>::type OtherScalar;
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
eigen2_parametrizedline.cpp 47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
eigen2_hyperplane.cpp 72 typedef typename GetDifferentType<Scalar>::type OtherScalar;
73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>();
  /external/eigen/test/
geo_alignedbox.cpp 95 typedef typename GetDifferentType<Scalar>::type OtherScalar;
96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
geo_parametrizedline.cpp 47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
geo_hyperplane.cpp 72 typedef typename GetDifferentType<Scalar>::type OtherScalar;
73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();

Completed in 1256 milliseconds