Home
last modified time | relevance | path

Searched refs:AmbientDimAtCompileTime (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DHyperplane.h39 AmbientDimAtCompileTime = _AmbientDim, enumerator
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) in Hyperplane() argument
123 …EIGEN_DEVICE_FUNC explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& par… in Hyperplane()
132 …inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_coeffs.size()-1 : Index(Amb… in dim()
241 …EIGEN_DEVICE_FUNC inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime,Affi…
[all …]
DParametrizedLine.h35 AmbientDimAtCompileTime = _AmbientDim, enumerator
41 typedef Matrix<Scalar,AmbientDimAtCompileTime,1,Options> VectorType;
47 …EIGEN_DEVICE_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() argument
114 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const in cast()
117 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type(*this); in cast()
122 …explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() argument
DAlignedBox.h34 enum { AmbientDimAtCompileTime = _AmbientDim }; enumerator
40 typedef Matrix<Scalar,AmbientDimAtCompileTime,1> VectorType;
66 { if (AmbientDimAtCompileTime!=Dynamic) setEmpty(); } in AlignedBox()
85 …NC inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size() : Index(Ambie… in dim()
284 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const in cast()
287 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type(*this); in cast()
292 …E_FUNC inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox()
/external/eigen/test/
Dgeo_hyperplane.cpp27 typedef Matrix<Scalar, HyperplaneType::AmbientDimAtCompileTime, 1> VectorType; in hyperplane()
28 typedef Matrix<Scalar, HyperplaneType::AmbientDimAtCompileTime, in hyperplane()
29 HyperplaneType::AmbientDimAtCompileTime> MatrixType; in hyperplane()
58 DiagonalMatrix<Scalar,HyperplaneType::AmbientDimAtCompileTime> scaling(VectorType::Random()); in hyperplane()
59 Translation<Scalar,HyperplaneType::AmbientDimAtCompileTime> translation(VectorType::Random()); in hyperplane()
81 const int Dim = HyperplaneType::AmbientDimAtCompileTime; in hyperplane()
Dgeo_parametrizedline.cpp26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType; in parametrizedline()
27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType; in parametrizedline()
46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline()
Dgeo_alignedbox.cpp30 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox()
91 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests()
103 const int Dim = BoxType::AmbientDimAtCompileTime; in alignedboxCastTests()