diff --git a/docs.html b/docs.html index c6d1d3be..7de14e0f 100644 --- a/docs.html +++ b/docs.html @@ -1496,6 +1496,11 @@ Classes for cubes (quasi 3rd order tensors), also known as "3D matrices"
  • +Data is stored as a set of slices (matrices) stored contiguously within memory; +within each slice, elements are stored with column-major ordering (ie. column by column) +
  • +
    +
  • The cube class is Cube<type>, where type is one of: