Searched defs:AmbientDimAtCompileTime (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/eigen/Eigen/src/Geometry/ |
H A D | AlignedBox.h | 70 enum { AmbientDimAtCompileTime = _AmbientDim }; enumerator 327 …const typename Transform<Scalar, AmbientDimAtCompileTime, Mode, Options>::TranslationType& transla… in transform() argument 339 …EIGEN_DEVICE_FUNC inline void transform(const Transform<Scalar, AmbientDimAtCompileTime, Mode, Opt… in transform() argument 364 …EIGEN_DEVICE_FUNC AlignedBox transformed(const Transform<Scalar, AmbientDimAtCompileTime, Mode, Op… in transformed() argument
|
H A D | ParametrizedLine.h | 35 AmbientDimAtCompileTime = _AmbientDim, enumerator 47 …EIGEN_DEVICE_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() argument 159 …explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() argument
|
H A 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
|