23static_assert(LinearOperator<SparseOp>);
Sparse matrix in Compressed Sparse Row (CSR) format.
Compressed Sparse Row (CSR) matrix and operations.
Concepts for operator-oriented numerical algorithms.
Adapt a SparseMatrix to the operator protocol.
idx rows() const noexcept
idx cols() const noexcept
void apply(const Vector &x, Vector &y) const
SparseOp(const SparseMatrix &A)