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

Definition of get_variable_type class. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  num_collect::rbf::impl::get_variable_type< FunctionValue(Variable)>
 Get the type of variables from function signature. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::rbf
 Namespace of RBF interpolation.
 
namespace  num_collect::rbf::impl
 Namespace of internal implementations.
 

Typedefs

template<typename FunctionSignature >
using num_collect::rbf::impl::get_variable_type_t = typename get_variable_type<FunctionSignature>::type
 Get the type of variables from function signature.
 

Detailed Description

Definition of get_variable_type class.

Definition in file get_variable_type.h.