Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

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 >:

List of all members.

Public Types

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

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() ()

Private Member Functions

BOOST_UBLAS_INLINE const
expression_closure_type
expression () const

Private Attributes

expression_closure_type e_

Detailed Description

template<class E, class F>
class boost::numeric::ublas::matrix_scalar_unary< E, F >

Definition at line 4886 of file matrix_expression.hpp.


Member Typedef Documentation

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

Definition at line 4890 of file matrix_expression.hpp.

template<class E , class F >
typedef F::result_type boost::numeric::ublas::matrix_scalar_unary< E, F >::value_type

Definition at line 4891 of file matrix_expression.hpp.

template<class E , class F >
typedef E::const_closure_type boost::numeric::ublas::matrix_scalar_unary< E, F >::expression_closure_type

Definition at line 4892 of file matrix_expression.hpp.


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) [inline, explicit]

Definition at line 4896 of file matrix_expression.hpp.


Member Function Documentation

template<class E , class F >
BOOST_UBLAS_INLINE const expression_closure_type& boost::numeric::ublas::matrix_scalar_unary< E, F >::expression ( ) const [inline, private]

Definition at line 4902 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_scalar_unary< E, F >::operator value_type ( ) const [inline]

Definition at line 4908 of file matrix_expression.hpp.

BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::scalar_expression< matrix_scalar_unary< E, F > >::operator() ( ) const [inline, inherited]

Definition at line 67 of file expression_types.hpp.

BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::scalar_expression< matrix_scalar_unary< E, F > >::operator() ( ) [inline, inherited]

Definition at line 71 of file expression_types.hpp.


Member Data Documentation

template<class E , class F >
expression_closure_type boost::numeric::ublas::matrix_scalar_unary< E, F >::e_ [private]

Definition at line 4913 of file matrix_expression.hpp.


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