Searched defs:AmbientDimAtCompileTime (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | ParametrizedLine.h | 35 AmbientDimAtCompileTime = _AmbientDim, enumerator 47 …EIGEN_DEVICE_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() argument 122 …explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() argument
|
D | Hyperplane.h | 39 AmbientDimAtCompileTime = _AmbientDim, enumerator 56 EIGEN_DEVICE_FUNC Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in Hyperplane() argument 264 …FUNC inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOpti… in Hyperplane() argument
|
D | AlignedBox.h | 34 enum { AmbientDimAtCompileTime = _AmbientDim }; enumerator
|