8.1
general documentation
gauss.f90 File Reference

This subroutine solves a linear system with the gauss method. More...

Functions/Subroutines

subroutine gauss (nn, mm, aa, xx, bb)
 

Detailed Description

This subroutine solves a linear system with the gauss method.

Function/Subroutine Documentation

◆ gauss()

subroutine gauss ( integer  nn,
integer  mm,
double precision, dimension(nn,mm)  aa,
double precision, dimension(nn)  xx,
double precision, dimension(nn)  bb 
)
Parameters
[in]nnmatrix columns number
[in]mmmatrix rows number
[in]aalinear system matrix
[out]xxlinear system solution
[in]bblinear system right hand side