Lines Matching refs:AmbientDimAtCompileTime
37 enum { AmbientDimAtCompileTime = _AmbientDim }; enumerator
40 typedef Matrix<Scalar,AmbientDimAtCompileTime,1> VectorType;
41 typedef Matrix<Scalar,int(AmbientDimAtCompileTime)==Dynamic
43 : int(AmbientDimAtCompileTime)+1,1> Coefficients;
44 typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
102 explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized) in Hyperplane()
111 …nline int dim() const { return int(AmbientDimAtCompileTime)==Dynamic ? m_coeffs.size()-1 : int(Amb… in dim()
216 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime>& t,
231 Hyperplane<NewScalarType,AmbientDimAtCompileTime> >::type cast() const in cast()
234 Hyperplane<NewScalarType,AmbientDimAtCompileTime> >::type(*this); in cast()
239 inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime>& other) in Hyperplane()