/* luband3.h */ void bandlu(int m, int n, double *am[]); void bandsol(int m, int n, double *am[], double f[]);