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

boost::numeric::ublas::scalar_divides< T1, T2 > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::scalar_divides< T1, T2 >:
Collaboration diagram for boost::numeric::ublas::scalar_divides< T1, T2 >:

List of all members.

Public Types

typedef scalar_binary_functor
< T1, T2 >::argument1_type 
argument1_type
typedef scalar_binary_functor
< T1, T2 >::argument2_type 
argument2_type
typedef scalar_binary_functor
< T1, T2 >::result_type 
result_type

Static Public Member Functions

static BOOST_UBLAS_INLINE
result_type 
apply (argument1_type t1, argument2_type t2)

Detailed Description

template<class T1, class T2>
struct boost::numeric::ublas::scalar_divides< T1, T2 >

Definition at line 164 of file functional.hpp.


Member Typedef Documentation

template<class T1 , class T2 >
typedef scalar_binary_functor<T1, T2>::argument1_type boost::numeric::ublas::scalar_divides< T1, T2 >::argument1_type

Reimplemented from boost::numeric::ublas::scalar_binary_functor< T1, T2 >.

Definition at line 166 of file functional.hpp.

template<class T1 , class T2 >
typedef scalar_binary_functor<T1, T2>::argument2_type boost::numeric::ublas::scalar_divides< T1, T2 >::argument2_type

Reimplemented from boost::numeric::ublas::scalar_binary_functor< T1, T2 >.

Definition at line 167 of file functional.hpp.

template<class T1 , class T2 >
typedef scalar_binary_functor<T1, T2>::result_type boost::numeric::ublas::scalar_divides< T1, T2 >::result_type

Reimplemented from boost::numeric::ublas::scalar_binary_functor< T1, T2 >.

Definition at line 168 of file functional.hpp.


Member Function Documentation

template<class T1 , class T2 >
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::scalar_divides< T1, T2 >::apply ( argument1_type  t1,
argument2_type  t2 
) [inline, static]

Definition at line 171 of file functional.hpp.


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