qualify lapack function names in comment

This commit is contained in:
conrad
2024-11-07 12:14:32 +10:00
parent 44e1beabce
commit f22d60c74f
+1 -1
View File
@@ -28,7 +28,7 @@ auxlib::inv(Mat<eT>& A)
{
arma_debug_sigprint();
// NOTE: given a matrix with NaN values, getrf() and getri() do not necessarily fail,
// NOTE: given a matrix with NaN values, lapack::getrf() and lapack::getri() do not necessarily fail,
// NOTE: and can produce matrices with NaN values.
// NOTE: we're not checking for non-finite values to avoid breaking existing user code.