|
OpenKalman
|
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"

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... | |
Definition of get_mdspan function.
1.8.13