• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2024-04-08 16:57:15 +02:00
ec468f2db2 tensor: inverse_index
jiri pushed to master at jiri/LA_library 2024-04-08 16:02:52 +02:00
e09171467b inverse_simplicial fix
jiri pushed to master at jiri/LA_library 2024-04-08 15:41:43 +02:00
c6a0fc9814 inverse simplicial number function
jiri pushed to master at jiri/LA_library 2024-04-06 06:37:24 +02:00
42c03ef9de working on tensor
jiri pushed to master at jiri/LA_library 2024-04-05 15:25:12 +02:00
2b20bff532 working on tensor
jiri pushed to master at jiri/LA_library 2024-04-04 12:12:18 +02:00
87dd0c5b65 working on tensor
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