• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2024-05-03 17:03:24 +02:00
161aa5b1cd fixed missing copyonrite() in tensor.cc
jiri pushed to master at jiri/LA_library 2024-05-03 16:56:27 +02:00
3ba6d03eee implemented complex conjugation method where it was not available yet
jiri pushed to master at jiri/LA_library 2024-05-03 13:57:17 +02:00
518c75fb20 class tensor - apply permutation algebra
jiri pushed to master at jiri/LA_library 2024-04-30 16:38:22 +02:00
3d8386e30a tensor class: addcontraction
jiri pushed to master at jiri/LA_library 2024-04-25 18:09:11 +02:00
27cc7854f5 tensor class -contraction
jiri pushed to master at jiri/LA_library 2024-04-25 16:38:41 +02:00
5c6cb43c61 tensor class unwind_index
jiri pushed to master at jiri/LA_library 2024-04-24 17:43:17 +02:00
da0b3116f6 tensor: permute_index_groups and some necessary static casts
jiri pushed to master at jiri/LA_library 2024-04-10 18:28:56 +02:00
0ff55b66bb working on tensor : stream I/O
jiri pushed to master at jiri/LA_library 2024-04-09 16:08:23 +02:00
74a96d4eb6 working on tensor class
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