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 498 struct scalar_quotient1_op { struct in namespace:Eigen::internal
501 EIGEN_STRONG_INLINE scalar_quotient1_op(const scalar_quotient1_op& other) : m_other(other.m_other) { } function in struct:Eigen::internal::scalar_quotient1_op
502 EIGEN_STRONG_INLINE scalar_quotient1_op(const Scalar& other) : m_other(other) {} function in struct:Eigen::internal::scalar_quotient1_op
509 struct functor_traits<scalar_quotient1_op<Scalar> >
    [all...]
MatrixBase.h 422 typedef CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<Derived>::Scalar>,
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 110 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 628 milliseconds