• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2023-07-30 15:26:46 +02:00
757a76844e nrvec::permuteme moved from permutation.h to vec.h
jiri pushed to master at jiri/LA_library 2023-07-30 13:45:03 +02:00
3c572e212d tiny change in graph
jiri pushed to master at jiri/LA_library 2023-07-30 11:00:58 +02:00
a439e0be94 implementation of stabilized quicksort
jiri pushed to master at jiri/LA_library 2023-07-28 15:38:28 +02:00
ec42999812 bugfix in permutation of smatrix
jiri pushed to master at jiri/LA_library 2023-07-26 23:09:19 +02:00
9d51ef6fbd implemented cliques in a graph
jiri pushed to master at jiri/LA_library 2023-07-26 21:39:52 +02:00
6fad3847cf graph sources created
jiri pushed to master at jiri/LA_library 2023-07-26 21:19:01 +02:00
51a26337c6 implemented subvector/submatrix with individual index selection
jiri pushed to master at jiri/LA_library 2023-06-30 16:05:41 +02:00
85a514a50e quaternion test in t.cc
jiri pushed to master at jiri/LA_library 2023-05-15 17:27:42 +02:00
ca18446804 used .PHONY to enforce generation of version.cc
jiri pushed to master at jiri/LA_library 2023-05-15 16:54:39 +02:00
ce2400e703 ipiv diagnostics also for zgesv
abdf6cdd73 sanity check of ipiv from cblas_dgesv
aa169dd045 option to avoid duplicit xerbla in laerror.cc
Compare 3 commits »
jiri pushed to master at jiri/LA_library 2023-05-15 15:47:37 +02:00
5c494684ab added debug testing ipiv in linear_solve_do
jiri pushed to master at jiri/LA_library 2023-05-14 21:15:57 +02:00
475de4869f really final Makefile.am
jiri pushed to master at jiri/LA_library 2023-05-14 21:03:10 +02:00
b25ac2df7f final Makefile.am for get_git_version
jiri pushed to master at jiri/LA_library 2023-05-14 21:00:49 +02:00
feab44b34a improved get_git_version
jiri pushed to master at jiri/LA_library 2023-05-14 16:58:59 +02:00
fd25d0cf2e added git version string access in the code
jiri pushed to master at jiri/LA_library 2023-04-28 16:47:16 +02:00
e1757c6d30 scnrm2 in noncblas.cc
jiri pushed to master at jiri/LA_library 2023-04-28 16:39:01 +02:00
696fb5ff1d single precision wrappers in noncblas.cc
jiri pushed to master at jiri/LA_library 2023-04-28 16:09:31 +02:00
525572a0a1 typo in noncblas.cc
jiri pushed to master at jiri/LA_library 2023-04-28 15:49:22 +02:00
5f1dd5f6e8 std::complex in cuda_la.cc and noncblas.cc
jiri pushed to master at jiri/LA_library 2023-04-11 18:35:12 +02:00
984c37721a tX.cc