diff --git a/docs.html b/docs.html
index 7cfd8a5c..d0b5faea 100644
--- a/docs.html
+++ b/docs.html
@@ -19842,7 +19842,7 @@ the hdf5.h header file must be available on your system and you will need
-Disable the use of the HDF5 library; overrides ARMA_USE_HDF5
+Disable use of the HDF5 library; overrides ARMA_USE_HDF5
|
@@ -19887,7 +19887,7 @@ you will need to link with the FFTW3 library (eg. -lfftw3)
-Disable the use of the FFTW3 library; overrides ARMA_USE_FFTW3
+Disable use of the FFTW3 library; overrides ARMA_USE_FFTW3
|
@@ -19931,7 +19931,7 @@ Disable use of std::mutex; applicable if your compiler and/or environment
|
-Disable automatically optimised handling of band matrices by solve() and chol()
+Disable optimised handling of band matrices by solve() and chol()
|
@@ -19953,7 +19953,7 @@ Disable automatically optimised handling of band matrices by so
|
-Disable automatically optimised handling of symmetric/hermitian positive definite matrices by
+Disable optimised handling of symmetric/hermitian positive definite matrices by
solve(),
inv(),
pinv(),
@@ -19977,6 +19977,50 @@ Disable automatically optimised handling of symmetric/hermitian positive definit
|
+ARMA_DONT_OPTIMISE_INVEXPR
+ |
+
+
+ |
+
+Disable optimised handling of inv() and inv_sympd() within compound expressions
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ARMA_DONT_OPTIMISE_POWEXPR
+ |
+
+
+ |
+
+Disable optimised handling of pow()
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+
ARMA_USE_OPENMP
|
|