conrad
|
2cca15260f
|
fix SPDX identifier
|
2023-02-17 19:52:22 +10:00 |
|
conrad
|
39fcc760c6
|
initial implementation of .row_as_mat() and .col_as_mat()
|
2023-02-17 14:56:56 +10:00 |
|
conrad
|
f456fc8d6d
|
fix layout
|
2023-02-17 13:41:54 +10:00 |
|
conrad
|
8c989352a6
|
detect commas
|
2023-02-15 14:52:21 +10:00 |
|
conrad
|
9042e1b9a6
|
fix
|
2023-02-15 14:29:07 +10:00 |
|
conrad
|
0978866fb8
|
optional faster CSV reading using std::from_chars()
|
2023-02-15 14:19:39 +10:00 |
|
conrad
|
e06043b416
|
clarification
|
2023-02-14 11:21:07 +10:00 |
|
conrad
|
d01ad90be7
|
remove unused code
|
2023-02-14 10:43:49 +10:00 |
|
conrad
|
7331d5daba
|
more efficient copying of rows
|
2023-02-14 10:39:31 +10:00 |
|
conrad
|
a9454ece19
|
remove unused code
|
2023-02-14 10:15:08 +10:00 |
|
conrad
|
a5cf0d6b62
|
simplifications
|
2023-02-14 01:55:16 +10:00 |
|
conrad
|
e1a8659ea3
|
simplifications
|
2023-02-14 01:47:42 +10:00 |
|
conrad
|
fd437d41be
|
constructor with optional memory zeroing
|
2023-02-14 01:29:26 +10:00 |
|
conrad
|
b2147fbf7a
|
issue warning for old versions of gcc
|
2023-02-13 12:25:13 +10:00 |
|
conrad
|
4da99d437e
|
cleanup attributes (continued)
|
2023-02-13 11:10:57 +10:00 |
|
conrad
|
3e7ca66f11
|
cleanup attributes
|
2023-02-13 00:10:03 +10:00 |
|
conrad
|
d662ae0693
|
restore old implementation
|
2023-02-12 15:24:41 +10:00 |
|
conrad
|
9788b04f42
|
workaround for bug in gcc 4.8
|
2023-02-12 15:17:50 +10:00 |
|
conrad
|
a0ed5d03ee
|
fix
|
2023-02-12 14:49:18 +10:00 |
|
conrad
|
80bd03b0b7
|
use macros to wrap [[deprecated]]
|
2023-02-12 14:45:44 +10:00 |
|
conrad
|
24d60e4275
|
remove compile time warning
|
2023-02-11 16:23:20 +10:00 |
|
conrad
|
0a948017f0
|
fix
|
2023-02-10 14:15:59 +10:00 |
|
conrad
|
6117c9101d
|
add note
|
2023-02-10 13:42:58 +10:00 |
|
conrad
|
c2ce36caed
|
redude overhead in default case
|
2023-02-10 13:27:34 +10:00 |
|
conrad
|
d7bfd10885
|
cleanup
|
2023-02-10 13:03:08 +10:00 |
|
conrad
|
69a7e04907
|
speedups
|
2023-02-10 12:26:28 +10:00 |
|
conrad
|
49f6a72530
|
remove redundant calls to .c_str()
|
2023-02-07 16:03:57 +10:00 |
|
conrad
|
8da90d89d2
|
test if file is readable before using HDF5 functions
|
2023-02-07 15:45:38 +10:00 |
|
conrad
|
8bce0e3d41
|
simplifications
|
2023-02-07 15:07:34 +10:00 |
|
conrad
|
7e65e9984f
|
conditionally enable printing of hdf5 errors
|
2023-02-07 14:57:27 +10:00 |
|
conrad
|
76a4d40204
|
comment out debug statements
|
2023-02-07 12:22:49 +10:00 |
|
conrad
|
362facbabd
|
mark functions as const
|
2023-02-07 12:22:04 +10:00 |
|
conrad
|
460f4ac94e
|
simplifications
|
2023-02-07 12:19:32 +10:00 |
|
conrad
|
a7f9f12fa5
|
switch between fft engines depending on size
|
2023-02-07 12:01:14 +10:00 |
|
conrad
|
4cf29aebdd
|
disable cleanup
|
2023-02-06 23:13:21 +10:00 |
|
conrad
|
c52f7fa6c7
|
fix string
|
2023-02-06 22:42:34 +10:00 |
|
conrad
|
573fba6d48
|
simplifications
|
2023-02-06 22:28:36 +10:00 |
|
conrad
|
adb51e0f82
|
rename
|
2023-02-06 21:37:52 +10:00 |
|
conrad
|
3731e0068b
|
rename
|
2023-02-06 21:34:44 +10:00 |
|
conrad
|
edaa49f4c1
|
initial interface to fftw3
|
2023-02-06 21:32:37 +10:00 |
|
conrad
|
a4d37d6f68
|
add warning
|
2023-02-06 12:02:10 +10:00 |
|
conrad
|
56218f68c9
|
cleanup
|
2023-02-04 01:45:56 +10:00 |
|
conrad
|
7cbdafd20d
|
reduce delta
|
2023-02-03 15:24:28 +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
|
0afe490b5b
|
simplifications
|
2023-02-03 00:11:46 +10:00 |
|
conrad
|
af72857898
|
fix layout
|
2023-02-03 00:07:17 +10:00 |
|
conrad
|
e8a5af2d98
|
warn about unimplemented option
|
2023-02-03 00:05:36 +10:00 |
|
conrad
|
88bd7e3627
|
add note
|
2023-01-19 12:47:41 +10:00 |
|
conrad
|
78d84e9e33
|
detect NaN in XI
|
2023-01-18 12:18:57 +10:00 |
|