OpenKalman
Namespaces | Functions | Variables
vector.hpp File Reference

Definition for vector. More...

#include "linear-algebra/concepts/dynamic_dimension.hpp"
#include "linear-algebra/concepts/dimension_size_of_index_is.hpp"
#include "linear-algebra/traits/index_count.hpp"
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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 N, applicability b, std::size_t... is>
constexpr auto OpenKalman::detail::vector_fixed_index_count (std::index_sequence< is... >)
 
template<typename T , std::size_t N, applicability b>
constexpr auto OpenKalman::detail::vector_impl ()
 

Variables

template<typename T , std::size_t N = 0, applicability b = applicability::guaranteed>
constexpr bool OpenKalman::vector
 T is a vector (e.g., column or row vector). More...
 

Detailed Description

Definition for vector.