linear_reg.h 206 Bytes
Newer Older
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>


void lr_compute(double *times, double *slope, double *intercept);

void lr_times_bcast(int myId, int numP, int root, MPI_Comm comm, double *times);