|
OpenKalman
|
Type traits as applied to native Eigen::SelfAdjointView types. More...
#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | OpenKalman::interface::object_traits< Eigen::SelfAdjointView< MatrixType, UpLo > > |
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. | |
Type traits as applied to native Eigen::SelfAdjointView types.
1.8.13