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

Concepts for operator-oriented numerical algorithms. More...

#include "core/concepts.hpp"
#include "core/vector.hpp"
#include <concepts>

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::operators
 

Concepts

concept  num::operators::VectorLike
 
concept  num::operators::MutableVectorLike
 
concept  num::operators::LinearOperator
 Compile-time contract for y = A*x.
 

Detailed Description

Concepts for operator-oriented numerical algorithms.

Definition in file concepts.hpp.