NAME

gauss - solve system by gaussian elimination


SYNOPSIS

call gauss_init(size)

call gauss_solver(a,b,x)

call gaus_close()


PARAMETERS

size - integer
       number of elements in array
a - real(size,size)
       matrix
b - real(size)
       data
x - real(size)
       model


DESCRIPTION

Solve system of equations by gaussian elimination


SEE ALSO

the solver manpage


LIBRARY

geef90