00001 /* 00002 %M Esse módulo contem os protótipos para SolverSamg 00003 * 06-07 André Luis Muller 00004 * 00005 * 00006 */ 00007 00008 #ifndef _SOLVERSAMG_H 00009 #define _SOLVERSAMG_H 00010 00011 #ifdef __cplusplus 00012 extern "C" { 00013 #endif 00014 00015 /* Public functions 00016 */ 00017 int SamgSolver(int , int , int , int , int , 00018 int , int *, int *, double *, double *, double *); 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif 00025