From 1a48d6939aad912731e2df477615f050d5252bf5 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 14 Feb 2022 14:24:30 +0000 Subject: [PATCH] docs: clarified that matrix operations also work on CObs matrices. --- pyerrors/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/__init__.py b/pyerrors/__init__.py index a87eb9b7..e423ea8a 100644 --- a/pyerrors/__init__.py +++ b/pyerrors/__init__.py @@ -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.