minor cleanups

This commit is contained in:
conrad
2024-10-31 13:21:39 +10:00
parent 3165f618ed
commit 42623aff06
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -360,6 +360,7 @@
#undef ARMA_CRIPPLED_LAPACK
#endif
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
// ARMA_AUX_LIBS lists the libraries required by Armadillo on this system, and
// ARMA_AUX_INCDIRS lists the include directories required by Armadillo on this system.
+1
View File
@@ -360,6 +360,7 @@
#undef ARMA_CRIPPLED_LAPACK
#endif
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
// ARMA_AUX_LIBS lists the libraries required by Armadillo on this system, and
// ARMA_AUX_INCDIRS lists the include directories required by Armadillo on this system.
+1 -1
View File
@@ -93,7 +93,7 @@ op_rcond::apply(const Base<typename T1::elem_type, T1>& X)
{
// empirically selected threshold (roughly covers real and cx); OpenBLAS 0.3.26 on AMD 7640U
arma_debug_print("op_rcond::apply(): symmetrix/hermitian optimisation");
arma_debug_print("op_rcond::apply(): symmetric/hermitian optimisation");
return auxlib::rcond_sym(A);
}