Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::functional::outer_product< Left, Right, std_vector_tag, std_vector_tag > Struct Template Reference

#include <covariance.hpp>

Inheritance diagram for boost::numeric::functional::outer_product< Left, Right, std_vector_tag, std_vector_tag >:
Collaboration diagram for boost::numeric::functional::outer_product< Left, Right, std_vector_tag, std_vector_tag >:

Public Types

typedef ublas::matrix
< typename
functional::multiplies
< typename Left::value_type,
typename Right::value_type >
::result_type
result_type
 

Public Member Functions

result_type operator() (Left &left, Right &right) const
 

Member Typedef Documentation

template<typename Left , typename Right >
typedef ublas::matrix< typename functional::multiplies< typename Left::value_type , typename Right::value_type >::result_type > boost::numeric::functional::outer_product< Left, Right, std_vector_tag, std_vector_tag >::result_type

Member Function Documentation

template<typename Left , typename Right >
result_type boost::numeric::functional::outer_product< Left, Right, std_vector_tag, std_vector_tag >::operator() ( Left &  left,
Right &  right 
) const
inline

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