mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 23:00:25 +01:00
Documentation updated
This commit is contained in:
parent
6efc1b522d
commit
ad01999d6f
2 changed files with 3 additions and 3 deletions
|
@ -422,7 +422,7 @@ Make sure to check the autocorrelation time with e.g. <code><a href="pyerrors/ob
|
|||
|
||||
<h1 id="matrix-operations">Matrix operations</h1>
|
||||
|
||||
<p><code><a href="">pyerrors</a></code> provides wrappers for <code>Obs</code>-valued matrix operations based on <code>numpy.linalg</code>. The supported functions include:</p>
|
||||
<p><code><a href="">pyerrors</a></code> provides wrappers for <code>Obs</code>- and <code>CObs</code>-valued matrix operations based on <code>numpy.linalg</code>. The supported functions include:</p>
|
||||
|
||||
<ul>
|
||||
<li><code>inv</code> for the matrix inverse.</li>
|
||||
|
@ -786,7 +786,7 @@ See <code><a href="pyerrors/obs.html#Obs.export_jackknife">pyerrors.obs.Obs.expo
|
|||
<span class="sd">For the full API see `pyerrors.fits` for fits and `pyerrors.roots` for finding roots of functions.</span>
|
||||
|
||||
<span class="sd"># Matrix operations</span>
|
||||
<span class="sd">`pyerrors` provides wrappers for `Obs`-valued matrix operations based on `numpy.linalg`. The supported functions include:</span>
|
||||
<span class="sd">`pyerrors` provides wrappers for `Obs`- and `CObs`-valued matrix operations based on `numpy.linalg`. The supported functions include:</span>
|
||||
<span class="sd">- `inv` for the matrix inverse.</span>
|
||||
<span class="sd">- `cholseky` for the Cholesky decomposition.</span>
|
||||
<span class="sd">- `det` for the matrix determinant.</span>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue