gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::is_complex, gsl::is_complex_v. More...
#include "complex.hpp"
Go to the source code of this file.
Classes | |
struct | gsl::is_complex< T > |
Define is_complex::VALUE as false for generic is_complex. More... | |
struct | gsl::is_complex< gsl::complex< U > > |
Specialization that defines is_complex::VALUE as true. More... | |
struct | gsl::is_complex< gsl::complex< U > const > |
Specialization that defines is_complex::VALUE as true. More... | |
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Variables | |
template<typename T > | |
constexpr bool | gsl::is_complex_v = is_complex<T>::VALUE |
True if T be type of complex element in vector or matrix. More... | |
Definition of gsl::is_complex, gsl::is_complex_v.
Definition in file is-complex.hpp.