OpenKalman
Namespaces | Functions
conjugate.hpp File Reference

Definition of conjugate function. More...

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

Detailed Description

Definition of conjugate function.