/* inversef.h basic Gausian elimination version */ void inversef(int n, float A[], float AI[]);