|
STK++ 0.9.13
|
In this file we implement the General Array by Vector product. More...

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. | |
| 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 |
In this file we implement the General Array by Vector product.
Definition in file STK_ArrayByVectorProduct.h.