16 #ifndef OPENKALMAN_TO_NATIVE_MATRIX_HPP 17 #define OPENKALMAN_TO_NATIVE_MATRIX_HPP 29 template<indexible LibraryObject, indexible Arg>
33 template<
typename LibraryObject,
typename Arg, std::enable_if_t<indexible<LibraryObject> and indexible<Arg>,
int> = 0>
38 if constexpr (interface::to_native_matrix_defined_for<LibraryObject, Arg>)
46 #endif //OPENKALMAN_TO_NATIVE_MATRIX_HPP decltype(auto) to_native_matrix(Arg &&arg)
If it isn't already, convert Arg to a native object in the library associated with LibraryObject...
Definition: to_native_matrix.hpp:35
The root namespace for OpenKalman.
Definition: basics.hpp:34
An interface to various routines from the linear algebra library associated with indexible object T...
Definition: library_interface.hpp:37
Definition: forward-class-declarations.hpp:580