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