// file: VDM.h // update: 10/20/02 #ifndef _VDM_H #define _VDM_H #include #include #include #include "bigrational.h" #include "bigrational_vector.h" #include "bigrational_matrix.h" using namespace std; bigrational_vector Solve_VDM_GE(const bigrational_vector& Val, const bigrational_vector& RHS); #endif