OpenKalman
|
Definition of transpose function. More...
#include <complex>
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
OpenKalman::detail | |
T is an acceptable noise perturbation input to a tests. | |
Functions | |
template<typename C , typename Arg , std::size_t... Is> | |
decltype(auto) constexpr | OpenKalman::internal::transpose_constant (C &&c, Arg &&arg, std::index_sequence< Is... >) |
template<typename Arg > | |
decltype(auto) constexpr | OpenKalman::transpose (Arg &&arg) |
Take the transpose of a matrix. More... | |
Definition of transpose function.