#ifndef SOLVE_H #define SOLVE_H double t3_solve (const double x_0, const int n, const double * restrict X, double * restrict Y); #endif