From d4e5ab71b790dde37dbca9e29b3c36059c987bd9 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 13 Mar 2025 18:12:20 +0100 Subject: [PATCH] fwofjewpfew --- arnoldi.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/arnoldi.c b/arnoldi.c index 52f0ffa..4392dd9 100644 --- a/arnoldi.c +++ b/arnoldi.c @@ -27,17 +27,6 @@ void swap(double *a, double *b) { *b = t; } -// int compare_double(const void *a, const void *b) { -// int aa = *(int *)a; -// int bb = *(int *)b; - -// if (aa < bb) -// return -1; -// if (aa > bb) -// return 1; -// return 0; -// } - PetscErrorCode ArnoldiIteration(Mat A, Vec b, PetscInt n, PetscInt m, Vec *Q, double *h); int main(int argc, char **argv) {