numerics 0.1.0
Loading...
Searching...
No Matches
algorithms.hpp File Reference

Algorithm tags: carry the numerics, not the mathematics. More...

#include "core/policy.hpp"
#include "core/types.hpp"
#include <concepts>
#include <type_traits>

Go to the source code of this file.

Classes

struct  num::Euler
 
struct  num::RK4
 
struct  num::RK45
 
struct  num::CG
 
struct  num::GMRES
 
struct  num::MINRES
 
struct  num::PCG< M >
 
struct  num::Metropolis
 

Namespaces

namespace  num
 

Concepts

concept  num::IsMCMCAlg
 An MCMC algorithm tag.
 

Functions

template<class M >
 num::PCG (const M &) -> PCG< M >
 

Detailed Description

Algorithm tags: carry the numerics, not the mathematics.

Definition in file algorithms.hpp.