Commit Graph

458 Commits

Author SHA1 Message Date
Jiri Pittner 0ff55b66bb working on tensor : stream I/O 2024-04-10 18:28:50 +02:00
Jiri Pittner 74a96d4eb6 working on tensor class 2024-04-09 16:08:15 +02:00
Jiri Pittner ec468f2db2 tensor: inverse_index 2024-04-08 16:57:09 +02:00
Jiri Pittner e09171467b inverse_simplicial fix 2024-04-08 16:02:46 +02:00
Jiri Pittner c6a0fc9814 inverse simplicial number function 2024-04-08 15:41:37 +02:00
Jiri Pittner 42c03ef9de working on tensor 2024-04-06 06:37:17 +02:00
Jiri Pittner 2b20bff532 working on tensor 2024-04-05 15:25:05 +02:00
Jiri Pittner 87dd0c5b65 working on tensor 2024-04-04 12:12:12 +02:00
Jiri Pittner baee11489b working on tensor class 2024-04-03 22:14:24 +02:00
Jiri Pittner 8bbbaa5bae copyonwrite() on nested LA types will recursively call element copyonwrites even if the top type had count=1 2024-04-03 22:12:08 +02:00
Jiri Pittner 80f915946b working on tensor class 2024-04-03 18:43:55 +02:00
Jiri Pittner c67549a296 network sorting for short arrays 2024-04-03 16:17:32 +02:00
Jiri Pittner 2f48effddc working on tensor class 2024-04-02 17:55:07 +02:00
Jiri Pittner 2194a785da efficient simplicial numbers in miscfunc 2024-04-02 17:54:43 +02:00
Jiri Pittner 8fa7194f2d working on tensor 2024-03-26 17:49:09 +01:00
Jiri Pittner 3f442212e0 Tensor class initial commit 2024-03-21 23:24:21 +01:00
Jiri Pittner 46ac5380eb added gamma, zeta, and bernoulli numbers from my old code base 2024-03-20 18:28:00 +01:00
Jiri Pittner db964afe9f created miscfunc.h and .cc to separate some miscellaneous and special functions 2024-03-20 17:25:21 +01:00
Jiri Pittner 9c666d2b5c edited t.cc 2024-03-12 13:39:42 +01:00
Jiri Pittner 49a20be2bb bugfix in regsurf 2024-02-21 15:04:34 +01:00
Jiri Pittner eaa0094948 avoid warnings about DBL_EPSILON redefinition in vecmat3 2024-02-14 15:42:58 +01:00
Jiri Pittner c0ce70fbc0 included kernel ridge regression module 2024-02-14 15:33:25 +01:00
Jiri Pittner 7172e26a50 bugfix in NRMat:: rsum() and csum() 2024-02-08 15:01:06 +01:00
Jiri Pittner 684c1cde5d cosmetic change in vecmat3.cc 2024-01-26 23:17:26 +01:00
Jiri Pittner c77c112dbf vecmat3: diagonalization replaced by Jacobi to avoid numerical errors when already close to diagonal 2024-01-26 23:03:04 +01:00
Jiri Pittner 1ee984eda2 small additions to permutations 2024-01-24 13:41:39 +01:00
Jiri Pittner 13c23fb85d regular representation of permutations implemented 2024-01-18 23:45:42 +01:00
Jiri Pittner 2cb5258cd0 fixed permutation matrices 2024-01-18 17:56:59 +01:00
Jiri Pittner 680fa93425 matrix of permutationalgebra and type conversions 2024-01-18 15:50:11 +01:00
Jiri Pittner 8f61a5d208 vecmat3.h 2024-01-18 14:38:02 +01:00
Jiri Pittner 764baa3201 tiny additions in vec.h and vecmat3.h 2024-01-18 14:31:00 +01:00
Jiri Pittner e75248eb23 vecmat3 addouter() 2024-01-18 13:54:21 +01:00
Jiri Pittner ae83e43b4e small addition to permutation.h 2024-01-18 13:29:08 +01:00
Jiri Pittner 8bc2179f3b permutation - implemented general antisymmetrizer 2024-01-17 22:53:59 +01:00
Jiri Pittner 32f2a1abd5 working on permutation 2024-01-17 17:59:19 +01:00
Jiri Pittner 1e83fcfaf9 working on permutation 2024-01-16 22:03:46 +01:00
Jiri Pittner 41e9c359d5 permutation generation outputting explicitly PermutationAlgebra class 2024-01-16 15:52:43 +01:00
Jiri Pittner 0fa4f9fc2e young operator implemented as permutation algebra type 2024-01-15 17:35:56 +01:00
Jiri Pittner a9a07daaa7 abs2() in la_traits.h 2024-01-15 15:33:57 +01:00
Jiri Pittner 60fd23b37c introduced permutation group algebra class 2024-01-11 18:04:25 +01:00
Jiri Pittner 387491204c concatenation of permutations 2024-01-11 17:21:08 +01:00
Jiri Pittner 6ea863627d permutation generators for multiset and with restrictions 2024-01-11 16:50:19 +01:00
Jiri Pittner 50b2447535 finishing bitvector 2024-01-02 14:05:28 +01:00
Jiri Pittner e42987061f bitvector - some bugfixes and further implementations 2024-01-01 21:26:35 +01:00
Jiri Pittner 9bceebdd29 polynomial irreducibility test in GF2 2024-01-01 10:58:30 +01:00
Jiri Pittner 1e00570f66 GF(2^n) arithmetics in bitvector 2023-12-31 19:48:07 +01:00
Jiri Pittner f0325ba6f5 impl. powmod 2023-12-29 23:03:56 +01:00
Jiri Pittner 40b23f19d6 improved simple factorization 2023-12-28 23:57:02 +01:00
Jiri Pittner c6a9a8e456 create numbers.h and numbers.cc 2023-12-28 23:48:05 +01:00
Jiri Pittner 1a38fe48ba bitvector: polynomial ring over GF(2) operations 2023-12-28 17:06:07 +01:00