mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
6efc1b522d
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def func(a, x):
|
||||||
For the full API see `pyerrors.fits` for fits and `pyerrors.roots` for finding roots of functions.
|
For the full API see `pyerrors.fits` for fits and `pyerrors.roots` for finding roots of functions.
|
||||||
|
|
||||||
# Matrix operations
|
# Matrix operations
|
||||||
`pyerrors` provides wrappers for `Obs`-valued matrix operations based on `numpy.linalg`. The supported functions include:
|
`pyerrors` provides wrappers for `Obs`- and `CObs`-valued matrix operations based on `numpy.linalg`. The supported functions include:
|
||||||
- `inv` for the matrix inverse.
|
- `inv` for the matrix inverse.
|
||||||
- `cholseky` for the Cholesky decomposition.
|
- `cholseky` for the Cholesky decomposition.
|
||||||
- `det` for the matrix determinant.
|
- `det` for the matrix determinant.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue