• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2026-03-04 12:51:42 +01:00
fea32c3611 cleanup debug prints
jiri pushed to master at jiri/LA_library 2026-03-04 12:48:47 +01:00
69b08da2fd determinant(): added workaround for openblas dgesv incompatibiility
jiri pushed to master at jiri/LA_library 2026-03-04 10:56:05 +01:00
061880fb9f improved diagnostics in clapack_dgesv replacement and bugfix in wrapper of dspsv
jiri pushed to master at jiri/LA_library 2026-03-03 15:26:20 +01:00
dfa9369779 some tests of matrix log
jiri pushed to master at jiri/LA_library 2026-02-11 18:03:25 +01:00
1735b35909 svd_solve optionally report nullity
jiri pushed to master at jiri/LA_library 2026-02-11 16:56:17 +01:00
f8923b1a3f svd_solve implemented
jiri pushed to master at jiri/LA_library 2026-02-10 15:19:01 +01:00
36983222e8 improevd lanczos
jiri pushed to master at jiri/LA_library 2026-02-10 14:58:47 +01:00
07b923379d improved lanczos
jiri pushed to master at jiri/LA_library 2026-02-06 15:28:47 +01:00
6a5f778aa2 added debug diagnostics to operator()
jiri pushed to master at jiri/LA_library 2026-02-05 14:30:47 +01:00
abae7422fd fixed trivial typo
jiri pushed to master at jiri/LA_library 2026-02-05 14:29:50 +01:00
1d0d13f3a9 bitvector: more error diagnostics
jiri pushed to master at jiri/LA_library 2026-02-04 17:39:17 +01:00
7441b44251 explicit matrix reconstruction template added to davidson.h
jiri pushed to master at jiri/LA_library 2026-02-04 13:40:26 +01:00
1407fb9d8e change in formatting of the error message
jiri pushed to master at jiri/LA_library 2026-02-04 13:23:06 +01:00
1853d3f8d9 conjgrad removed wrong output formattig
jiri pushed to master at jiri/LA_library 2026-02-03 17:45:39 +01:00
18d581a943 semisparsemat operator*(nrvec)
jiri pushed to master at jiri/LA_library 2026-02-03 17:21:11 +01:00
22818a539c semisparsemat ostream output
jiri pushed to master at jiri/LA_library 2026-02-03 15:46:46 +01:00
b1f1be8457 SemiSparseMat introduced
jiri pushed to master at jiri/LA_library 2026-01-29 18:12:09 +01:00
febc20965a added traits for bitvector class
jiri pushed to master at jiri/LA_library 2026-01-29 14:05:10 +01:00
febb19d15f NRMat::row() generalized - backward compatibly
jiri pushed to master at jiri/LA_library 2026-01-29 13:48:54 +01:00
0ab331d047 tensor: announce subindex() in tensor.h