fix
This commit is contained in:
@@ -13771,7 +13771,7 @@ the solution can be computed faster by explicitly indicating that <i>A</i> is tr
|
||||
<tr><td><code>solve_opts::no_trimat</code></td><td> </td><td>do not use specialised solver for triangular matrices</td></tr>
|
||||
<tr><td><code>solve_opts::no_sympd</code></td><td> </td><td>do not use specialised solver for symmetric/hermitian positive definite matrices</td></tr>
|
||||
-->
|
||||
<tr><td><code>solve_opts::force_sym</code></td><td> </td><td>force the use of the symmetric solver, bypassing the generic solver</td></tr>
|
||||
<tr><td><code>solve_opts::force_sym</code></td><td> </td><td>force the use of the symmetric/hermitian solver, bypassing the generic solver</td></tr>
|
||||
<tr><td><code>solve_opts::force_approx</code></td><td> </td><td>force the use of the approximate solver, bypassing the generic solver</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user