conrad
|
3e7ca66f11
|
cleanup attributes
|
2023-02-13 00:10:03 +10:00 |
|
conrad
|
0a948017f0
|
fix
|
2023-02-10 14:15:59 +10:00 |
|
conrad
|
56218f68c9
|
cleanup
|
2023-02-04 01:45:56 +10:00 |
|
conrad
|
9b57704435
|
mark quiet_load() and quiet_save() as deprecated
|
2023-02-03 15:24:01 +10:00 |
|
conrad
|
33360fafb7
|
remove unused option
|
2023-02-03 00:13:03 +10:00 |
|
conrad
|
cabf546a7f
|
simplifications
|
2023-01-14 13:31:15 +10:00 |
|
conrad
|
7948085aca
|
use [[deprecated]] instead of arma_deprecated
|
2022-12-01 19:28:13 +10:00 |
|
conrad
|
c141bde566
|
fix layout
|
2022-11-22 13:18:26 +10:00 |
|
conrad
|
110b75c65a
|
add strict option for handling CSV
|
2022-11-22 12:57:02 +10:00 |
|
conrad
|
312f92d533
|
simplifications
|
2022-09-29 16:43:52 +10:00 |
|
conrad
|
d45089d9aa
|
use explicit variables for error strings
|
2022-09-25 12:00:09 +10:00 |
|
conrad
|
77f6e7c5dd
|
add guard for consistency
|
2022-09-16 13:11:20 +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 |
|
conrad
|
edc1c2aa2a
|
simplifications
|
2022-09-07 11:58:16 +10:00 |
|
conrad
|
cd4e207d99
|
fix
|
2022-09-07 11:16:53 +10:00 |
|
conrad
|
47219263d8
|
fix handling of std::move()
|
2022-09-06 13:06:23 +10:00 |
|
conrad
|
b6299a6a3a
|
deprecate rarely used forms of insert_rows/cols/slices
|
2022-08-31 14:29:48 +10:00 |
|
conrad
|
73bfe5cf92
|
simplifications
|
2022-08-04 15:14:05 +10:00 |
|
conrad
|
ec74c6c541
|
mark use of the injector mechanism as deprecated
|
2022-06-24 23:21:44 +10:00 |
|
conrad
|
c786116b5c
|
more info for debugging
|
2022-06-08 15:29:35 +10:00 |
|
conrad
|
18a6f6c0db
|
skip processing sparse subviews with only zeros
|
2022-05-30 13:08:17 +10:00 |
|
conrad
|
a7d4696fdd
|
sync for consistency
|
2022-05-30 13:04:35 +10:00 |
|
conrad
|
4789db1a7d
|
use arma_config::zero_init
|
2022-04-20 22:48:37 +10:00 |
|
conrad
|
af4186b05a
|
add has_nonfinite()
|
2022-03-28 12:22:01 +10:00 |
|
conrad
|
ff4c7d7067
|
replace 'ifdef' with 'if defined' for consistency
|
2022-03-17 11:03:20 +10:00 |
|
conrad
|
0643956e03
|
add support for __cpp_multidimensional_subscript
|
2022-02-23 11:55:23 +10:00 |
|
conrad
|
0713427be7
|
rename variables for consistency
|
2021-12-20 13:27:58 +10:00 |
|
conrad
|
ffb3ae2559
|
further refactoring of op_resize
|
2021-12-20 13:05:53 +10:00 |
|
conrad
|
4e79b4baae
|
refactor op_resize
|
2021-12-20 12:49:10 +10:00 |
|
conrad
|
ddd1a2b4f3
|
refactor op_reshape_old
|
2021-12-20 12:24:30 +10:00 |
|
conrad
|
28ba324471
|
refactor op_reshape
|
2021-12-19 01:28:26 +10:00 |
|
conrad
|
12977d32b6
|
more efficient handling of .head_cols() and .tail_cols()
|
2021-10-06 00:23:02 +10:00 |
|
conrad
|
971ad8b22d
|
cleanup: replace 'i.e.' with 'ie.' for consistency
|
2021-09-26 16:07:54 +10:00 |
|
conrad
|
0e949f440e
|
cleanup: replace 'e.g.' with 'eg.' for consistency
|
2021-09-26 16:02:59 +10:00 |
|
conrad
|
4e68fc568e
|
add arma_warn_unused attrib
|
2021-09-22 11:36:58 +10:00 |
|
conrad
|
b829608b35
|
add SPDX license identifier
|
2021-09-21 14:18:36 +10:00 |
|
conrad
|
4fe10bebb1
|
partial implementation of subview_cols
|
2021-09-17 14:56:14 +10:00 |
|
conrad
|
ab314e186d
|
add handling for ssv_ascii
|
2021-07-07 14:34:27 +10:00 |
|
conrad
|
5bc4f7b321
|
use explicit argument for separator
|
2021-07-07 12:11:46 +10:00 |
|
conrad
|
49ff02882a
|
search for the separator
|
2021-07-07 01:20:45 +10:00 |
|
conrad
|
b9bd406c93
|
add csv_opts::semicolon
|
2021-07-07 01:12:06 +10:00 |
|
conrad
|
d6a2b6e185
|
allow specifying fill value at construction
|
2021-07-04 00:21:47 +10:00 |
|
conrad
|
e592d9f496
|
allow specifying fill value at construction
|
2021-07-03 23:48:06 +10:00 |
|
conrad
|
0297cb58f7
|
warn on unused element access
|
2021-06-11 15:41:45 +10:00 |
|
conrad
|
2f66c3c306
|
remove no longer needed code
|
2021-05-29 16:05:21 +10:00 |
|
conrad
|
8efc4504ce
|
ensure object is sane after memory acquisition failure
|
2021-05-21 16:50:01 +10:00 |
|
conrad
|
1f8ace7746
|
fix
|
2021-05-05 11:35:29 +10:00 |
|
conrad
|
29e899ef75
|
allow to optionally disable zero init for fixed size objects
|
2021-05-05 11:29:17 +10:00 |
|
conrad
|
a78b84267e
|
use brackets for consistency
|
2021-05-05 11:24:44 +10:00 |
|