STK++ 0.9.13
STK_ProductDispatcher.h File Reference

In this file we select the product method to use. More...

Include dependency graph for STK_ProductDispatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::array2D_, RStructure_ >
 specialization for lhs is array2D More...
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::array2D_, Arrays::square_ >
 specialization for lhs is array2D More...
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, RStructure_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, LStructure_, Arrays::square_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, Arrays::square_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::lower_triangular_, RStructure_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::lower_triangular_, Arrays::square_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::lower_triangular_, Arrays::lower_triangular_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, RStructure_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::square_ >
 
struct  STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::upper_triangular_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, lhsStructure_, RhsStructure_ >
 Dispatcher allowing to choose th e way to multiply two expressions. More...
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::array2D_, Arrays::array2D_ >
 Specialization for the array2d by array2D case. More...
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::array2D_, Arrays::square_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::square_, Arrays::square_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::square_, Arrays::array2D_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::array2D_, Arrays::vector_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::square_, Arrays::vector_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, lhsStructure_, Arrays::vector_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, RhsStructure_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, Arrays::array2D_ >
 
struct  STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, Arrays::square_ >
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

In this file we select the product method to use.

Definition in file STK_ProductDispatcher.h.