rearrange to improve readability
This commit is contained in:
@@ -12556,9 +12556,9 @@ Inverse of general square matrix <i>A</i>
|
||||
<br>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><code>inv_opts::tiny</code></td><td> </td><td>use fast inverse algorithm for tiny matrices (with size ≤ 4x4); may produce lower quality inverses</td></tr>
|
||||
<tr><td><code>inv_opts::allow_approx</code></td><td> </td><td>allow approximate inverses for rank deficient or poorly conditioned matrices; similar to pseudo-inverse</td></tr>
|
||||
<tr><td><code>inv_opts::no_ugly</code></td><td> </td><td>do not provide inverses for poorly conditioned matrices (where <i>rcond</i> < <a href="#constants">datum::eps</a>)</td></tr>
|
||||
<tr><td><code>inv_opts::allow_approx</code></td><td> </td><td>provide approximate inverses for rank deficient or poorly conditioned matrices; similar to pseudo-inverse</td></tr>
|
||||
<tr><td><code>inv_opts::tiny</code></td><td> </td><td>use fast inverse algorithm for tiny matrices (with size ≤ 4x4); may produce lower quality inverses</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
@@ -12653,9 +12653,9 @@ Inverse of symmetric/hermitian positive definite matrix <i>A</i>
|
||||
<br>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td><code>inv_opts::tiny</code></td><td> </td><td>use fast inverse algorithm for tiny matrices (with size ≤ 4x4); may produce lower quality inverses</td></tr>
|
||||
<tr><td><code>inv_opts::allow_approx</code></td><td> </td><td>allow approximate inverses for symmetric rank deficient or poorly conditioned matrices; similar to pseudo-inverse</td></tr>
|
||||
<tr><td><code>inv_opts::no_ugly</code></td><td> </td><td>do not provide inverses for poorly conditioned matrices (where <i>rcond</i> < <a href="#constants">datum::eps</a>)</td></tr>
|
||||
<tr><td><code>inv_opts::allow_approx</code></td><td> </td><td>provide approximate inverses for rank deficient or poorly conditioned symmetric matrices; similar to pseudo-inverse</td></tr>
|
||||
<tr><td><code>inv_opts::tiny</code></td><td> </td><td>use fast inverse algorithm for tiny matrices (with size ≤ 4x4); may produce lower quality inverses</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user