C++ cpu temperature sensors and computational mathematics
Your task is to take the temperature readings and generate for each core: A piecewise linear interpolation. A global linear least squares approximation. (Optional) A cubic spline (or other non-linear) interpolation. 2 Program Arguments & Execution Your program must accept an input filename as the first command line argument. Your program must NOT prompt the user for a filename. 2.1 Input Format Data takes […]