minor cleanups
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user