better wording
This commit is contained in:
@@ -743,10 +743,10 @@ which is one of:
|
||||
<li>
|
||||
<b>Caveat:</b>
|
||||
<ul>
|
||||
<li>in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction</li>
|
||||
<li>in Armadillo 10.5 and later versions, the elements are initialised to zero by default</li>
|
||||
<li>
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless <i>fill_form</i> is specified
|
||||
<br>(ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN)
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised unless <i>fill_form</i> is specified;
|
||||
<br>ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -1100,10 +1100,10 @@ Constructors:
|
||||
<li>
|
||||
<b>Caveat:</b>
|
||||
<ul>
|
||||
<li>in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction</li>
|
||||
<li>in Armadillo 10.5 and later versions, the elements are initialised to zero by default</li>
|
||||
<li>
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless <i>fill_form</i> is specified, as per the <a href="#Mat">Mat class</a>
|
||||
<br>(ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN)
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised unless <i>fill_form</i> is specified;
|
||||
<br>ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN; see the <a href="#Mat">Mat class</a> for details on <i>fill_form</i>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -1366,10 +1366,10 @@ Constructors:
|
||||
<li>
|
||||
<b>Caveat:</b>
|
||||
<ul>
|
||||
<li>in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction</li>
|
||||
<li>in Armadillo 10.5 and later versions, the elements are initialised to zero by default</li>
|
||||
<li>
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless <i>fill_form</i> is specified, as per the <a href="#Mat">Mat class</a>
|
||||
<br>(ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN)
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised unless <i>fill_form</i> is specified;
|
||||
<br>ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN; see the <a href="#Mat">Mat class</a> for details on <i>fill_form</i>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -1651,10 +1651,10 @@ which is one of:
|
||||
<li>
|
||||
<b>Caveat:</b>
|
||||
<ul>
|
||||
<li>in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction</li>
|
||||
<li>in Armadillo 10.5 and later versions, the elements are initialised to zero by default</li>
|
||||
<li>
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless <i>fill_form</i> is specified
|
||||
<br>(ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN)
|
||||
in Armadillo 10.4 and earlier versions, the elements are not initialised unless <i>fill_form</i> is specified;
|
||||
<br>ie. without specifying <i>fill_form</i>, the elements may contain garbage values, including NaN
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user