OpenKalman
Namespaces | Functions
diagonal_of.hpp File Reference

Definition for diagonal_of 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 >
decltype(auto) constexpr OpenKalman::diagonal_of (Arg &&arg)
 Extract a column vector (or column slice for rank>2 tensors) comprising the diagonal elements. More...
 

Detailed Description

Definition for diagonal_of function.