Searched defs:AmbientDimAtCompileTime (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h35 AmbientDimAtCompileTime = _AmbientDim, enumerator in enum:Eigen::ParametrizedLine::__anon6269
41 typedef Matrix<Scalar,AmbientDimAtCompileTime,1,Options> VectorType;
47 EIGEN_DEVICE_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOptions>& other)
114 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const
117 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type(*this);
122 EIGEN_DEVICE_FUNC inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other)
H A DHyperplane.h39 AmbientDimAtCompileTime = _AmbientDim, enumerator in enum:Eigen::Hyperplane::__anon6268
45 typedef Matrix<Scalar,AmbientDimAtCompileTime,1> VectorType;
46 typedef Matrix<Scalar,Index(AmbientDimAtCompileTime)==Dynamic
48 : Index(AmbientDimAtCompileTime)+1,1,Options> Coefficients;
49 typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
50 typedef const Block<const Coefficients,AmbientDimAtCompileTime,1> ConstNormalReturnType;
56 EIGEN_DEVICE_FUNC Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other)
123 EIGEN_DEVICE_FUNC explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized)
132 EIGEN_DEVICE_FUNC inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_coeffs.size()-1 : Index(AmbientDimAtCompileTime); }
[all...]
H A DAlignedBox.h34 enum { AmbientDimAtCompileTime = _AmbientDim }; enumerator in enum:Eigen::AlignedBox::__anon6262
40 typedef Matrix<Scalar,AmbientDimAtCompileTime,1> VectorType;
66 { if (AmbientDimAtCompileTime!=Dynamic) setEmpty(); }
85 EIGEN_DEVICE_FUNC inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size() : Index(AmbientDimAtCompileTime); }
284 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const
287 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type(*this);
292 EIGEN_DEVICE_FUNC inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other)

Completed in 129 milliseconds