• Joined on 2021-04-16
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
jiri pushed to master at jiri/LA_library 2024-01-18 15:50:14 +01:00
680fa93425 matrix of permutationalgebra and type conversions
jiri pushed to master at jiri/LA_library 2024-01-18 14:38:05 +01:00
8f61a5d208 vecmat3.h
jiri pushed to master at jiri/LA_library 2024-01-18 14:31:06 +01:00
764baa3201 tiny additions in vec.h and vecmat3.h
jiri pushed to master at jiri/LA_library 2024-01-18 13:54:25 +01:00
e75248eb23 vecmat3 addouter()