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

  /external/eigen/Eigen/src/plugins/
MatrixCwiseBinaryOps.h 122 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>
125 return CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>(derived(), other.derived());
ArrayCwiseBinaryOps.h 17 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>
20 return CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>(derived(), other.derived());
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 64 EIGEN_STRONG_INLINE const EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_quotient_op)
67 return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_quotient_op)(_expression(), other.derived());
Cwise.h 69 const EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_quotient_op)
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 524 CwiseBinaryOp<internal::scalar_quotient_op<Scalar>,
539 CwiseBinaryOp<internal::scalar_quotient_op<Scalar>,
577 typedef CwiseBinaryOp<internal::scalar_quotient_op<typename internal::traits<ExpressionType>::Scalar>,
ArrayBase.h 221 SelfCwiseBinaryOp<internal::scalar_quotient_op<Scalar>, Derived, OtherDerived> tmp(derived());
SelfCwiseBinaryOp.h 184 internal::scalar_quotient_op<Scalar>,
Functors.h 208 template<typename LhsScalar,typename RhsScalar> struct scalar_quotient_op { struct in namespace:Eigen::internal
214 EIGEN_EMPTY_STRUCT_CTOR(scalar_quotient_op)
221 struct functor_traits<scalar_quotient_op<LhsScalar,RhsScalar> > {
224 PacketAccess = scalar_quotient_op<LhsScalar,RhsScalar>::Vectorizable
658 template<typename LhsScalar,typename RhsScalar> struct functor_is_product_like<scalar_quotient_op<LhsScalar,RhsScalar> > { enum { ret = 1 }; };
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 101 typedef CwiseBinaryOp<internal::scalar_quotient_op<ComplexScalar,Scalar>,ComplexVectorType,VectorType> EigenvalueType;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 186 template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_quotient_op;

Completed in 227 milliseconds