Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFLU_InvertMatrixSVD.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine rflu_invertmatrixsvd (global, nRows, nCols, a, aInv, sCount)
 

Function/Subroutine Documentation

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), optional  sCount 
)