OpenKalman
Classes | Namespaces | Functions
SelfAdjointView.hpp File Reference

Type traits as applied to native Eigen::SelfAdjointView types. More...

#include <type_traits>
Include dependency graph for SelfAdjointView.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::interface::indexible_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.
 

Detailed Description

Type traits as applied to native Eigen::SelfAdjointView types.