Searched refs:OtherScalarType (Results 1 – 18 of 18) sorted by relevance
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Rotation2D.h | 100 template<typename OtherScalarType> 101 inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
|
D | ParametrizedLine.h | 101 template<typename OtherScalarType> 102 …inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime>& … in ParametrizedLine() argument
|
D | Scaling.h | 125 template<typename OtherScalarType> 126 inline explicit Scaling(const Scaling<OtherScalarType,Dim>& other) in Scaling() argument
|
D | Translation.h | 128 template<typename OtherScalarType> 129 inline explicit Translation(const Translation<OtherScalarType,Dim>& other) in Translation() argument
|
D | AlignedBox.h | 125 template<typename OtherScalarType> 126 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() argument
|
D | Hyperplane.h | 238 template<typename OtherScalarType> 239 inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime>& other) in Hyperplane() argument
|
D | AngleAxis.h | 132 template<typename OtherScalarType> 133 inline explicit AngleAxis(const AngleAxis<OtherScalarType>& other)
|
D | Quaternion.h | 191 template<typename OtherScalarType> 192 inline explicit Quaternion(const Quaternion<OtherScalarType>& other)
|
D | Transform.h | 262 template<typename OtherScalarType> 263 inline explicit Transform(const Transform<OtherScalarType,Dim>& other)
|
/external/eigen/Eigen/src/Geometry/ |
D | Rotation2D.h | 108 template<typename OtherScalarType> 109 inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
|
D | Scaling.h | 94 template<typename OtherScalarType> 95 inline explicit UniformScaling(const UniformScaling<OtherScalarType>& other) in UniformScaling()
|
D | ParametrizedLine.h | 121 template<typename OtherScalarType,int OtherOptions> 122 …inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,Ot… in ParametrizedLine() argument
|
D | Translation.h | 157 template<typename OtherScalarType> 158 inline explicit Translation(const Translation<OtherScalarType,Dim>& other) in Translation() argument
|
D | AngleAxis.h | 127 template<typename OtherScalarType> 128 inline explicit AngleAxis(const AngleAxis<OtherScalarType>& other)
|
D | Hyperplane.h | 261 template<typename OtherScalarType,int OtherOptions> 262 …inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>&… in Hyperplane() argument
|
D | AlignedBox.h | 274 template<typename OtherScalarType> 275 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() argument
|
D | Transform.h | 577 template<typename OtherScalarType> 578 inline explicit Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) in Transform() argument
|
/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 102 template<typename OtherScalarType, typename MatrixType> struct matrix_type_times_scalar_type 104 typedef typename scalar_product_traits<OtherScalarType, typename MatrixType::Scalar>::ReturnType
|