OpenKalman
Classes | Namespaces | Typedefs
scalar_type_of.hpp File Reference

Definition for scalar_type_of. More...

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

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.
 

Detailed Description

Definition for scalar_type_of.