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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 17 * \class Hyperplane
19 * \brief A hyperplane
21 * A hyperplane is an affine subspace of dimension n-1 in a space of dimension n.
22 * For example, a hyperplane in a plane is a line; a hyperplane in 3-space is a plane.
26 * Notice that the dimension of the hyperplane is _AmbientDim-1.
28 * This class represents an hyperplane as the zero set of the implicit equation
33 class Hyperplane
47 inline Hyperplane() {}
49 /** Constructs a dynamic-size hyperplane with \a _dim the dimensio
    [all...]
All.h 19 #include "Hyperplane.h"
57 #define Hyperplane eigen2_Hyperplane
72 #include "Hyperplane.h"
112 #undef Hyperplane
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 18 * \class Hyperplane
20 * \brief A hyperplane
22 * A hyperplane is an affine subspace of dimension n-1 in a space of dimension n.
23 * For example, a hyperplane in a plane is a line; a hyperplane in 3-space is a plane.
27 * Notice that the dimension of the hyperplane is _AmbientDim-1.
29 * This class represents an hyperplane as the zero set of the implicit equation
34 class Hyperplane
53 inline Hyperplane() {}
56 Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other
    [all...]

Completed in 296 milliseconds