#include #include #include #include "nr.h" using namespace std; // Driver for routine splin2 int main(void) { const int M=10,N=10; int i,j; DP f,ff,x1x2,xx1,xx2; Vec_DP x1(M),x2(N); Mat_DP y(M,N),y2(M,N); for (i=0;i