summaryrefslogtreecommitdiff
path: root/packages/base/CHANGELOG
diff options
context:
space:
mode:
authormaxc01 <xingchen92@gmail.com>2015-10-07 13:48:26 +0800
committermaxc01 <xingchen92@gmail.com>2015-10-07 13:48:26 +0800
commita61af756ddca4544de5e4969edc73131f4fccdd1 (patch)
tree2ac1755695a42d3964208e0029e74d446f5c3bd8 /packages/base/CHANGELOG
parent0840304af1564fa86a6006d648450372f301a6c8 (diff)
parentc84a485f148063f6d0c23f016fe348ec94fb6b19 (diff)
Merge pull request #1 from albertoruiz/master
sync from albetoruiz/hmatrix
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r--packages/base/CHANGELOG30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index c137285..581d2ac 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -1,3 +1,33 @@
10.17.0.0
2--------
3
4 * eigSH, chol, and other functions that work with Hermitian or symmetric matrices
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
7 use "trustSym" to create the Herm type when the matrix is known to be Hermitian/symmetric.
8
9 * Improved matrix extraction (??) and rectangular matrix slices without data copy
10
11 * Basic support of Int32 and Int64 elements
12
13 * remap, more general cond, sortIndex
14
15 * Experimental support of type safe modular arithmetic, including linear
16 system solver and LU factorization
17
18 * Elementary row operations and inplace matrix slice products in the ST monad
19
20 * Improved development tools.
21
22 * Old compatibility modules removed, simpler organization of internal modules
23
24 * unitary, pairwiseD2, tr'
25
26 * ldlPacked, ldlSolve for indefinite symmetric systems (apparently not faster
27 than the general solver based on the LU)
28
29 * LU, LDL, and QR types for these compact decompositions.
30
10.16.1.0 310.16.1.0
2-------- 32--------
3 33