The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Public Member Functions | |
subroutine | lapack_cholesky_real (nrows, amat, error) |
Needs Docs. | |
subroutine lapack_cholesky_real | ( | integer(4), intent(in) | nrows, |
real(8), dimension(nrows,nrows), intent(inout) | amat, | ||
integer(4), intent(out) | error | ||
) |
Needs Docs.
[in] | nrows | Number of rows/columns |
[in,out] | amat | Matrix to invert |
[out] | error | Error flag |