OpenKalman
Classes | Namespaces
layout_of.hpp File Reference

Definition for layout_of. More...

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

Go to the source code of this file.

Classes

struct  OpenKalman::detail::has_layout< T, typename >
 
struct  OpenKalman::detail::has_layout< T, std::void_t< decltype(interface::indexible_object_traits< T >::layout)> >
 
struct  OpenKalman::layout_of< T, typename >
 The row dimension of a matrix, expression, or array. More...
 
struct  OpenKalman::layout_of< T, std::enable_if_t< detail::has_layout< std::decay_t< T > >::value > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Detailed Description

Definition for layout_of.