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

  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 91 typedef Hyperplane<Scalar, VectorType::SizeAtCompileTime> HyperplaneType;
94 HyperplaneType h(size);
129 template<typename VectorType, typename HyperplaneType>
132 HyperplaneType *result,
  /external/eigen/test/
geo_parametrizedline.cpp 28 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType;
57 HyperplaneType hp(p2,n2);

Completed in 367 milliseconds