deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+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 1159 of file linear_operator.h.
|
inline |
Operator that returns a payload configured to support the multiplication of two LinearOperators
Definition at line 1169 of file linear_operator.h.
void internal::LinearOperatorImplementation::apply_with_intermediate_storage | ( | Function | function, |
Range & | v, | ||
const Domain & | u, | ||
bool | add | ||
) |
Definition at line 1204 of file linear_operator.h.