OpenKalman
Namespaces | Functions
to_diagonal.hpp File Reference

Definition for to_diagonal function. 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 Arg , std::enable_if_t< indexible< Arg >, int > = 0>
decltype(auto) constexpr OpenKalman::to_diagonal (Arg &&arg)
 Convert an indexible object into a diagonal matrix. More...
 

Detailed Description

Definition for to_diagonal function.