Public Member Functions | |
| subroutine | rflu_invertmatrixsvd (global, nRows, nCols, a, aInv, sCount) |
Definition at line 217 of file RFLU_ModInterfacesLibrary.F90.
| subroutine rflu_invertmatrixsvd | ( | type(t_global), pointer | global, |
| integer, intent(in) | nRows, | ||
| integer, intent(in) | nCols, | ||
| real(rfreal), dimension(nrows,ncols) | a, | ||
| real(rfreal), dimension(ncols,nrows) | aInv, | ||
| integer, intent(out) | sCount | ||
| ) |
Definition at line 217 of file RFLU_ModInterfacesLibrary.F90.