![]() |
Reference documentation for deal.II version 9.5.0
|
Functions | |
| EmptyPayload | operator+ (const EmptyPayload &, const EmptyPayload &) |
| EmptyPayload | operator* (const EmptyPayload &, const EmptyPayload &) |
| template<typename Function , typename Range , typename Domain > | |
| void | apply_with_intermediate_storage (Function function, Range &v, const Domain &u, bool add) |
|
inline |
Operator that returns a payload configured to support the addition of two LinearOperators
Definition at line 1140 of file linear_operator.h.
|
inline |
Operator that returns a payload configured to support the multiplication of two LinearOperators
Definition at line 1150 of file linear_operator.h.
| void internal::LinearOperatorImplementation::apply_with_intermediate_storage | ( | Function | function, |
| Range & | v, | ||
| const Domain & | u, | ||
| bool | add | ||
| ) |
Definition at line 1185 of file linear_operator.h.