numerics 0.1.0
Loading...
Searching...
No Matches
linalg.hpp
Go to the documentation of this file.
1/// @file linalg/linalg.hpp
2/// @brief Umbrella include for linear algebra routines.
3#pragma once
4
12#include "linalg/svd/svd.hpp"
Banded matrix storage and solvers.
Umbrella include for all eigenvalue solvers.
Krylov subspace matrix exponential-vector product: compute exp(t*A)*v.
Umbrella include for dense matrix factorizations.
Declared mathematical properties for stored matrices.
Umbrella include for all linear solvers.
Compressed Sparse Row (CSR) matrix and operations.
Dense and randomized truncated SVD.