From 4ac49fbda5b3defab6feffc7f03c901eca8cb362 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 6 Feb 2023 12:40:29 +1000 Subject: [PATCH] simplification --- docs.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs.html b/docs.html index c4344473..401c326e 100644 --- a/docs.html +++ b/docs.html @@ -753,9 +753,8 @@ in Armadillo 10.4 and earlier versions, the elements are not initialised unless
  • For the mat(string) constructor, the format is elements separated by spaces, and rows denoted by semicolons; -for example, the 2x2 identity matrix can be created using "1 0; 0 1". -
    -Caveat: string based initialisation is slower than directly setting the elements or using element initialisation. +for example, the 2x2 identity matrix can be created using "1 0; 0 1"; +note that string based initialisation is slower than directly setting the elements or using element initialisation