From 25ba9a0ca596c6f3a1ef47f4676dbdf381dccdef Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 22 Apr 2025 12:24:03 +1000 Subject: [PATCH] state ARMA_BLAS_64BIT_INT --- docs.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs.html b/docs.html index f6657175..08ff5f15 100644 --- a/docs.html +++ b/docs.html @@ -19898,7 +19898,7 @@ Use Intel MKL mkl_malloc() and mkl_free() instead of standard m Use Intel MKL types for complex numbers. You will need to include appropriate MKL headers before the Armadillo header. You may also need to enable one or more of the following options: -ARMA_BLAS_LONG_LONG, ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS +ARMA_BLAS_64BIT_INT, ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS @@ -19924,9 +19924,8 @@ You may also need to enable one or more of the following options: Use 64 bit integers for matrix and vector sizes. Automatically enabled when using a 64-bit platform, except when using Armadillo in the R environment (via RcppArmadillo). Useful if matrices/vectors capable of holding more than 4 billion elements are required. - This can also be enabled by adding #define ARMA_64BIT_WORD before each instance of #include <armadillo>. -
See also the ARMA_BLAS_LONG_LONG option. +
See also the ARMA_BLAS_64BIT_INT option.