|
098a7ce948
|
check_distance_to... -> distance_to_...
and a lot of old code removal
|
2017-10-27 18:34:07 +02:00 |
|
|
4ae2c617cb
|
Higher level compute_SOS
|
2017-10-27 18:33:18 +02:00 |
|
|
96ce02852f
|
replace rationalise&project with interval&project
|
2017-10-27 18:32:58 +02:00 |
|
|
0225f38066
|
just two simple distance_to_cone functions
for Numbers and for Intervals
|
2017-10-27 18:30:59 +02:00 |
|
|
8defd71b59
|
new low-level compute_SOS function
|
2017-10-27 18:29:19 +02:00 |
|
|
d8b2f0ab30
|
increase sigfigs to 12; remove explicit precision setting
(it's 53 anyway);
|
2017-10-27 18:25:13 +02:00 |
|
|
d7bc94b64c
|
@parallel compute_SOS
|
2017-10-09 18:08:22 +02:00 |
|
|
344e11a974
|
overwrite Q to allow gc
|
2017-10-09 18:06:29 +02:00 |
|
|
757f89e54b
|
no need to limit precision in rationalise_and_project
since we project directly to intervals the computational load is negligible
|
2017-08-27 19:09:56 +02:00 |
|
|
7fd18e9e57
|
logging
|
2017-08-27 18:50:56 +02:00 |
|
|
56d944e8af
|
correct columns of Q directly to intervals
hopefully containing 0
|
2017-08-27 18:46:31 +02:00 |
|
|
9328fa9187
|
single-threaded compute_SOS with @parallel option
|
2017-08-27 18:30:49 +02:00 |
|
|
94074750cf
|
limit the accuracy of rationalization to sensible value
to avoid running out of memory!
|
2017-08-04 21:27:10 +02:00 |
|
|
8f88035bb7
|
in-place projection to augmentation ideal
|
2017-08-04 20:50:06 +02:00 |
|
|
c4dcaf25fe
|
@parallelising computation of SOS
|
2017-08-04 20:47:38 +02:00 |
|
|
7d42f28b29
|
put rationalization and projection to augmentation in a separate function
to have gc collect unused matrices of Rationals after this is finished
|
2017-08-04 20:36:25 +02:00 |
|
|
9ed8679c95
|
simplify groupring_square
|
2017-08-04 20:33:02 +02:00 |
|
|
666fac1775
|
Threaded version of projection to the augmentation ideal
|
2017-08-04 15:30:12 +02:00 |
|
|
335a2aa216
|
change rounding mode to :tight
|
2017-07-26 12:58:39 +02:00 |
|
|
a82eb13ef5
|
use views and broadcasting
|
2017-07-21 17:11:58 +02:00 |
|
|
95bc1eaff5
|
make EOI a one-liner
|
2017-07-21 17:11:25 +02:00 |
|
|
e74b4c49ef
|
use the new definition of base-less mul! in GroupRings
|
2017-07-21 17:10:52 +02:00 |
|
|
f3874828e7
|
increase the default precision in check_distance_to_positive_cone
|
2017-07-05 13:03:25 +02:00 |
|
|
dad6576365
|
better specialised groupring_square
|
2017-07-05 12:28:29 +02:00 |
|
|
6b9d2b5d28
|
update to the latest version of IntervalArithmetic
|
2017-07-05 12:24:49 +02:00 |
|
|
bfdc08e91d
|
require IntervalArithmetic v0.9.1
|
2017-06-25 09:34:16 +02:00 |
|
|
310165b864
|
broader arrays in signature of distance_to_cone
|
2017-06-25 09:33:25 +02:00 |
|
|
0e89b12e90
|
move functions
|
2017-06-25 09:31:52 +02:00 |
|
|
ac18923631
|
use IntervalArithmetic instead of ValidatedNumerics
|
2017-06-25 09:29:31 +02:00 |
|
|
fd32ddbe82
|
use the given precision as rationalisation precision
|
2017-06-23 13:30:37 +02:00 |
|
|
b7d9731f8b
|
update to IntervalArithmetic v0.10.0
|
2017-06-22 15:48:06 +02:00 |
|
|
cd24767691
|
mv checksolution -> CheckSolution
|
2017-06-22 14:11:00 +02:00 |
|