From 44a7a9cfedd95fc89ce6d55ce6b95e0f2e2fa392 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 20 Mar 2026 12:38:38 +1000 Subject: [PATCH] add note on arma prefix for span() --- docs.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.html b/docs.html index 16636ad3..d177e3d3 100644 --- a/docs.html +++ b/docs.html @@ -3955,6 +3955,10 @@ Instances of span(start,end) can be replaced by span::all to indic
  • +To distinguish span(start,end) from std::span, use the arma:: prefix, ie. arma::span(start,end) +
  • +
    +
  • For functions requiring one or more vector of indices, eg. X.submat(vector_of_row_indices, vector_of_column_indices), each vector of indices must be of type uvec