OpenKalman
|
Traits for arithmetic and complex scalar types. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::interface::number_traits< T, typename > |
struct | OpenKalman::interface::number_traits< void > |
Void is explicitly not a number. More... | |
struct | OpenKalman::interface::number_traits< T, std::enable_if_t< std::is_arithmetic_v< T > > > |
Traits for std::is_arithmetic types. More... | |
struct | OpenKalman::interface::number_traits< std::complex< T > > |
Traits for std::complex. More... | |
Traits for arithmetic and complex scalar types.