|
numerics 0.1.0
|
SparseMatrix adapter for the operator protocol. More...
Go to the source code of this file.
Classes | |
| struct | num::operators::SparseOp |
| Adapt a SparseMatrix to the operator protocol. More... | |
Namespaces | |
| namespace | num |
| namespace | num::operators |
SparseMatrix adapter for the operator protocol.
Lives beside SparseMatrix (rather than under operator/) so the operator module stays free of any linalg dependency; the LinearOperator contract it models is defined in core/concepts.hpp.
Definition in file sparse_op.hpp.