From e5366710424d9f3dc2e4b4e7508a322565533cad Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 31 Mar 2019 17:30:05 +0200 Subject: [PATCH] Minor rewording on the changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2882d604..eb2c09e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ as matrix decomposition. This excludes geometric type (like `Isometry`, `Rotatio * `.gemm_ad(alpha, a, b, beta)` which is equivalent to `self = alpha * a.adjoint() * b + beta * self`. * `.icamax()` which returns the index of the complex vector component with the greatest L1-norm. -Note that all the existing BLAS operation will still work for all fields, including floats and complex numbers. +Note that all the other BLAS operation will continue to work for all fields, including floats and complex numbers. ### Renamed * `RealSchur` has been renamed `Schur` because it can now work with complex matrices.