summaryrefslogtreecommitdiff
path: root/packages/base/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r--packages/base/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index 5b0adc1..581d2ac 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -2,9 +2,9 @@
2-------- 2--------
3 3
4 * eigSH, chol, and other functions that work with Hermitian or symmetric matrices 4 * eigSH, chol, and other functions that work with Hermitian or symmetric matrices
5 now take a special "Sym" argument that can be created by means of "sym" 5 now take a special "Herm" argument that can be created by means of "sym"
6 or "mTm". The unchecked versions of those functions have been removed and we 6 or "mTm". The unchecked versions of those functions have been removed and we
7 use "trustSym" to create the Sym type when the matrix is known to be Hermitian/symmetric. 7 use "trustSym" to create the Herm type when the matrix is known to be Hermitian/symmetric.
8 8
9 * Improved matrix extraction (??) and rectangular matrix slices without data copy 9 * Improved matrix extraction (??) and rectangular matrix slices without data copy
10 10