|
OpenKalman
|
HermitianAdapter and related definitions. More...
#include "basics/basics.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::HermitianAdapter< NestedObject, storage_triangle > |
| A hermitian matrix wrapper. More... | |
| struct | OpenKalman::interface::object_traits< HermitianAdapter< NestedObject, storage_type > > |
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Functions | |
| template<typename M , std::enable_if_t< hermitian_matrix< M, applicability::permitted >, int > = 0> | |
| OpenKalman::HermitianAdapter (M &&) -> HermitianAdapter< nested_object_of_t< M >, hermitian_adapter_type_of_v< M >> | |
| Deduction guide for converting Eigen::SelfAdjointView to HermitianAdapter. | |
HermitianAdapter and related definitions.
1.8.13