Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::ublas_expression< E > Class Template Reference

Base class for uBLAS statically derived expressions using the the Barton Nackman trick. More...

#include <expression_types.hpp>

Inheritance diagram for boost::numeric::ublas::ublas_expression< E >:

Public Types

typedef E expression_type
 

Protected Member Functions

 ublas_expression ()
 
 ~ublas_expression ()
 

Detailed Description

template<class E>
class boost::numeric::ublas::ublas_expression< E >

Base class for uBLAS statically derived expressions using the the Barton Nackman trick.

This is a NonAssignable class Directly implement nonassignable - simplifes debugging call trace!

Template Parameters
Ean expression type

Member Typedef Documentation

Constructor & Destructor Documentation

template<class E>
boost::numeric::ublas::ublas_expression< E >::ublas_expression ( )
inlineprotected
template<class E>
boost::numeric::ublas::ublas_expression< E >::~ublas_expression ( )
inlineprotected

The documentation for this class was generated from the following file: