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

/external/eigen/Eigen/src/Eigen2Support/
H A DCwise.h17 * 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 */
39 * It is the return type of MatrixBase::cwise()
48 * \sa MatrixBase::cwise() const, MatrixBase::cwise()
169 * \sa class Cwise, cwise()
172 inline const Cwise<Derived> MatrixBase<Derived>::cwise() const function in class:Eigen::MatrixBase
182 * \sa class Cwise, cwise() const
185 inline Cwise<Derived> MatrixBase<Derived>::cwise() function in class:Eigen::MatrixBase
[all...]

Completed in 212 milliseconds