/* time_mpf_tsimeqb.c multiple precision threaded version */ #include #include #include #include #include "udrnrt.h" #include "mpf_tsimeq.h" #define N 4097 static mpf_t A[N*N]; static mpf_t B[N*N]; static mpf_t X[N]; static int np=12; int digits = 50; #undef abs #define abs(x) ((x)<0.0?(-(x)):(x)) static void init_matrix(int n) { int i, j, m; m = n+1; for(i=0; i