STK++ 0.9.13
STK_ArrayByVectorProduct.h File Reference

In this file we implement the General Array by Vector product. More...

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

Go to the source code of this file.

Classes

struct  STK::hidden::MultImpl< Type >
 this structure regroup all the methods using only pointers on the Type More...
 
struct  STK::hidden::bv< Lhs, Rhs, Result >
 Methods to use for C=AV with A a general matrix and V a vector. More...
 
struct  STK::hidden::vb< Lhs, Rhs, Result >
 Methods to use for C=PB with P a point and B a matrix. More...
 
struct  STK::hidden::MultPointArray< Lhs, Rhs, Result >
 This structure regroup the products between a point and different kind of array. 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.
 

Typedefs

typedef TRange< pointByArrayRowSize_STK::hidden::pointByArrayRowRange
 
typedef TRange< pointByArrayColSize_STK::hidden::PointByArrayColRange
 

Variables

const int STK::hidden::pointByArrayRowSize_ = 256
 
const int STK::hidden::pointByArrayColSize_ = 8
 

Detailed Description

In this file we implement the General Array by Vector product.

Definition in file STK_ArrayByVectorProduct.h.