Classes | |
| class | EmptyPayload |
| class | has_vmult_add_and_Tvmult_add |
| class | MatrixInterfaceWithoutVmultAdd |
| class | MatrixInterfaceWithVmultAdd |
| class | ReinitHelper |
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) |
| void internal::LinearOperatorMGImplementation::apply_with_intermediate_storage | ( | Function | function, |
| Range & | v, | ||
| const Domain & | u, | ||
| bool | add ) |
Definition at line 1234 of file linear_operator_for_mg.h.
Referenced by internal::LinearOperatorMGImplementation::MatrixInterfaceWithoutVmultAdd< Range, Domain, Payload >::operator()(), and internal::LinearOperatorMGImplementation::MatrixInterfaceWithVmultAdd< Range, Domain, Payload >::operator()().
|
inline |
Operator that returns a payload configured to support the multiplication of two LinearOperatorMGs
Definition at line 1199 of file linear_operator_for_mg.h.
|
inline |
Operator that returns a payload configured to support the addition of two LinearOperatorMGs
Definition at line 1189 of file linear_operator_for_mg.h.