![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_expression.hpp>
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_ |
Definition at line 4886 of file matrix_expression.hpp.
typedef E boost::numeric::ublas::matrix_scalar_unary< E, F >::expression_type |
Reimplemented from boost::numeric::ublas::scalar_expression< matrix_scalar_unary< E, F > >.
Definition at line 4889 of file matrix_expression.hpp.
typedef F boost::numeric::ublas::matrix_scalar_unary< E, F >::functor_type |
Definition at line 4890 of file matrix_expression.hpp.
typedef F::result_type boost::numeric::ublas::matrix_scalar_unary< E, F >::value_type |
Definition at line 4891 of file matrix_expression.hpp.
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.
typedef scalar_tag boost::numeric::ublas::scalar_expression< matrix_scalar_unary< E, F > >::type_category [inherited] |
Definition at line 64 of file expression_types.hpp.
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.
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.
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.
expression_closure_type boost::numeric::ublas::matrix_scalar_unary< E, F >::e_ [private] |
Definition at line 4913 of file matrix_expression.hpp.