docs: clarified that matrix operations also work on CObs matrices.

This commit is contained in:
Fabian Joswig 2022-02-14 14:24:30 +00:00
parent ae60c5bb8a
commit 1a48d6939a

View file

@ -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.
# 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.
- `cholseky` for the Cholesky decomposition.
- `det` for the matrix determinant.