OpenKalman
Namespaces | Functions
diagonal_of.hpp File Reference

Definition for diagonal_of function. More...

#include "linear-algebra/concepts/constant_object.hpp"
Include dependency graph for diagonal_of.hpp:

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.