arb/arb_mat
2022-05-24 10:33:31 +02:00
..
test reduce unnecessary number of test iterations 2022-05-24 10:33:31 +02:00
add.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
addmul_rad_mag_fast.c approximate computation of eigenvalues for acb_mat 2018-11-20 21:31:40 +01:00
approx_inv.c add arb_mat_approx_inv, acb_mat_approx_inv 2018-11-28 11:11:13 +01:00
approx_lu.c approximate dot product and matrix multiplication 2018-09-07 18:04:30 +02:00
approx_mul.c Fixed bug for aliased mat_mul of window matrices 2021-03-23 18:32:37 +01:00
approx_solve.c edits related to solving matrix equations 2018-03-18 17:20:21 +00:00
approx_solve_lu_precomp.c approximate dot product and matrix multiplication 2018-09-07 18:04:30 +02:00
approx_solve_tril.c approximate dot product and matrix multiplication 2018-09-07 18:04:30 +02:00
approx_solve_triu.c approximate dot product and matrix multiplication 2018-09-07 18:04:30 +02:00
bound_frobenius_norm.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
bound_inf_norm.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
charpoly.c use dot product in solve_tril, solve_triu, charpoly 2018-09-04 14:37:35 +02:00
cho.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
clear.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
companion.c companion matrices 2018-12-04 12:25:28 +01:00
contains.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
contains_fmpq_mat.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
contains_fmpz_mat.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
count_is_zero.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
dct.c add some arb_mat special matrices: ones, hilbert, dct 2018-06-24 16:21:44 +02:00
det.c make matrix is_exact methods public 2018-12-05 12:33:03 +01:00
det_lu.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
det_precond.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
diag_prod.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
entrywise_is_zero.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
entrywise_not_is_zero.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
eq.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
equal.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
exp.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
exp_taylor_sum.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
find_pivot_partial.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
fprintd.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
frobenius_norm.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
hilbert.c add some arb_mat special matrices: ones, hilbert, dct 2018-06-24 16:21:44 +02:00
indeterminate.c companion matrices 2018-12-04 12:25:28 +01:00
init.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
inlines.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
inv.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
inv_cho_precomp.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
inv_ldl_precomp.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
is_exact.c make matrix is_exact methods public 2018-12-05 12:33:03 +01:00
is_finite.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
is_tril.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
is_triu.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
is_zero.c more public matrix helpers: is_zero, is_finite, is_triu, is_tril, is_diag, diag_prod 2018-12-05 11:44:57 +01:00
ldl.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
lu.c arb_mat: window matrices, block recursive LU factorization and triangular solving 2018-06-26 21:42:55 +02:00
lu_classical.c arb_mat: window matrices, block recursive LU factorization and triangular solving 2018-06-26 21:42:55 +02:00
lu_recursive.c arb_mat: window matrices, block recursive LU factorization and triangular solving 2018-06-26 21:42:55 +02:00
mul.c adjust some matrix cutoffs 2018-09-04 15:27:37 +02:00
mul_block.c Fixed bug for aliased mat_mul of window matrices 2021-03-23 18:32:37 +01:00
mul_classical.c Fixed bug for aliased mat_mul of window matrices 2021-03-23 18:32:37 +01:00
mul_entrywise.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
mul_threaded.c Fixed bug for aliased mat_mul of window matrices 2021-03-23 18:32:37 +01:00
ne.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
neg.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
one.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
ones.c add some arb_mat special matrices: ones, hilbert, dct 2018-06-24 16:21:44 +02:00
overlaps.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pascal.c more arb_mat special matrices: pascal, stirling 2018-06-24 17:29:24 +02:00
pow_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
randtest.c arb_mat_randtest: produce more sparse matrices 2018-06-25 19:38:34 +02:00
set.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_fmpq_mat.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_fmpz_mat.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_round_fmpz_mat.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
solve.c edits related to solving matrix equations 2018-03-18 17:20:21 +00:00
solve_cho_precomp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
solve_ldl_precomp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
solve_lu.c edits related to solving matrix equations 2018-03-18 17:20:21 +00:00
solve_lu_precomp.c approximate dot product and matrix multiplication 2018-09-07 18:04:30 +02:00
solve_preapprox.c edits related to solving matrix equations 2018-03-18 17:20:21 +00:00
solve_precond.c edits related to solving matrix equations 2018-03-18 17:20:21 +00:00
solve_tril.c adjust some matrix cutoffs 2018-09-04 15:27:37 +02:00
solve_triu.c adjust some matrix cutoffs 2018-09-04 15:27:37 +02:00
spd_inv.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
spd_solve.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sqr.c make sure matrix squaring uses the fast multiplication code 2018-07-03 12:48:41 +02:00
sqr_classical.c some more acb_mat functions: ones, dft, conjugate, conjugate_transpose 2018-07-03 13:20:08 +02:00
stirling.c more arb_mat special matrices: pascal, stirling 2018-06-24 17:29:24 +02:00
sub.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
trace.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
transpose.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
window_init.c arb_mat: window matrices, block recursive LU factorization and triangular solving 2018-06-26 21:42:55 +02:00
zero.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00