conrad
|
5caefce03d
|
more informative error messages
|
2024-06-12 19:16:41 +10:00 |
|
conrad
|
a99f363d69
|
decrease default size of buffer
|
2024-06-12 18:04:07 +10:00 |
|
conrad
|
627794a311
|
use shorter form
|
2024-06-12 15:45:04 +10:00 |
|
conrad
|
66135eef6b
|
fix
|
2024-06-12 13:42:14 +10:00 |
|
conrad
|
03d351a858
|
simplifications
|
2024-06-12 13:37:45 +10:00 |
|
conrad
|
607a68a0b4
|
clarifications
|
2024-06-12 13:32:41 +10:00 |
|
conrad
|
36ab0da6b1
|
various fixes
|
2024-06-12 12:58:42 +10:00 |
|
conrad
|
cf880d4fff
|
add HEADER_ONLY option
|
2024-06-12 12:54:03 +10:00 |
|
conrad
|
057039611e
|
move C+11 deprecation warning
|
2024-06-12 00:51:18 +10:00 |
|
conrad
|
530542b112
|
restore support for C++11 in deprecated form
|
2024-06-12 00:38:22 +10:00 |
|
conrad
|
4643ddfff8
|
rename op_dot::apply_proxy() to op_dot::apply_proxy_linear()
|
2024-06-11 12:26:10 +10:00 |
|
conrad
|
f54cc6d0bb
|
clarifications
|
2024-06-11 12:17:11 +10:00 |
|
conrad
|
414793c796
|
subview optimisations for dot products
|
2024-06-11 12:13:32 +10:00 |
|
conrad
|
f0c1211b68
|
add debug messages
|
2024-06-10 23:54:00 +10:00 |
|
conrad
|
fa0c5a5ce2
|
add notes
|
2024-06-10 20:03:51 +10:00 |
|
conrad
|
8f5e35d9e4
|
add note
|
2024-06-10 19:51:41 +10:00 |
|
conrad
|
4a4807e4ee
|
fix
|
2024-06-10 19:48:55 +10:00 |
|
conrad
|
03eb6e6ece
|
fix
|
2024-06-10 19:47:56 +10:00 |
|
conrad
|
f66d795010
|
update version
|
2024-06-10 17:08:40 +10:00 |
|
conrad
|
f01dae8534
|
include Alma and Rocky
|
2024-06-10 17:06:31 +10:00 |
|
conrad
|
0cc9f762d3
|
allow implicit conversion of dense expressions to avoid breaking user code
|
2024-06-10 14:39:58 +10:00 |
|
conrad
|
52ccb38b6c
|
simplifications
|
2024-06-10 14:35:46 +10:00 |
|
conrad
|
23c49e6008
|
make sure element types match
|
2024-06-10 14:33:37 +10:00 |
|
conrad
|
f4f8f0c28f
|
allow implicit conversion of spdiagview for consistency with sparse version of diagvec()
|
2024-06-10 14:25:38 +10:00 |
|
conrad
|
54314571c4
|
update list of changes
|
2024-06-10 01:03:37 +10:00 |
|
conrad
|
b416244930
|
2022 CODATA adjustment for physical constants
|
2024-06-10 00:59:02 +10:00 |
|
conrad
|
3928bee750
|
use 'constexpr bool' where possible
|
2024-06-10 00:27:15 +10:00 |
|
conrad
|
17d96107e3
|
fix layout
|
2024-06-09 23:39:11 +10:00 |
|
conrad
|
e014995291
|
bump min version for intel compiler
|
2024-06-09 18:06:31 +10:00 |
|
conrad
|
e03265b706
|
remove superfluous redefinitions
|
2024-06-09 17:50:07 +10:00 |
|
conrad
|
940594bfe7
|
verify liwork and lrwork via query
|
2024-06-09 01:58:43 +10:00 |
|
conrad
|
bcf4400e27
|
re-allow ignoring deprecation messages
|
2024-06-08 23:34:28 +10:00 |
|
conrad
|
4f62a5ddf8
|
minor cleanup
|
2024-06-08 18:53:25 +10:00 |
|
conrad
|
66515d3ec9
|
fix
|
2024-06-08 18:24:59 +10:00 |
|
conrad
|
365c332120
|
remove shadow typedef
|
2024-06-08 17:48:46 +10:00 |
|
conrad
|
facf580a9c
|
add tests for sparse stddev()
|
2024-06-08 17:43:34 +10:00 |
|
conrad
|
b0ca8599f8
|
update list of changes
|
2024-06-08 17:38:25 +10:00 |
|
conrad
|
f7e522a83b
|
speedup
|
2024-06-08 17:30:11 +10:00 |
|
conrad
|
8d6818e40a
|
faster handling of sparse submatrix views
|
2024-06-08 17:26:34 +10:00 |
|
conrad
|
19b7ff026f
|
allow op_diagmat to have implicit conversion
|
2024-06-08 17:15:50 +10:00 |
|
conrad
|
bd56f524b2
|
convert sparse diagvec to use SpToDOp framework
|
2024-06-08 16:57:40 +10:00 |
|
conrad
|
5cbd10b9e3
|
register mtSpToDOp as dense arma type
|
2024-06-08 16:55:56 +10:00 |
|
conrad
|
19f8a401e8
|
generate set of random numbers in one hit
|
2024-06-08 16:46:06 +10:00 |
|
conrad
|
478809ca0d
|
simplifications
|
2024-06-08 16:26:55 +10:00 |
|
conrad
|
0a671235ed
|
simplifications
|
2024-06-07 23:18:12 +10:00 |
|
conrad
|
1393134914
|
specialisation for inplace transpose of vectors
|
2024-06-07 23:11:19 +10:00 |
|
conrad
|
7c8c10ea20
|
rework sparse vecnorm() to use mtSpToDOp
|
2024-06-07 23:02:38 +10:00 |
|
conrad
|
aa28f54c0b
|
fix
|
2024-06-07 15:46:33 +10:00 |
|
conrad
|
762e98c2cc
|
check for zero length vectors
|
2024-06-07 15:44:56 +10:00 |
|
conrad
|
98bfa65de7
|
fix layout
|
2024-06-07 15:30:37 +10:00 |
|