-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhistory.txt
More file actions
92 lines (69 loc) · 2.64 KB
/
history.txt
File metadata and controls
92 lines (69 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
math/lapack - change history
== 1.1.56 ==
* fix: permutation handlers
* chg: validators
== 1.1.22/23 ==
* add: lapack64.so form Scott Locklin
== 1.1.20/21 ==
* j801
== 1.1.19 ==
* s/wdinfo/sminfo/
== 1.1.18 ==
* does not run under android
== 1.1.17 ==
* initial import to J701
* fix: lartg: permissions
== 1.1.16 ==
* chg: gehrd: backward-compatible interface extension to match mt addon
== 1.1.15 ==
* fix: geqrf, gerqf: some code clean-up
* add: gelqf, geqlf
== 1.1.14 ==
* fix: gebal: tgebal verb: mistype
== 1.1.13 ==
* fix: lapack.ijs: ipiv2scrp verb: non-proper output's length when stationary elements presented
* fix: gebal: tgebal verb: invalid bcut for dense matrices
== 1.1.12 ==
* fix: doc/?lartg.lap: formatting
* add: interfaces: gebal, gehrd, heev (dsyev and zheev combined), lartg
== 1.1.11 ==
* fix: gesvx: rmask instead x
* fix: reduce datatype via z2d to match iscomplex's result: gees geev gels gelss geqrf gerqf gesvd gesv gesvx getrf potrf trtrs
* fix: doc/?gehrd.lap, doc/?gehd2.lap: formatting
* chg: rank specified: gees geev gels gelss geqrf gerqf gesvd gesv getrf potrf trtrs
* add: lapack.ijs: verb z2d to fix type reduction
== 1.1.10 ==
* chg: vecLib in place to avoid symlink
== 1.1.9 ==
* add: gees: option to specify non-real Schur form
== 1.1.8 ==
* fix: gees: always initialize w
== 1.1.7 ==
* fix: zgeev: array 'work' datatype
* fix: dgesv, zgesv: array 'ipiv' datatype
* chg: lapack.ijs: 'call' verb: LASTIN preprocessing shifted out into the calling verbs
* chg: lapack.ijs: 'diagmat' verb: extended to rectangular case
* chg: interfaces merged: dgees and zgees into gees, dgeev and zgeev into geev, dgesv and zgesv into gesv, dgeqrf and zgeqrf into geqrf, dgerqf and zgerqf into gerqf, dpotrf and zpotrf into potrf, dtrtrs and ztrtrs into trtrs
* chg: doc.ijs, lapack.ijp, lapack.ijt, test0.ijs, util.ijs are changed appropriately
* add: lapack.ijs: verbs: invperm, makepermat, xtoken
* add: interfaces: gels, gelss, gesvd (new zgesvd merged with dgesvd), gesvx, getrf (new zgetrf merged with dgetrf)
== 1.1.5 ==
* fix: verb "error" call
* fix: dgerqf.ijs/dgeqrfQ: datatype branching
* chg: lapack.ijs: verbs: idmat, ltmat, utmat, ltri, utri, sltri, sutri
* chg: dpotrf.ijs/dpotrf: early datatype check
* add: lapack.ijs: verbs: isvector, ismatrixorvector, vmatrixorvector
* add: interfaces: dtrtrs.ijs, ztrtrs.ijs, dgerqf.ijs, zgerqf.ijs, zpotrf.ijs, dgees.ijs, zgees.ijs, zgesv.ijs
== 1.1.4 ==
* chg: vecLib in place to avoid symlink
== 1.1.3 ==
* fix: FILESLINUX
== 1.1.2 ==
* chg: build
== 1.1.1 ==
* chg: fix
* add: LAPACK Lab
== 1.0.0 ==
* chg: addon for j601
== 1.0.0 ==
* chg: addon for j504