![]() |
Reference documentation for deal.II version GIT 7b2de2f2f9 2023-09-24 11:00:02+00:00
|
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 1138 of file linear_operator.h.
|
inline |
Operator that returns a payload configured to support the multiplication of two LinearOperators
Definition at line 1148 of file linear_operator.h.
void internal::LinearOperatorImplementation::apply_with_intermediate_storage | ( | Function | function, |
Range & | v, | ||
const Domain & | u, | ||
bool | add | ||
) |
Definition at line 1183 of file linear_operator.h.