From 407077ba03e7fbc2bf742e7cac4f1204aa06dce9 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 21 Dec 2021 12:14:56 +1000 Subject: [PATCH] add caveat on std::rank --- docs.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.html b/docs.html index a542b051..f1037d17 100644 --- a/docs.html +++ b/docs.html @@ -10519,6 +10519,10 @@ The tolerance argument is optional; by default tolerance is max
  • +Caveat: to distinguish from std::rank, use the arma:: prefix, ie. arma::rank(X) +
  • +
    +
  • Examples: