OpenKalman
Namespaces | Functions
adjoint.hpp File Reference

Definition of adjoint function. More...

#include <complex>
Include dependency graph for adjoint.hpp:
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::adjoint (Arg &&arg)
 Take the adjoint of a matrix. More...
 

Detailed Description

Definition of adjoint function.