/* test driver for routines to solve block matrix problems test problem: a simple two-point boundary value problem with second-order differencing. The harmonic oscillator equation is solved. from More C tools for scientists and engineers by L. Baker CONTENTS: main() DEPENDENCIES: none */ /*#include "libc.h" #include "math.h" */ #define DOFOR(i,to) for(i=0;i