mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
rm obsolete forward declarations
This commit is contained in:
parent
18c13e7c2f
commit
f91dd18cea
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@
|
|||
|
||||
#include "arb_mat.h"
|
||||
|
||||
void
|
||||
arb_mat_approx_solve_triu(arb_mat_t X, const arb_mat_t U,
|
||||
const arb_mat_t B, int unit, slong prec);
|
||||
|
||||
void
|
||||
arb_mat_approx_solve_tril(arb_mat_t X, const arb_mat_t L,
|
||||
const arb_mat_t B, int unit, slong prec);
|
||||
|
||||
static void
|
||||
_apply_permutation(slong * AP, arb_mat_t A, slong * P,
|
||||
slong n, slong offset)
|
||||
|
|
Loading…
Add table
Reference in a new issue