Home
last modified time | relevance | path

Searched refs:OtherScalarType (Results 1 – 18 of 18) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DRotation2D.h100 template<typename OtherScalarType>
101 inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
DParametrizedLine.h101 template<typename OtherScalarType>
102 …inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime>& … in ParametrizedLine() argument
DScaling.h125 template<typename OtherScalarType>
126 inline explicit Scaling(const Scaling<OtherScalarType,Dim>& other) in Scaling() argument
DTranslation.h128 template<typename OtherScalarType>
129 inline explicit Translation(const Translation<OtherScalarType,Dim>& other) in Translation() argument
DAlignedBox.h125 template<typename OtherScalarType>
126 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() argument
DHyperplane.h238 template<typename OtherScalarType>
239 inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime>& other) in Hyperplane() argument
DAngleAxis.h132 template<typename OtherScalarType>
133 inline explicit AngleAxis(const AngleAxis<OtherScalarType>& other)
DQuaternion.h191 template<typename OtherScalarType>
192 inline explicit Quaternion(const Quaternion<OtherScalarType>& other)
DTransform.h262 template<typename OtherScalarType>
263 inline explicit Transform(const Transform<OtherScalarType,Dim>& other)
/external/eigen/Eigen/src/Geometry/
DRotation2D.h108 template<typename OtherScalarType>
109 inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
DScaling.h94 template<typename OtherScalarType>
95 inline explicit UniformScaling(const UniformScaling<OtherScalarType>& other) in UniformScaling()
DParametrizedLine.h121 template<typename OtherScalarType,int OtherOptions>
122 …inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,Ot… in ParametrizedLine() argument
DTranslation.h157 template<typename OtherScalarType>
158 inline explicit Translation(const Translation<OtherScalarType,Dim>& other) in Translation() argument
DAngleAxis.h127 template<typename OtherScalarType>
128 inline explicit AngleAxis(const AngleAxis<OtherScalarType>& other)
DHyperplane.h261 template<typename OtherScalarType,int OtherOptions>
262 …inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>&… in Hyperplane() argument
DAlignedBox.h274 template<typename OtherScalarType>
275 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() argument
DTransform.h577 template<typename OtherScalarType>
578 inline explicit Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) in Transform() argument
/external/eigen/Eigen/src/Householder/
DHouseholderSequence.h102 template<typename OtherScalarType, typename MatrixType> struct matrix_type_times_scalar_type
104 typedef typename scalar_product_traits<OtherScalarType, typename MatrixType::Scalar>::ReturnType