• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2024-01-02 14:05:31 +01:00
50b2447535 finishing bitvector
jiri pushed to master at jiri/LA_library 2024-01-01 21:26:39 +01:00
e42987061f bitvector - some bugfixes and further implementations
jiri pushed to master at jiri/LA_library 2024-01-01 10:58:34 +01:00
9bceebdd29 polynomial irreducibility test in GF2
jiri pushed to master at jiri/LA_library 2023-12-31 19:48:15 +01:00
1e00570f66 GF(2^n) arithmetics in bitvector
jiri pushed to master at jiri/LA_library 2023-12-29 23:04:00 +01:00
f0325ba6f5 impl. powmod
jiri pushed to master at jiri/LA_library 2023-12-28 23:57:09 +01:00
40b23f19d6 improved simple factorization
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