numerics 0.1.0
Loading...
Searching...
No Matches
operator.hpp
Go to the documentation of this file.
1/// @file operator/operator.hpp
2/// @brief Compatibility umbrella for operator concepts and adapters.
3#pragma once
4
7#include "operator/dense.hpp"
8#include "operator/sparse.hpp"
Callable adapter for matrix-free linear operators.
Concepts for operator-oriented numerical algorithms.
Dense Matrix adapter for the operator protocol.
SparseMatrix adapter for the operator protocol.