|
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> | |
| decltype(auto) constexpr | OpenKalman::get_mdspan (T &&t) |
| Get the mdspan associated with indexible object T. | |
Definition of get_mdspan function.
1.8.13