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

Contains runtime matrix implementation. More...

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

Go to the source code of this file.

Classes

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

Namespaces

 etl
 Root namespace for the ETL library.
 

Detailed Description

Contains runtime matrix implementation.