numerics
Loading...
Searching...
No Matches
sparse.cpp File Reference
#include "linalg/sparse/sparse.hpp"
#include <algorithm>
#include <numeric>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  num
 

Functions

void num::sparse_matvec (const SparseMatrix &A, const Vector &x, Vector &y)
 y = A * x