OpenKalman
Namespaces | Functions
conjugate.hpp File Reference

Definition of conjugate function. More...

#include "values/values.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/get_mdspan.hpp"
#include "linear-algebra/traits/element_type_of.hpp"
#include "linear-algebra/concepts/zero.hpp"
#include "linear-algebra/concepts/diagonal_matrix.hpp"
#include "linear-algebra/concepts/constant_object.hpp"
#include "linear-algebra/concepts/constant_diagonal_object.hpp"
#include "linear-algebra/traits/constant_value_of.hpp"
#include "linear-algebra/concepts/identity_matrix.hpp"
#include "make_constant.hpp"
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 complex conjugate of an indexible object. More...
 

Detailed Description

Definition of conjugate function.