STK++ 0.9.13
|
In this file we define the base class for Arrays. More...
#include "STK_ExprBase.h"
#include "operators/STK_SlicingAccessors.h"
#include "operators/STK_TransposeAccessor.h"
#include "operators/STK_ReshapeAccessors.h"
#include "STK_ArrayBaseApplier.h"
#include "STK_ArrayBaseAssign.h"
#include "STK_ArrayBaseInitializer.h"
Go to the source code of this file.
Classes | |
class | STK::ArrayBase< Derived > |
base class for template arrays. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
Macros | |
#define | MAKE_RESHAPE_OPERATOR(OPERATOR, SHAPE) |
utility macro allowing to construct unary operators | |
In this file we define the base class for Arrays.
Derived ArrayBase can be a lhs
Definition in file STK_ArrayBase.h.
#define MAKE_RESHAPE_OPERATOR | ( | OPERATOR, | |
SHAPE | |||
) |
utility macro allowing to construct unary operators
Definition at line 45 of file STK_ArrayBase.h.