Core Structural Layers
TensorForge structures memory allocations cleanly into layout primitives:
Vector
1D contiguous data buffers managing localized vector tasks natively.
Matrix
2D structured arrays managing explicit dimensions for operations.
Tensor
N-Dimensional complex data maps with localized graph tracking indicators.