Home | History | Annotate | Download | only in Core

Lines Matching defs:functor

29   * \brief Generic expression of a matrix where all coefficients are defined by a functor
31 * \tparam NullaryOp template functor implementing the operator
41 * The functor NullaryOp must expose one of the following method:
82 /** \returns the functor representing the nullary operation */
84 const NullaryOp& functor() const { return m_functor; }
93 /** \returns an expression of a matrix defined by a custom functor \a func
102 * The template parameter \a CustomNullaryOp is the type of the functor.
114 /** \returns an expression of a matrix defined by a custom functor \a func
125 * The template parameter \a CustomNullaryOp is the type of the functor.
142 /** \returns an expression of a matrix defined by a custom functor \a func
147 * The template parameter \a CustomNullaryOp is the type of the functor.
168 * The template parameter \a CustomNullaryOp is the type of the functor.
190 * The template parameter \a CustomNullaryOp is the type of the functor.
206 * The template parameter \a CustomNullaryOp is the type of the functor.