OpenKalman
Namespaces | Functions
make_hermitian_matrix.hpp File Reference

Definitions for make_hermitian_matrix. More...

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<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...
 

Detailed Description

Definitions for make_hermitian_matrix.