|
OpenKalman
|
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"

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... | |
Definition of conjugate function.
1.8.13