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::matrix_scalar_unary< E, F > Class Template Reference

#include <matrix_expression.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_scalar_unary< E, F >:
Collaboration diagram for boost::numeric::ublas::matrix_scalar_unary< E, F >:

Public Types

typedef E expression_type
 
typedef F functor_type
 
typedef F::result_type value_type
 
typedef E::const_closure_type expression_closure_type
 
typedef scalar_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE matrix_scalar_unary (const expression_type &e)
 
BOOST_UBLAS_INLINE operator value_type () const
 
BOOST_UBLAS_INLINE const
expression_type
operator() () const
 
BOOST_UBLAS_INLINE
expression_type
operator() ()
 

Member Typedef Documentation

template<class E , class F >
typedef E::const_closure_type boost::numeric::ublas::matrix_scalar_unary< E, F >::expression_closure_type
template<class E , class F >
typedef E boost::numeric::ublas::matrix_scalar_unary< E, F >::expression_type
template<class E , class F >
typedef F boost::numeric::ublas::matrix_scalar_unary< E, F >::functor_type
template<class E , class F >
typedef F::result_type boost::numeric::ublas::matrix_scalar_unary< E, F >::value_type

Constructor & Destructor Documentation

template<class E , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_scalar_unary< E, F >::matrix_scalar_unary ( const expression_type e)
inlineexplicit

Member Function Documentation

template<class E , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_scalar_unary< E, F >::operator value_type ( ) const
inline
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::scalar_expression< matrix_scalar_unary< E, F > >::operator() ( ) const
inlineinherited
BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::scalar_expression< matrix_scalar_unary< E, F > >::operator() ( )
inlineinherited

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