OpenKalman
Namespaces | Functions
transpose.hpp File Reference

Definition of transpose function. More...

#include "patterns/patterns.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/traits/get_pattern_collection.hpp"
#include "linear-algebra/concepts/diagonal_matrix.hpp"
#include "linear-algebra/concepts/hermitian_matrix.hpp"
#include "linear-algebra/concepts/constant_object.hpp"
#include "linear-algebra/traits/constant_value.hpp"
#include "linear-algebra/functions/make_constant.hpp"
#include "linear-algebra/functions/internal/make_wrapped_mdspan.hpp"
#include "linear-algebra/functions/conjugate.hpp"
#include "linear-algebra/interfaces/stl/transpose_mdspan_policies.hpp"
Include dependency graph for 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<std::size_t indexa = 0, std::size_t indexb = 1, typename Arg >
decltype(auto) constexpr OpenKalman::transpose (Arg &&arg)
 Swap any two indices of an indexible_object. More...
 

Detailed Description

Definition of transpose function.