add brief explanation of fill_form

This commit is contained in:
conrad
2025-09-29 12:24:10 +10:00
parent e677071ca3
commit bb2a42e6d1
+4 -20
View File
@@ -776,7 +776,7 @@ Constructors:
</li>
<br>
<li>
The elements can be explicitly initialised during construction by specifying <i>fill_form</i>,
Matrix elements can be explicitly initialised during construction by specifying <i>fill_form</i>,
which is one of:
<ul>
<table>
@@ -1178,15 +1178,7 @@ Constructors:
</li>
<br>
<li>
<b>Caveat:</b>
<ul>
<li>in Armadillo &gt;= 10.5, the default initialisation is <code>fill::zeros</code></li>
<li>in Armadillo &lt;= 10.4, the default initialisation is <code>fill::none</code></li>
</ul>
</li>
<br>
<a name="adv_constructors_col"></a>
<li>
Vector elements can be explicitly initialised during construction by specifying <i>fill_form</i>, as per the <a href="#Mat">Mat</a> class
Advanced constructors:
<br>
<br>
@@ -1458,15 +1450,7 @@ Constructors:
</li>
<br>
<li>
<b>Caveat:</b>
<ul>
<li>in Armadillo &gt;= 10.5, the default initialisation is <code>fill::zeros</code></li>
<li>in Armadillo &lt;= 10.4, the default initialisation is <code>fill::none</code></li>
</ul>
</li>
<br>
<a name="adv_constructors_row"></a>
<li>
Vector elements can be explicitly initialised during construction by specifying <i>fill_form</i>, as per the <a href="#Mat">Mat</a> class
Advanced constructors:
<br>
<br>
@@ -1740,7 +1724,7 @@ Constructors:
</li>
<br>
<li>
The elements can be explicitly initialised during construction by specifying <i>fill_form</i>,
Cube elements can be explicitly initialised during construction by specifying <i>fill_form</i>,
which is one of:
<ul>
<table>