computing_func.h 117 Bytes
Newer Older
1
2
3
double computeMatrix(double *matrix, int n);
double computePiSerial(int n);
void initMatrix(double **matrix, int n);