conrad
|
f8f4c82e1f
|
speedup by transpose based multiplication
|
2023-07-20 15:10:21 +10:00 |
|
conrad
|
20db1e4eea
|
speedup by transpose based multiplication
|
2023-07-20 15:06:58 +10:00 |
|
conrad
|
125858f7f2
|
minor optimisation: call SpMat::mem_resize() only if necessary
|
2023-07-20 15:02:04 +10:00 |
|
conrad
|
faa23558cd
|
move 'sparse * dense' and 'dense * sparse' to use SpToDGlue; speedups for multiplication by vectors
|
2023-07-20 15:00:03 +10:00 |
|
conrad
|
80e22ec476
|
SpToDGlue handling
|
2023-07-20 14:46:09 +10:00 |
|
conrad
|
2d7652c5b8
|
add SpToDGlue for sparse glue operations that result in dense matrices
|
2023-07-20 14:44:18 +10:00 |
|
conrad
|
142f5585bf
|
remove superfluous prototype
|
2023-07-20 14:34:48 +10:00 |
|
conrad
|
94a6ce3c8b
|
fix comment
|
2023-07-20 14:33:08 +10:00 |
|
conrad
|
55f0fcb393
|
add debug statement
|
2023-07-20 14:32:15 +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
|
1deec467f4
|
revert
|
2023-07-03 15:21:22 +10:00 |
|
conrad
|
7094b4490e
|
speedup via openmp
|
2023-06-27 13:16:31 +10:00 |
|
conrad
|
1e5908fff0
|
ensure we're not already in parallel mode
|
2023-06-22 23:20:11 +10:00 |
|
conrad
|
85ddc3b874
|
speedup via openmp
|
2023-06-22 23:14:27 +10:00 |
|
conrad
|
046be2a0e9
|
patch bump
|
2023-06-15 13:35:24 +10:00 |
|
conrad
|
f4efd94326
|
clarify intent
|
2023-06-15 12:51:35 +10:00 |
|
conrad
|
4003fbab9f
|
simplifications
|
2023-06-14 13:06:55 +10:00 |
|
conrad
|
d758e1e0b6
|
simplifications
|
2023-06-14 12:52:04 +10:00 |
|
conrad
|
1846669392
|
simplifications
|
2023-06-14 12:44:07 +10:00 |
|
conrad
|
6120003e9f
|
simplification
|
2023-06-14 12:36:52 +10:00 |
|
conrad
|
1c4c2a4401
|
fix
|
2023-06-14 12:13:55 +10:00 |
|
conrad
|
216ad3f4fb
|
emit warnings when attempting to detect non-finite values in fast math mode
|
2023-06-12 16:55:48 +10:00 |
|
conrad
|
c9010fcb38
|
add subview_cube::has_nonfinite() specialisation
|
2023-06-12 16:54:50 +10:00 |
|
conrad
|
b17a37e7c8
|
emit warnings when attempting to detect non-finite values in fast math mode
|
2023-06-12 16:51:16 +10:00 |
|
conrad
|
ad7a92d61f
|
emit warnings when attempting to detect non-finite values in fast math mode
|
2023-06-12 16:49:33 +10:00 |
|
conrad
|
ef5b2fd6e7
|
add subview::has_nonfinite() specialisation
|
2023-06-12 16:47:49 +10:00 |
|
conrad
|
2870e98da4
|
ensure has_nonfinite() is accessible from base objects
|
2023-06-12 12:26:18 +10:00 |
|
conrad
|
c6084eb6a9
|
detect fast math directly
|
2023-06-12 11:35:05 +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 |
|
Ryan Curtin
|
209e0c535e
|
SpMat::shed_cols() sentry element fix
|
2023-06-08 00:03:34 +00:00 |
|
conrad
|
b9baa99431
|
version bump
|
2023-05-25 14:04:17 +10:00 |
|
conrad
|
317502291d
|
simplify error messages
|
2023-05-25 12:33:04 +10:00 |
|
conrad
|
bae95ce2ff
|
separate groups
|
2023-05-24 23:12:15 +10:00 |
|
conrad
|
fc907485df
|
allow dim specification for vector args
|
2023-05-24 15:09:59 +10:00 |
|
conrad
|
51e005f0ca
|
fix
|
2023-05-24 13:41:36 +10:00 |
|
conrad
|
814135a022
|
add vecnorm()
|
2023-05-19 16:36:46 +10:00 |
|
conrad
|
16201bce8e
|
add norm2est()
|
2023-05-19 16:33:45 +10:00 |
|
conrad
|
dbe1ceec39
|
refactor to use quasi_unwrap
|
2023-05-19 16:30:09 +10:00 |
|
conrad
|
91cd1cb553
|
consistent error messages
|
2023-05-19 16:27:20 +10:00 |
|
conrad
|
58b3161f05
|
use unsigned int format specifier
|
2023-05-19 16:25:07 +10:00 |
|
conrad
|
19f01127b7
|
refactor to use dedicated char_buffer class
|
2023-05-19 16:19:08 +10:00 |
|
conrad
|
e4829d474c
|
mark as unstable
|
2023-05-19 16:16:00 +10:00 |
|
conrad
|
aebe3d8755
|
version bump
|
2023-04-04 13:37:40 +10:00 |
|
conrad
|
6a2ea37166
|
use quasi_unwrap instead of plain unwrap
|
2023-04-04 11:59:35 +10:00 |
|
conrad
|
437cf4816e
|
use cbegin() and cend() for const_iterator
|
2023-04-03 13:30:31 +10:00 |
|
conrad
|
3c293c486a
|
replace broken code
|
2023-04-03 13:22:55 +10:00 |
|
conrad
|
09faca962f
|
remove unnecessary attribute
|
2023-04-03 00:06:46 +10:00 |
|
conrad
|
1476998305
|
rewrite to avoid use of pointers
|
2023-04-03 00:04:41 +10:00 |
|
conrad
|
b9b88897de
|
cleanup
|
2023-04-03 00:01:51 +10:00 |
|
conrad
|
bc6190f687
|
add spsolve_factoriser class
|
2023-04-02 23:53:11 +10:00 |
|