The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lapack_matinv Interface Reference

Detailed Description

Interface to dgssv from UMFPACK.

Public Member Functions

subroutine lapack_matinv_complex (nrows, amat, error)
 Needs Docs.
 
subroutine lapack_matinv_real (nrows, amat, error)
 Needs Docs.
 

Member Function/Subroutine Documentation

◆ lapack_matinv_complex()

subroutine lapack_matinv_complex ( integer(i4), intent(in)  nrows,
double complex, dimension(nrows,nrows), intent(inout)  amat,
integer(4), intent(out)  error 
)

Needs Docs.

Parameters
[in]nrowsNumber of rows/columns
[in,out]amatMatrix to invert
[out]errorError flag

◆ lapack_matinv_real()

subroutine lapack_matinv_real ( integer(4), intent(in)  nrows,
real(8), dimension(nrows,nrows), intent(inout)  amat,
integer(4), intent(out)  error 
)

Needs Docs.

Parameters
[in]nrowsNumber of rows/columns
[in,out]amatMatrix to invert
[out]errorError flag

The documentation for this interface was generated from the following file: