STK++ 0.9.13
STK_ExprBaseProduct.h File Reference

In this file we define the matrix-matrix product and its particular cases. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::ProductSelector< Lhs, Rhs, LStructure_, RStructure_ >
 Helper class to select the correct ProductReturnType. More...
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, LStructure_, Arrays::vector_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, LStructure_, Arrays::diagonal_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::point_, RStructure_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::point_, Arrays::diagonal_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::point_, Arrays::point_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::point_, Arrays::vector_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::vector_, Arrays::point_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::vector_, Arrays::vector_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::diagonal_, RStructure_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::diagonal_, Arrays::vector_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::diagonal_, Arrays::diagonal_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, Arrays::number_, RStructure_ >
 
struct  STK::hidden::ProductSelector< Lhs, Rhs, LStructure_, Arrays::number_ >
 

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 define the matrix-matrix product and its particular cases.

Definition in file STK_ExprBaseProduct.h.