OpenKalman
Namespaces | Functions
get_mdspan.hpp File Reference

Definition of get_mdspan function. More...

#include "linear-algebra/interfaces/object_traits.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/interfaces/stl/mdspan-object.hpp"
#include "linear-algebra/interfaces/stl/mdspan-library.hpp"
Include dependency graph for get_mdspan.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.
 

Functions

template<typename T , std::enable_if_t< indexible< T >, int > = 0>
constexpr auto OpenKalman::get_mdspan (T &t)
 Get the coordinates::pattern_collection associated with indexible object T.
 
template<typename T , typename Extents , typename LayoutPolicy , typename AccessorPolicy >
constexpr auto OpenKalman::get_mdspan (stdex::mdspan< T, Extents, LayoutPolicy, AccessorPolicy > m)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 

Detailed Description

Definition of get_mdspan function.