OpenKalman
|
definition for to_native_matrix. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<typename LibraryObject , typename Arg , std::enable_if_t< indexible< LibraryObject > and indexible< Arg >, int > = 0> | |
decltype(auto) | OpenKalman::to_native_matrix (Arg &&arg) |
If it isn't already, convert Arg to a native object in the library associated with LibraryObject. More... | |
definition for to_native_matrix.