OpenKalman
Namespaces | Functions
adjoint.hpp File Reference

Definition of adjoint function. More...

#include "conjugate.hpp"
#include "transpose.hpp"
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<std::size_t indexa = 0, std::size_t indexb = 1, typename Arg >
decltype(auto) constexpr OpenKalman::adjoint (Arg &&arg)
 Take the conjugate-transpose of an indexible_object. More...
 

Detailed Description

Definition of adjoint function.