Tensor3D typedef

Tensor3D = List<List<List<double>>>

Implementation

typedef Tensor3D = List<List<List<double>>>;