Expression Templates Library (ETL)
Classes | Namespaces
hermitian.hpp File Reference

Contains hermitian matrix view implementation. More...

#include <exception>
#include "etl/adapters/adapter.hpp"
#include "etl/adapters/hermitian_reference.hpp"
Include dependency graph for hermitian.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  etl::hermitian_exception
 Exception that is thrown when an operation is made to a hermitian matrix that would render it non-hermitian. More...
 
struct  etl::hermitian_matrix< Matrix >
 A hermitian matrix adapter. More...
 
struct  etl::etl_traits< hermitian_matrix< Matrix > >
 Traits specialization for hermitian_matrix. More...
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Detailed Description

Contains hermitian matrix view implementation.