numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
real_scalar.h File Reference

Definition of real_scalar concept. More...

#include <type_traits>
+ Include dependency graph for real_scalar.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  num_collect::base::concepts::is_real_scalar< T >
 Class to check whether a type is a real scalar (a floating-point value or a type compatible with floating-point values). More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::base
 Namespace of definitions common in this project.
 
namespace  num_collect::base::concepts
 Namespace of C++ concepts.
 

Concepts

concept  num_collect::base::concepts::real_scalar
 Concept of real scalars.
 

Variables

template<typename T >
constexpr bool num_collect::base::concepts::is_real_scalar_v = is_real_scalar<T>::value
 Get whether a type is a real scalar or a type compatible with real scalars.
 

Detailed Description

Definition of real_scalar concept.

Definition in file real_scalar.h.