OpenKalman
Namespaces | Functions
conjugate_transpose.hpp File Reference

Definition of conjugate_transpose function. More...

#include "patterns/patterns.hpp"
#include "conjugate.hpp"
#include "transpose.hpp"
Include dependency graph for conjugate_transpose.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 , std::enable_if_t< indexible< Arg >, int > = 0>
decltype(auto) constexpr OpenKalman::conjugate_transpose (Arg &&arg)
 Take the conjugate-transpose of an indexible_object.
 

Detailed Description

Definition of conjugate_transpose function.