add brief explanation of fill_form
This commit is contained in:
@@ -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 >= 10.5, the default initialisation is <code>fill::zeros</code></li>
|
||||
<li>in Armadillo <= 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 >= 10.5, the default initialisation is <code>fill::zeros</code></li>
|
||||
<li>in Armadillo <= 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>
|
||||
|
||||
Reference in New Issue
Block a user