STK++ 0.9.13
|
In this file we implement the General Array by Array product. More...
Go to the source code of this file.
Classes | |
struct | STK::hidden::BlockByPanel< Lhs, Rhs, Result > |
Methods to use for C=AB with A divided in blocks and B divided in panels. More... | |
struct | STK::hidden::PanelByBlock< Lhs, Rhs, Result > |
Methods to use for C=AB with A divided in panels and B divided in blocks. More... | |
struct | STK::hidden::BlockPanelProduct< Lhs, Rhs, Result > |
Methods to use for C=AB with A divided in blocks and B divided in panels. More... | |
struct | STK::hidden::PanelBlockProduct< Lhs, Rhs, Result > |
Methods to use for C=AB with A divided in panels and B divided in blocks. 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. | |
In this file we implement the General Array by Array product.
Definition in file STK_ArrayByArrayProduct.h.