• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2023-12-28 23:48:12 +01:00
c6a9a8e456 create numbers.h and numbers.cc
jiri pushed to master at jiri/LA_library 2023-12-28 17:06:21 +01:00
1a38fe48ba bitvector: polynomial ring over GF(2) operations
jiri pushed to master at jiri/LA_library 2023-12-27 23:24:17 +01:00
c428d4650c implementing some new functionality to bitvecotr
jiri pushed to master at jiri/LA_library 2023-12-20 18:00:20 +01:00
eafcfbdd00 vecmat3 added explicit linear solver
jiri pushed to master at jiri/LA_library 2023-11-18 18:48:27 +01:00
731b2a128d SVD for Mat3
jiri pushed to master at jiri/LA_library 2023-11-18 15:15:37 +01:00
a4c422f32a conversion constructor from vec3 and mat3 to nrvec and nrmat
jiri pushed to master at jiri/LA_library 2023-11-17 23:23:56 +01:00
45e8f6c52e randdouble etc. can have C++ linkage
jiri pushed to master at jiri/LA_library 2023-11-17 22:39:42 +01:00
6ad9ed5538 random renamed to la_random
jiri pushed to master at jiri/LA_library 2023-11-17 21:57:33 +01:00
578ca7bab6 switchable random number generators
jiri pushed to master at jiri/LA_library 2023-11-16 16:19:57 +01:00
c5a2865639 vecmat3 transposed multiplications
jiri pushed to master at jiri/LA_library 2023-11-15 15:59:12 +01:00
00b5163e31 added traits class for vecmat3.h
jiri pushed to master at jiri/LA_library 2023-11-08 16:57:01 +01:00
f8b2ee6e1a multiplication of permutations in different notation
jiri pushed to master at jiri/LA_library 2023-09-15 14:59:48 +02:00
c173bb6413 release 1.3
jiri pushed to master at jiri/LA_library 2023-08-08 16:39:20 +02:00
12e6af9ca6 template for general power, power of NRPerm and CyclePerm
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