fredrik
|
e7eba6be30
|
acb_get_mid as a common function; small doc edits
|
2018-12-03 22:38:36 +01:00 |
|
fredrik
|
22f06aad82
|
add acb_mat_eig_simple (diagonalization / computing all eigenvalues+eigenvectors)
|
2018-11-28 17:21:23 +01:00 |
|
fredrik
|
87857ace37
|
add arb_mat_indeterminate, acb_mat_indeterminate
|
2018-11-28 13:38:13 +01:00 |
|
fredrik
|
49d69ec910
|
implemented eigenvalue/eigenvector enclosures using Rump's algorithm
|
2018-11-28 12:02:26 +01:00 |
|
fredrik
|
0e2867460c
|
approximate eigenvectors + better test code
|
2018-11-24 19:27:42 +01:00 |
|
fredrik
|
7c98883478
|
approximate dot product and matrix multiplication
|
2018-09-07 18:04:30 +02:00 |
|
fredrik
|
9e6b5c3413
|
update docs; call this 2.14.0
|
2018-07-22 16:30:35 -04:00 |
|
fredrik
|
bcc3287c0a
|
acb_mat_det_precond and other determinant improvements
|
2018-07-03 17:00:52 +02:00 |
|
fredrik
|
86590e1b39
|
implement arb_mat_det_precond; improvements to arb_mat_det
|
2018-07-02 12:54:08 +02:00 |
|
fredrik
|
141d88bdfb
|
tweak block multiplication
|
2018-06-29 17:05:13 +02:00 |
|
fredrik
|
33171f012b
|
arb_mat: window matrices, block recursive LU factorization and triangular solving
|
2018-06-26 21:42:55 +02:00 |
|
fredrik
|
fc4c28f72c
|
more arb_mat special matrices: pascal, stirling
|
2018-06-24 17:29:24 +02:00 |
|
fredrik
|
935a9d4c28
|
add some arb_mat special matrices: ones, hilbert, dct
|
2018-06-24 16:21:44 +02:00 |
|
fredrik
|
39dde53358
|
port precond solving to acb_mat
|
2018-04-10 17:52:06 +02:00 |
|
arbguest
|
09550605f9
|
edits related to solving matrix equations
|
2018-03-18 17:20:21 +00:00 |
|
arbguest
|
c7ff0ab973
|
solve_preapprox docs
|
2018-03-06 17:59:25 -06:00 |
|
Fredrik Johansson
|
84a49ff8fd
|
add methods to count allocated bytes; restrict memory usage in zeta sum sieving
|
2016-10-19 17:58:37 +02:00 |
|
alex
|
9244c07d67
|
ENH: compute frobenius norm interval
|
2016-04-06 12:25:57 -04:00 |
|
alex
|
eb9573c61c
|
MAINT: fro -> frobenius
|
2016-04-06 11:32:51 -04:00 |
|
alex
|
2f0ec37027
|
ENH: frobenius norm
|
2016-04-05 18:47:36 -04:00 |
|
Fredrik Johansson
|
80cb3ce8b4
|
doc editing
|
2016-03-09 13:27:00 +01:00 |
|
alex
|
7cc76dd223
|
DOC: LDL decomposition
|
2016-03-08 18:55:29 -05:00 |
|
alex
|
e3be9b4f45
|
MAINT: remove cholesky-related determinant calculations
|
2016-03-08 11:42:15 -05:00 |
|
alex
|
de86dd288d
|
DOC: spd linalg docs
|
2016-03-07 21:57:58 -05:00 |
|
Fredrik Johansson
|
846e14c0a9
|
public functions arb_mat_exp_taylor_sum / acb_mat_exp_taylor_sum
|
2016-03-04 15:46:09 +01:00 |
|
alex
|
4cfe3f4d9e
|
MAINT: is_square and is_empty for arb_mat and acb_mat
|
2016-02-26 19:33:42 -05:00 |
|
Fredrik Johansson
|
6d6da36788
|
Merge pull request #94 from argriffing/arb-mat-mul-entrywise
ENH: mul_entrywise
|
2016-02-24 00:30:00 +01:00 |
|
alex
|
1e3bb266d0
|
ENH: arb_mat_mul_entrywise
|
2016-02-23 17:59:42 -05:00 |
|
alex
|
25e3594704
|
MAINT: rename functions and clarify docs
|
2016-02-23 17:07:59 -05:00 |
|
alex
|
260c530197
|
MAINT: document sparsity-related arb_mat functions and move them to a separate file
|
2016-02-23 13:46:29 -05:00 |
|
alex
|
bce2aca769
|
ENH: special-case exp of diagonal matrices
|
2016-01-28 12:43:27 -05:00 |
|
alex
|
020433d0dc
|
ENH: add fprint
|
2015-12-31 19:06:07 -05:00 |
|
alex
|
98c3e3a0d6
|
ENH: add trace
|
2015-11-28 16:12:33 -05:00 |
|
alex
|
d89932df1c
|
ENH: arb_mat_sqr
|
2015-11-23 18:31:33 -05:00 |
|
William Hart
|
20516fdcf7
|
long -> slong arb_mat.rst.
|
2015-11-06 11:39:23 +00:00 |
|
Fredrik Johansson
|
6823692209
|
clarify how error bounds are obtained for arb_mat_exp
|
2015-10-27 11:40:30 +01:00 |
|
Tommy Hofmann
|
477db6e8b7
|
Add documentation for arb_mat_eq/ne
|
2015-10-09 15:45:00 +02:00 |
|
Fredrik Johansson
|
1c91601241
|
add more useful methods
|
2015-10-02 09:46:02 +02:00 |
|
Fredrik Johansson
|
1a29168c4b
|
add matrix charpoly (ported from flint) and randtest methods
|
2015-01-18 00:14:42 +01:00 |
|
Fredrik Johansson
|
24b18ec104
|
change arb/acb_mat_bound_inf_norm to output a mag_t; tweak arb/acb_mat_exp
|
2014-08-15 15:16:07 +02:00 |
|
Fredrik Johansson
|
4df2988515
|
update documentation
|
2014-05-27 20:14:09 +02:00 |
|