From c8ee53de8d6655af25a8d8534e7f84b2ef466b40 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 8 Feb 2023 14:24:00 +1000 Subject: [PATCH] provide example of fill during matrix construction --- docs.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs.html b/docs.html index b3741789..bd26b931 100644 --- a/docs.html +++ b/docs.html @@ -3056,13 +3056,14 @@ Examples:
  • -Note: to explicitly set all elements to zero during object construction, use the following more compact form: +Note: to set all elements to zero during matrix construction, use the following more compact form: