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

  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 23 Cwise<ExpressionType>::abs() const
31 Cwise<ExpressionType>::abs2() const
39 Cwise<ExpressionType>::exp() const
47 Cwise<ExpressionType>::log() const
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const
65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const
73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other)
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
95 Cwise<ExpressionType>::sqrt() const
103 Cwise<ExpressionType>::cos() cons
    [all...]
Cwise.h 17 * convenient macro to defined the return type of a cwise binary operation */
22 * convenient macro to defined the return type of a cwise unary operation */
27 * convenient macro to defined the return type of a cwise comparison to a scalar */
32 /** \class Cwise
39 * It is the return type of MatrixBase::cwise()
48 * \sa MatrixBase::cwise() const, MatrixBase::cwise()
50 template<typename ExpressionType> class Cwise
59 inline Cwise(const ExpressionType& matrix) : m_matrix(matrix) {}
99 /** \relates Cwise */
172 inline const Cwise<Derived> MatrixBase<Derived>::cwise() const function in class:Eigen::MatrixBase
185 inline Cwise<Derived> MatrixBase<Derived>::cwise() function in class:Eigen::MatrixBase
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 477 inline const Cwise<Derived> cwise() const;
478 inline Cwise<Derived> cwise();
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 286 template<typename ExpressionType> class Cwise;

Completed in 77 milliseconds