• Joined on 2021-04-16
jiri pushed to master at jiri/LA_library 2025-03-04 16:47:09 +01:00
8f037f7ccf NRSMat sum()
jiri pushed to master at jiri/LA_library 2025-03-04 16:06:21 +01:00
ad1bee99a5 printsorted() implementation
jiri pushed to master at jiri/LA_library 2025-01-31 16:51:55 +01:00
ecdd2fefa5 sum of all matrix elements
jiri pushed to master at jiri/LA_library 2025-01-31 16:35:56 +01:00
0c998b0b52 file permissions 644
jiri pushed to master at jiri/LA_library 2025-01-22 15:57:37 +01:00
9bb4fc883b fixed C-fortran index shift in cblas_idamax etc.
jiri pushed to master at jiri/LA_library 2024-09-09 17:12:10 +02:00
4cf7dbb8c7 class bitmatrix implemented as derived from bitvector
jiri pushed to master at jiri/LA_library 2024-05-17 17:16:32 +02:00
7a0b49c2b8 working on tensor
jiri pushed to master at jiri/LA_library 2024-05-17 16:27:16 +02:00
052c30fd9d working on tensor - outer product
jiri pushed to master at jiri/LA_library 2024-05-17 16:18:04 +02:00
ea2b494abb NRVec: constructor with GPU location option, otimes2vec
jiri pushed to master at jiri/LA_library 2024-05-16 18:23:35 +02:00
0b91e88dca tensor: contractions over severeal indices implemented
jiri pushed to master at jiri/LA_library 2024-05-06 18:30:11 +02:00
883d201e67 tensor: split and merge index groups
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