Searched defs:Cwise (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DCwise.h32 /** \class Cwise
50 template<typename ExpressionType> class Cwise class in namespace:Eigen
59 inline Cwise(const ExpressionType& matrix) : m_matrix(matrix) {} function in class:Eigen::Cwise
99 /** \relates Cwise */
101 operator+(const Scalar& scalar, const Cwise& mat)
154 // allow to extend Cwise outside Eigen
164 /** \returns a Cwise wrapper of *this providing additional coefficient-wise operations
169 * \sa class Cwise, cwise()
172 inline const Cwise<Derived> MatrixBase<Derived>::cwise() const
177 /** \returns a Cwise wrappe
[all...]

Completed in 591 milliseconds