From 3bcfde3238756fb2c35956e55eb76e2a4b2e3948 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 2 Feb 2026 16:51:23 +1000 Subject: [PATCH] avoid repetition --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index b5db185b..9c64a2ff 100644 --- a/docs.html +++ b/docs.html @@ -1557,7 +1557,7 @@ Classes for cubes (quasi third-order tensors, aka "3D matrices")
  • -Data is stored as an ordered set of slices (matrices) stored contiguously within memory; +Data is stored as an ordered set of slices (matrices) placed contiguously within memory; within each slice, elements are stored with column-major ordering (ie. column by column)