Searched refs:matrix_type_times_scalar_type (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h102 template<typename OtherScalarType, typename MatrixType> struct matrix_type_times_scalar_type struct in namespace:Eigen::internal
327 typename internal::matrix_type_times_scalar_type<Scalar, OtherDerived>::Type operator*(const MatrixBase<OtherDerived>& other) const
329 typename internal::matrix_type_times_scalar_type<Scalar, OtherDerived>::Type
330 res(other.template cast<typename internal::matrix_type_times_scalar_type<Scalar,OtherDerived>::ResultScalar>());
409 typename internal::matrix_type_times_scalar_type<typename VectorsType::Scalar,OtherDerived>::Type operator*(const MatrixBase<OtherDerived>& other, const HouseholderSequence<VectorsType,CoeffsType,Side>& h)
411 typename internal::matrix_type_times_scalar_type<typename VectorsType::Scalar,OtherDerived>::Type
412 res(other.template cast<typename internal::matrix_type_times_scalar_type<typename VectorsType::Scalar,OtherDerived>::ResultScalar>());

Completed in 310 milliseconds