OpenKalman
Namespaces | Functions
to_native_matrix.hpp File Reference

definition for to_native_matrix. More...

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 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...
 

Detailed Description

definition for to_native_matrix.