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