.. |
test
|
adjust sizes in test code
|
2018-09-04 15:41:29 +02:00 |
add.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |
approx_lu.c
|
approximate dot product and matrix multiplication
|
2018-09-07 18:04:30 +02:00 |
approx_mul.c
|
approximate dot product and matrix multiplication
|
2018-09-07 18:04:30 +02:00 |
approx_solve.c
|
port precond solving to acb_mat
|
2018-04-10 17:52:06 +02: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 |
clear.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |
conjugate.c
|
some more acb_mat functions: ones, dft, conjugate, conjugate_transpose
|
2018-07-03 13:20:08 +02: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 |
det.c
|
acb_mat_det_precond and other determinant improvements
|
2018-07-03 17:00:52 +02:00 |
det_lu.c
|
acb_mat_det_precond and other determinant improvements
|
2018-07-03 17:00:52 +02:00 |
det_precond.c
|
acb_mat_det_precond and other determinant improvements
|
2018-07-03 17:00:52 +02:00 |
dft.c
|
some more acb_mat functions: ones, dft, conjugate, conjugate_transpose
|
2018-07-03 13:20:08 +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 |
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 |
is_real.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |
lu.c
|
block LU algorithms for acb_mat
|
2018-07-03 14:17:31 +02:00 |
lu_classical.c
|
block LU algorithms for acb_mat
|
2018-07-03 14:17:31 +02:00 |
lu_recursive.c
|
block LU algorithms for acb_mat
|
2018-07-03 14:17:31 +02:00 |
mul.c
|
adjust some matrix cutoffs
|
2018-09-04 15:27:37 +02:00 |
mul_classical.c
|
cutoffs for using mat_sqr_classical
|
2018-08-28 15:54:25 +02:00 |
mul_entrywise.c
|
Replace abort with flint_abort.
|
2017-02-28 16:52:57 +01:00 |
mul_reorder.c
|
make sure matrix squaring uses the fast multiplication code
|
2018-07-03 12:48:41 +02:00 |
mul_threaded.c
|
initial use of arb_dot and acb_dot in matrix multiplication (cutoffs not updated)
|
2018-08-26 21:02:14 +02: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
|
some more acb_mat functions: ones, dft, conjugate, conjugate_transpose
|
2018-07-03 13:20:08 +02:00 |
overlaps.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |
pow_ui.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |
randtest.c
|
implement acb_mat_mul_reorder
|
2018-07-02 22:06:53 +02:00 |
set.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |
set_arb_mat.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_arb_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
|
port precond solving to acb_mat
|
2018-04-10 17:52:06 +02:00 |
solve_lu.c
|
port precond solving to acb_mat
|
2018-04-10 17:52:06 +02:00 |
solve_lu_precomp.c
|
approximate dot product and matrix multiplication
|
2018-09-07 18:04:30 +02:00 |
solve_precond.c
|
port precond solving to acb_mat
|
2018-04-10 17:52:06 +02: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 |
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 |
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
|
block LU algorithms for acb_mat
|
2018-07-03 14:17:31 +02:00 |
zero.c
|
update copyright headers to switch from GPL to LGPL
|
2016-04-26 17:20:05 +02:00 |