numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::real_scalar Concept Reference

Concept of real scalars. More...

#include <num_collect/base/concepts/real_scalar.h>

Concept definition

template<typename T>
constexpr bool is_real_scalar_v
Get whether a type is a real scalar or a type compatible with real scalars.
Definition real_scalar.h:47

Detailed Description

Concept of real scalars.

Template Parameters
TType.

Definition at line 55 of file real_scalar.h.