Commit Graph
21 Commits
Author SHA1 Message Date
conrad 3199376bbf simplify 'arma_isfinite(x) == false' to 'arma_isnonfinite(x)' 2025-06-20 13:03:29 +10:00
conrad a865abfe6a disentangle direct link between conformance checks and emission of warnings 2024-06-20 12:01:51 +10:00
conrad 4b72ceda11 add .as_dense() 2024-06-16 18:20:21 +10:00
conrad 95adb74219 rename debugging macros and functions 2024-04-26 12:28:42 +10:00
conrad 51a8ba3e09 rework min(sp_mat) and max(sp_mat) to produce dense vectors by default 2024-04-09 13:53:38 +10:00
conrad 2bfe79c0fe change fast math warnings to critical level + allow manual disabling of fast math warnings 2023-07-20 14:30:21 +10:00
conrad d758e1e0b6 simplifications 2023-06-14 12:52:04 +10:00
conrad 2870e98da4 ensure has_nonfinite() is accessible from base objects 2023-06-12 12:26:18 +10:00
conrad cf6fa0ea3b emit warnings when attempting to detect non-finite values in fast math mode 2023-06-10 12:00:08 +10:00
conrad 3e7ca66f11 cleanup attributes 2023-02-13 00:10:03 +10:00
conrad 86b384cde0 add arma_warn_unused attrib 2021-09-22 12:13:40 +10:00
conrad 950f5cb67b add arma_warn_unused attrib 2021-09-22 11:39:45 +10:00
conrad 3e8ff3e586 warn on unused result 2021-09-22 01:16:39 +10:00
conrad b829608b35 add SPDX license identifier 2021-09-21 14:18:36 +10:00
conrad 8879cde0fd warn on unused result 2021-01-03 14:22:09 +10:00
conrad 17f9c1aedc use arma_abs() instead of std::abs() 2020-12-24 00:30:22 +10:00
conrad 696ed8b9ce rename .snip_print() to .brief_print() 2020-12-20 02:22:49 +10:00
conrad c4ecb6a2ba remove experimental sum() member function 2020-12-18 15:12:17 +10:00
conrad 9b0847a0bf initial implementation of .snip_print() for SpMat 2020-12-17 18:40:32 +10:00
conrad 7e1efbf148 print directly from SpBase 2020-12-17 15:01:29 +10:00
conrad 89981d2844 2020-10-20 18:40:30 +10:00