STK++ 0.9.13
STK_ProductOperators.h File Reference

In this file we implement the ProductOperator class. More...

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

Go to the source code of this file.

Classes

struct  STK::hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >
 Traits class for array2d by diagonal product. More...
 
class  STK::ArrayByDiagonalProduct< Lhs, Rhs >
 Generic expression where a product operator is applied to two expressions. More...
 
struct  STK::hidden::Traits< DiagonalByArrayProduct< Lhs, Rhs > >
 Traits class for the DiagonalByArrayProduct class. More...
 
class  STK::DiagonalByArrayProduct< Lhs, Rhs >
 Generic expression where a product operator is applied to two expressions. More...
 
struct  STK::hidden::Traits< VectorByPointProduct< Lhs, Rhs > >
 Traits class for the VectorByPointProduct class. More...
 
class  STK::VectorByPointProduct< Lhs, Rhs >
 Generic expression where a product operator is applied to two expressions. More...
 
struct  STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > >
 Traits class for the PointByArrayProduct. More...
 
class  STK::PointByArrayProduct< Lhs, Rhs >
 Generic expression where a product operator is applied to two expressions. More...
 
struct  STK::hidden::Traits< ArrayByVectorProduct< Lhs, Rhs > >
 Traits class for the ArrayByVectorProduct class. More...
 
class  STK::ArrayByVectorProduct< Lhs, Rhs >
 Generic expression where a product operator is applied to two expressions. More...
 
struct  STK::hidden::Traits< ArrayByArrayProduct< Lhs, Rhs > >
 Traits class for the ArrayByArrayProduct class. More...
 
class  STK::ArrayByArrayProduct< Lhs, Rhs >
 Generic expression where a product operator is applied to two expressions. More...
 

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.
 

Macros

#define EGAL(arg1, arg2)   ((arg1::structure_ == int(Arrays::arg2)))
 

Detailed Description

In this file we implement the ProductOperator class.

Definition in file STK_ProductOperators.h.

Macro Definition Documentation

◆ EGAL

#define EGAL (   arg1,
  arg2 
)    ((arg1::structure_ == int(Arrays::arg2)))

Definition at line 45 of file STK_ProductOperators.h.