From 32b218ce31a39893a4dbef2bbb3d4ac922eaaf81 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 28 Jul 2023 11:31:12 +1000 Subject: [PATCH] add note --- docs.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.html b/docs.html index d94c5ca2..5405d148 100644 --- a/docs.html +++ b/docs.html @@ -14429,6 +14429,11 @@ depending on the given matrix, svds() may find fewer singular values than
  • +NOTE: the implementation in Armadillo 12.6 is considerably faster than earlier versions; +further speedups can be obtained by enabling OpenMP in your compiler (eg. -fopenmp in GCC and clang) +
  • +
    +
  • Examples: