From 189aadca8fc159fb3baf2b2124254a09681d445f Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 6 Dec 2021 00:07:54 +1000 Subject: [PATCH] remove old note --- docs.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs.html b/docs.html index 427543ba..82fe0e63 100644 --- a/docs.html +++ b/docs.html @@ -5347,7 +5347,6 @@ to modify the non-zero elements in a safer manner, use .transform() or .for_each() instead of iterators;
writing a zero value into a sparse matrix through an iterator will invalidate all current iterators associated with the sparse matrix -
  • row iterators for sparse matrices are only useful with Armadillo 8.500 and later versions; in earlier versions they are inefficient