#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/lac/vector_memory.h>
#include <array>
#include <functional>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | internal |
namespace | internal::LinearOperatorImplementation |
Functions | |
EmptyPayload | internal::LinearOperatorImplementation::operator+ (const EmptyPayload &, const EmptyPayload &) |
EmptyPayload | internal::LinearOperatorImplementation::operator* (const EmptyPayload &, const EmptyPayload &) |
template<typename Function, typename Range, typename Domain> | |
void | internal::LinearOperatorImplementation::apply_with_intermediate_storage (Function function, Range &v, const Domain &u, bool add) |
Creation of a LinearOperator | |
Vector space operations | |
Composition and manipulation of a LinearOperator |