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