arb/fmprb_mat
2013-11-11 17:36:45 +01:00
..
test multithreaded fmprb_mat_mul 2013-08-17 16:54:08 +02:00
add.c start of a matrix module 2012-09-26 14:19:13 +02:00
clear.c start of a matrix module 2012-09-26 14:19:13 +02:00
contains.c add missing matrix contains/overlaps methods 2013-11-11 17:36:45 +01:00
contains_fmpq_mat.c start of a matrix module 2012-09-26 14:19:13 +02:00
contains_fmpz_mat.c add fmprb_mat_pow_ui, contains_fmpz_mat 2012-10-18 10:39:30 +02:00
det.c use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
equal.c start of a matrix module 2012-09-26 14:19:13 +02:00
find_pivot_partial.c determinants 2012-09-29 01:10:41 +02:00
init.c introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
inv.c add nonsingular solving, inverse 2012-09-28 14:51:34 +02:00
lu.c introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
Makefile start of a matrix module 2012-09-26 14:19:13 +02:00
mul.c multithreaded fmprb_mat_mul 2013-08-17 16:54:08 +02:00
mul_classical.c multithreaded fmprb_mat_mul 2013-08-17 16:54:08 +02:00
mul_threaded.c multithreaded fmprb_mat_mul 2013-08-17 16:54:08 +02:00
neg.c start of a matrix module 2012-09-26 14:19:13 +02:00
one.c start of a matrix module 2012-09-26 14:19:13 +02:00
overlaps.c add missing matrix contains/overlaps methods 2013-11-11 17:36:45 +01:00
pow_ui.c add fmprb_mat_pow_ui, contains_fmpz_mat 2012-10-18 10:39:30 +02:00
printd.c start of a matrix module 2012-09-26 14:19:13 +02:00
set.c start of a matrix module 2012-09-26 14:19:13 +02:00
set_fmpq_mat.c add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
set_fmpz_mat.c start of a matrix module 2012-09-26 14:19:13 +02:00
solve.c add nonsingular solving, inverse 2012-09-28 14:51:34 +02:00
solve_lu_precomp.c introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
sub.c start of a matrix module 2012-09-26 14:19:13 +02:00
zero.c start of a matrix module 2012-09-26 14:19:13 +02:00