ALFI
Advanced Library for Function Interpolation
Loading...
Searching...
No Matches
config.h File Reference
#include <vector>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alfi::traits::has_size< T, typename >
 
struct  alfi::traits::has_size< T, std::void_t< decltype(std::declval< T >().size())> >
 

Namespaces

namespace  alfi
 
namespace  alfi::traits
 

Macros

#define ALFI_DEFAULT_NUMBER   double
 
#define ALFI_DEFAULT_CONTAINER   std::vector
 
#define ALFI_SIZE_TYPE   size_t
 

Typedefs

using alfi::DefaultNumber = ALFI_DEFAULT_NUMBER
 
template<typename Number = DefaultNumber>
using alfi::DefaultContainer = ALFI_DEFAULT_CONTAINER<Number>
 
using alfi::SizeT = ALFI_SIZE_TYPE
 

Macro Definition Documentation

◆ ALFI_DEFAULT_NUMBER

#define ALFI_DEFAULT_NUMBER   double

◆ ALFI_DEFAULT_CONTAINER

#define ALFI_DEFAULT_CONTAINER   std::vector

◆ ALFI_SIZE_TYPE

#define ALFI_SIZE_TYPE   size_t