OpenKalman
|
Definition for scalar_type_of. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::scalar_type_of< T, typename > |
Type scalar type (e.g., std::float, std::double, std::complex<double>) of a tensor. More... | |
struct | OpenKalman::scalar_type_of< T, std::enable_if_t< interface::scalar_type_defined_for< T > > > |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Typedefs | |
template<typename T > | |
using | OpenKalman::scalar_type_of_t = typename scalar_type_of< T >::type |
helper template for scalar_type_of. | |
Definition for scalar_type_of.