Searched refs:OtherScalarType (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | Scaling.h | 94 template<typename OtherScalarType> 95 inline explicit UniformScaling(const UniformScaling<OtherScalarType>& other) in UniformScaling()
|
D | Rotation2D.h | 146 template<typename OtherScalarType> 147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
|
D | ParametrizedLine.h | 121 template<typename OtherScalarType,int OtherOptions> 122 …EIGEN_DEVICE_FUNC inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientD… in ParametrizedLine() argument
|
D | Translation.h | 159 template<typename OtherScalarType> 160 EIGEN_DEVICE_FUNC inline explicit Translation(const Translation<OtherScalarType,Dim>& other) in Translation() argument
|
D | AngleAxis.h | 138 template<typename OtherScalarType> 139 EIGEN_DEVICE_FUNC inline explicit AngleAxis(const AngleAxis<OtherScalarType>& other)
|
D | Hyperplane.h | 263 template<typename OtherScalarType,int OtherOptions> 264 …EIGEN_DEVICE_FUNC inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileT… in Hyperplane() argument
|
D | AlignedBox.h | 291 template<typename OtherScalarType> 292 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileT… in AlignedBox() argument
|
D | Transform.h | 636 template<typename OtherScalarType> 637 …EIGEN_DEVICE_FUNC inline explicit Transform(const Transform<OtherScalarType,Dim,Mode,Options>& oth…
|
/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 109 template<typename OtherScalarType, typename MatrixType> struct matrix_type_times_scalar_type 111 typedef typename ScalarBinaryOpTraits<OtherScalarType, typename MatrixType::Scalar>::ReturnType
|