From 4e64c2e1b428f94d57fdfdca1d403f107429974c Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 7 Apr 2025 14:42:42 +1000 Subject: [PATCH] improve docs for element access via better ordering --- docs.html | 63 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/docs.html b/docs.html index 4343e71c..47c83203 100644 --- a/docs.html +++ b/docs.html @@ -2423,21 +2423,6 @@ An exception is thrown if the requested element is out of bounds. -.at(i)  or  [i]  - -
- - -As for (i), but without a bounds check; not recommended; see the caveats below - - - -  -  -  - - - (r,c)
@@ -2454,6 +2439,37 @@ An exception is thrown if the requested element is out of bounds. +(r,c,s) + +
+ + +For cube and 3D field classes, access the element/object stored at row r, column c, and slice s. +An exception is thrown if the requested element is out of bounds. + + + +  +  +  + + + +.at(i)  or  [i]  + +
+ + +As for (i), but without a bounds check; not recommended; see the caveats below + + + +  +  +  + + + .at(r,c)
@@ -2471,22 +2487,6 @@ As for (r,c), but without a bounds check; not recommended; see the -(r,c,s) - -
- - -For cube and 3D field classes, access the element/object stored at row r, column c, and slice s. -An exception is thrown if the requested element is out of bounds. - - - -  -  -  - - - .at(r,c,s)
@@ -2550,7 +2550,6 @@ double y = v(0);
  • iterators (dense matrices)
  • iterators (cubes)
  • iterators (sparse matrices)
  • -
  • config.hpp