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

Storage concepts for numerical routines. More...

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

Go to the source code of this file.

Namespaces

namespace  num
 

Concepts

concept  num::VectorLike
 Indexed real-valued vector interface.
 
concept  num::MutableVectorLike
 Mutable indexed real-valued vector interface.
 
concept  num::ContiguousVectorLike
 Contiguous real-valued vector storage.
 
concept  num::DenseMatrixLike
 Dense row-major real matrix interface.
 
concept  num::MutableDenseMatrixLike
 Mutable dense row-major real matrix interface.
 
concept  num::ContiguousDenseMatrixLike
 Contiguous dense row-major real matrix storage.
 

Detailed Description

Storage concepts for numerical routines.

Definition in file concepts.hpp.