From 63c707de69b77a6f129c6d5fecc1d7cdcf65c70a Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 10 Oct 2022 16:15:07 +1000 Subject: [PATCH] improve docs for Cube --- docs.html | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) 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: