Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template outer_product<, , , >

boost::numeric::functional::outer_product<Left, Right, std_vector_tag, std_vector_tag>

Synopsis

// In header: <boost/accumulators/statistics/covariance.hpp>

template<typename Left, typename Right> 
struct outer_product<, , , > {
  // types
  typedef                                                                                                                    ; 
  typedef                                                                                                                   ;
  typedef  ;         

  // public member functions
   (, ) ;
};

Description

outer_product public member functions

  1.  ( left,  right) ;

PrevUpHomeNext