// Header file of Fcholy.cpp int choly(int,int,REAL *mat[],REAL b[],REAL x[]); int chodec(int, REAL * mat[]); int chosol(int,REAL * lmat[],REAL b[],REAL x[]); // End of file Fcholy.h