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

Definition for square_shaped. More...

#include "patterns/patterns.hpp"
#include "linear-algebra/interfaces/object_traits.hpp"
#include "linear-algebra/traits/pattern_collection_type_of.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::is_explicitly_square< T, b, typename >
 
struct  OpenKalman::detail::is_explicitly_square< T, b, std::enable_if_t< interface::object_traits< stdex::remove_cvref_t< T > >::template is_square< b > > >
 
struct  OpenKalman::detail::same_pattern_dimensions< T, N, b, typename >
 

Namespaces

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

Functions

template<auto N, typename T >
constexpr std::size_t OpenKalman::detail::N_adjusted ()
 

Variables

template<typename T , std::size_t N = values::unbounded_size, applicability b = applicability::guaranteed>
constexpr bool OpenKalman::square_shaped
 At least 2 and at most N indices have the same extent. More...
 

Detailed Description

Definition for square_shaped.