Commit Graph
1050 Commits
Author SHA1 Message Date
conrad 2e466792e9 simplification: use std::atomic directly on mat pointers 2022-10-07 00:07:22 +10:00
conrad 5dff1abc12 patch bump 2022-10-06 15:47:37 +10:00
conrad 6186968e7d more debugging statements 2022-10-06 14:15:43 +10:00
conrad 0b3f496413 more debugging statements 2022-10-06 14:01:04 +10:00
conrad 8b8242395a avoid code repetition 2022-10-06 12:35:12 +10:00
conrad dff959f49b preallocate arma_atomic_bool array for small cubes 2022-10-05 01:00:53 +10:00
conrad b787e2c254 remove redundant initialisation 2022-10-04 17:46:23 +10:00
conrad abae6fc358 change order of declarations 2022-10-04 17:45:38 +10:00
conrad 50d831ba39 initial workaround for data races in Cube::slice() 2022-10-04 16:28:19 +10:00
conrad 0f296dbf5d add comment about deprecation 2022-10-04 10:08:30 +10:00
conrad 312f92d533 simplifications 2022-09-29 16:43:52 +10:00
conrad 95f9a2ef74 remove redundant check 2022-09-29 15:29:31 +10:00
conrad bba3bbebfe swap order 2022-09-29 12:30:03 +10:00
conrad ded018ba4c ensure consistency with the Mat class 2022-09-29 11:48:16 +10:00
conrad a153dcbb16 add guards for corner cases 2022-09-26 15:53:46 +10:00
conrad d45089d9aa use explicit variables for error strings 2022-09-25 12:00:09 +10:00
conrad 1c88751c5e version bump 2022-09-22 17:07:55 +10:00
conrad b8e7eb46d4 simplify error messages 2022-09-20 14:28:14 +10:00
conrad c6bff4a535 fix 2022-09-19 16:42:33 +10:00
conrad 61a505f490 cleanup 2022-09-19 16:29:15 +10:00
conrad dd721e2b3f mark as RC1 2022-09-19 13:43:31 +10:00
conrad 9cf0e7ab0a handle pow(cx_cube, cube) and pow(cube.each_slice, mat) 2022-09-19 12:48:14 +10:00
conrad 9f419fc2eb rearrange 2022-09-18 11:44:29 +10:00
conrad 271782e62c initial handling of cubes by powext 2022-09-18 11:41:58 +10:00
conrad 3032f25942 simplifications 2022-09-16 14:30:23 +10:00
conrad 88342ba388 remove explicitly deleted functions 2022-09-16 14:14:06 +10:00
conrad fe6e89d8f1 use same pattern for consistency 2022-09-16 13:37:34 +10:00
conrad 77f6e7c5dd add guard for consistency 2022-09-16 13:11:20 +10:00
conrad b0257d69ec simplifications 2022-09-16 13:05:20 +10:00
conrad b9518337ea check size before copy 2022-09-16 12:49:07 +10:00
conrad 70fd84aaf6 simplification 2022-09-16 12:46:12 +10:00
conrad 45b6632147 use soft reset 2022-09-16 12:33:23 +10:00
conrad 1adb5f7ead simplifications 2022-09-16 12:21:43 +10:00
conrad 0ca754e7d0 simplifications 2022-09-16 12:13:28 +10:00
conrad 60c3d15197 reset output on size mismatch 2022-09-16 12:09:26 +10:00
conrad 7c95f23717 simplification 2022-09-16 12:07:00 +10:00
conrad 45d54e1ec1 reset output on size mismatch 2022-09-16 12:06:48 +10:00
conrad 0f2a79bf25 simplify to use lambda function 2022-09-15 16:23:56 +10:00
conrad 52076bef60 optionally use openmp 2022-09-15 14:39:33 +10:00
conrad 67d500d878 optionally use openmp 2022-09-15 12:23:41 +10:00
conrad b05f4ca6bc expanded pow() to handle subview_each1 2022-09-15 11:34:34 +10:00
conrad c6f29dc15c handle pow(cx_mat, mat) 2022-09-14 14:26:50 +10:00
conrad 17a983dd59 initial implementation of element-wise pow() 2022-09-14 12:38:13 +10:00
conrad 9ad6d34ba7 remove no longer needed code 2022-09-14 11:51:08 +10:00
conrad d7367f6332 explicitly check for nullptr 2022-09-13 11:14:21 +10:00
conrad f77132b829 explicitly check for nullptr 2022-09-13 11:04:13 +10:00
conrad bc4401a8a3 mark unwanted conversions as explicitly deleted 2022-09-12 14:19:30 +10:00
conrad 4bb9a4b612 simplification 2022-09-12 14:13:34 +10:00
conrad 16fb87c774 preserve rudimentary colvec and rowvec dimensions 2022-09-07 12:22:36 +10:00
conrad ce93209c43 further simplifications 2022-09-07 12:18:05 +10:00