Interface of a binary mathematical function. More...
#include <arcane/utils/IMathFunctor.h>
Public Member Functions | |
| virtual | ~IBinaryMathFunctor () |
| Releases resources. | |
| virtual ReturnType | apply (Arg1 a1, Arg2 a2)=0 |
| Executes the associated method. | |
| virtual void | apply (ConstArrayView< Arg1 > a1, ConstArrayView< Arg2 > a2, ArrayView< ReturnType > result) |
| Executes the associated method. | |
Interface of a binary mathematical function.
Definition at line 32 of file IMathFunctor.h.
|
inlinevirtual |
Releases resources.
Definition at line 37 of file IMathFunctor.h.
|
inlinevirtual |
Executes the associated method.
Definition at line 45 of file IMathFunctor.h.
References apply(), and Arcane::ArrayView< T >::size().