OpenKalman
|
Definitions for make_hermitian_matrix. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<HermitianAdapterType adapter_type = HermitianAdapterType::lower, typename Arg , std::enable_if_t< square_shaped< Arg, Applicability::permitted > and(adapter_type==HermitianAdapterType::lower or adapter_type==HermitianAdapterType::upper), int > = 0> | |
decltype(auto) constexpr | OpenKalman::make_hermitian_matrix (Arg &&arg) |
Creates a hermitian_matrix by, if necessary, wrapping the argument in a hermitian_adapter. More... | |
Definitions for make_hermitian_matrix.