|
STK++ 0.9.13
|
In this file we implement the raw static methods used by the products methods. More...

Go to the source code of this file.
Classes | |
| struct | STK::hidden::Panel< Type > |
| This structure encapsulate the data allocated for a panel. More... | |
| struct | STK::hidden::Block< Type > |
| This structure encapsulate the data allocated for a block. More... | |
| struct | STK::hidden::RawVec< Type > |
| This structure encapsulate the data allocated for a block. More... | |
| struct | STK::hidden::MultCoefImpl< Lhs, Rhs, Result > |
| This structure regroup the methods to used after block multiplication in order to perform the product of the remaining rows and columns. More... | |
| struct | STK::hidden::CopySubArrayImpl< Array, Type > |
| This structure regroup the methods to used for copying part of an array in a Block or a Panel. 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< panelSize_ > | STK::panelRange |
| typedef TRange< blockSize_ > | STK::blockRange |
Variables | |
| const int | STK::blockSize_ = 4 |
| const int | STK::panelSize_ = 64 |
| const int | STK::panelTotal = 256 |
| const int | STK::vectorSize = 256 |
In this file we implement the raw static methods used by the products methods.
Definition in file STK_ProductRaw.h.