OpenKalman
Classes | Namespaces | Functions | Variables
square_shaped.hpp File Reference

Definition for square_shaped. More...

#include "linear-algebra/coordinates/concepts/compares_with.hpp"
Include dependency graph for square_shaped.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::square_shaped_impl< T, b, typename >
 
struct  OpenKalman::detail::value > 1)> >< T, b >
 
struct  OpenKalman::internal::is_explicitly_square< T, b, typename >
 
struct  OpenKalman::internal::is_explicitly_square< T, b, std::enable_if_t< interface::indexible_object_traits< std::decay_t< T > >::template is_square< b > > >
 
struct  OpenKalman::internal::is_explicitly_triangular< T, t, typename >
 
struct  OpenKalman::internal::is_explicitly_triangular< T, t, std::enable_if_t< interface::indexible_object_traits< std::decay_t< T > >::template is_triangular< t > > >
 

Namespaces

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

Functions

template<typename T , std::size_t I, std::size_t... Is>
constexpr bool OpenKalman::detail::maybe_square_shaped (std::index_sequence< I, Is... >)
 

Variables

template<typename T , Applicability b = Applicability::guaranteed>
constexpr bool OpenKalman::square_shaped
 Specifies that an object is square (i.e., has equivalent coordinates::pattern along each dimension). More...
 

Detailed Description

Definition for square_shaped.