|
numerics 0.1.0
|
Umbrella for generic operator adapters. More...
#include "core/concepts.hpp"#include "operator/callable.hpp"#include "operator/dense.hpp"#include "operator/properties.hpp"Go to the source code of this file.
Umbrella for generic operator adapters.
The LinearOperator contract itself lives in core/concepts.hpp. The SparseMatrix adapter lives in linalg/sparse/sparse_op.hpp (include it directly) so this module stays free of any linalg dependency.
Definition in file operator.hpp.