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

Contains hermitian matrix reference proxy implementation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  etl::herm_detail::hermitian_reference< M >
 A proxy representing a reference to a mutable element of an hermitian matrix. More...
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Functions

template<typename M >
M::value_type etl::herm_detail::get_conj (const hermitian_reference< M > &ref)
 Specialization of get_conj for hermitian_reference.
 

Detailed Description

Contains hermitian matrix reference proxy implementation.