HomeSort by relevance Sort by last modified time
    Searched refs:scalar_quotient1_op (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 18 typedef CwiseUnaryOp<internal::scalar_quotient1_op<Scalar>, const Derived> ScalarQuotient1ReturnType;
60 inline const CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<Derived>::Scalar>, const Derived>
63 return CwiseUnaryOp<internal::scalar_quotient1_op<Scalar>, const Derived>
64 (derived(), internal::scalar_quotient1_op<Scalar>(scalar));
  /external/eigen/Eigen/src/Core/
Functors.h 539 struct scalar_quotient1_op { struct in namespace:Eigen::internal
542 EIGEN_STRONG_INLINE scalar_quotient1_op(const scalar_quotient1_op& other) : m_other(other.m_other) { } function in struct:Eigen::internal::scalar_quotient1_op
543 EIGEN_STRONG_INLINE scalar_quotient1_op(const Scalar& other) : m_other(other) {} function in struct:Eigen::internal::scalar_quotient1_op
550 struct functor_traits<scalar_quotient1_op<Scalar> >
    [all...]
MatrixBase.h 416 typedef CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<Derived>::Scalar>,
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 114 inline const CwiseUnaryOp<internal::scalar_quotient1_op<Scalar>,
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 176 template<typename Scalar> struct scalar_quotient1_op;

Completed in 891 milliseconds