• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2024-04-03 22:14:30 +02:00
baee11489b working on tensor class
jiri pushed to master at jiri/LA_library 2024-04-03 22:12:15 +02:00
8bbbaa5bae copyonwrite() on nested LA types will recursively call element copyonwrites even if the top type had count=1
jiri pushed to master at jiri/LA_library 2024-04-03 18:44:01 +02:00
80f915946b working on tensor class
jiri pushed to master at jiri/LA_library 2024-04-03 16:17:38 +02:00
c67549a296 network sorting for short arrays
jiri pushed to master at jiri/LA_library 2024-04-02 17:55:14 +02:00
2f48effddc working on tensor class
jiri pushed to master at jiri/LA_library 2024-04-02 17:54:49 +02:00
2194a785da efficient simplicial numbers in miscfunc
jiri pushed to master at jiri/LA_library 2024-03-26 17:49:16 +01:00
8fa7194f2d working on tensor
jiri pushed to master at jiri/LA_library 2024-03-21 23:24:26 +01:00
3f442212e0 Tensor class initial commit
jiri pushed to master at jiri/LA_library 2024-03-20 18:28:05 +01:00
46ac5380eb added gamma, zeta, and bernoulli numbers from my old code base
jiri pushed to master at jiri/LA_library 2024-03-20 17:25:27 +01:00
db964afe9f created miscfunc.h and .cc to separate some miscellaneous and special functions
jiri pushed to master at jiri/LA_library 2024-03-12 13:39:48 +01:00
9c666d2b5c edited t.cc
jiri pushed to master at jiri/LA_library 2024-02-21 15:04:37 +01:00
49a20be2bb bugfix in regsurf
jiri pushed to master at jiri/LA_library 2024-02-14 15:43:02 +01:00
eaa0094948 avoid warnings about DBL_EPSILON redefinition in vecmat3
jiri pushed to master at jiri/LA_library 2024-02-14 15:33:29 +01:00
c0ce70fbc0 included kernel ridge regression module
jiri pushed to master at jiri/LA_library 2024-02-08 15:01:12 +01:00
7172e26a50 bugfix in NRMat:: rsum() and csum()
jiri pushed to master at jiri/LA_library 2024-01-26 23:17:29 +01:00
684c1cde5d cosmetic change in vecmat3.cc
jiri pushed to master at jiri/LA_library 2024-01-26 23:03:08 +01:00
c77c112dbf vecmat3: diagonalization replaced by Jacobi to avoid numerical errors when already close to diagonal
jiri pushed to master at jiri/LA_library 2024-01-24 13:41:42 +01:00
1ee984eda2 small additions to permutations
jiri pushed to master at jiri/LA_library 2024-01-18 23:45:47 +01:00
13c23fb85d regular representation of permutations implemented
jiri pushed to master at jiri/LA_library 2024-01-18 17:57:03 +01:00
2cb5258cd0 fixed permutation matrices