numerics 0.1.0
Loading...
Searching...
No Matches
expv.cpp File Reference

Implementation of Krylov-Pade matrix exponential-vector product. More...

#include "linalg/expv/expv.hpp"
#include "core/matrix.hpp"
#include "core/vector.hpp"
#include "linalg/factorization/lu.hpp"
#include "operator/operators.hpp"
#include <algorithm>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::detail
 

Functions

Matrix num::detail::dense_expm_pade6 (const Matrix &A)
 
Vector num::expv (real t, const SparseMatrix &A, const Vector &v, int m_max=30, real tol=1e-8)
 

Detailed Description

Implementation of Krylov-Pade matrix exponential-vector product.

Definition in file expv.cpp.