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

boost::numeric::ublas::scalar_conj< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::scalar_conj< T >:
Collaboration diagram for boost::numeric::ublas::scalar_conj< T >:

List of all members.

Public Types

typedef scalar_unary_functor
< T >::argument_type 
argument_type
typedef scalar_unary_functor
< T >::result_type 
result_type
typedef scalar_unary_functor
< T >::value_type 
value_type

Static Public Member Functions

static BOOST_UBLAS_INLINE
result_type 
apply (argument_type t)

Detailed Description

template<class T>
struct boost::numeric::ublas::scalar_conj< T >

Definition at line 74 of file functional.hpp.


Member Typedef Documentation

Reimplemented from boost::numeric::ublas::scalar_unary_functor< T >.

Definition at line 76 of file functional.hpp.


Member Function Documentation

template<class T >
static BOOST_UBLAS_INLINE result_type boost::numeric::ublas::scalar_conj< T >::apply ( argument_type  t) [inline, static]

Definition at line 81 of file functional.hpp.


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