|
STK++ 0.9.13
|
the namespace Arrays contain the enum and utilities method used by the containers classes. More...
Classes | |
| struct | DifferenceOp |
| Array difference (by coefficient) Perform the matrix difference coefficient by coefficient of the Array lhs by the Array rhs. More... | |
| struct | DivOp |
| Matricial Division. More... | |
| struct | MultLeftTransposeOp |
| Array multiplication Perform the matrix product of the transposed Array lhs by the Array rhs. More... | |
| struct | MultOp |
| Array multiplication Perform the matrix product of the Array lhs by the Array rhs. More... | |
| struct | MultRightTransposeOp |
| Array multiplication Perform the matrix product of the Array lhs by the transposed Array rhs. More... | |
| struct | Product |
| Array product (by coefficient) Perform the matrix product coefficient by coefficient of the Array lhs by the Array rhs. More... | |
| struct | SumOp |
| Array sum (by coefficient) Perform the matrix sum coefficient by coefficient of the Array lhs by the Array rhs. More... | |
Functions | |
| String | structureToString (Structure const &type) |
| convert an Arrays::Structure to a String. | |
| int | evalSizeCapacity (int m) |
| template<int Size_> | |
| TRange< Size_ > | evalRangeCapacity (TRange< Size_ > const &I) |
| template<> | |
| Range | evalRangeCapacity (Range const &I) |
| Specialization for array with unknown size. | |
the namespace Arrays contain the enum and utilities method used by the containers classes.