Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
gauss_jordan_pv_complex64
Subroutine
MIT
41 statements
Source File
LinearSolverClass.f90
LinearSolverClass
gauss_jordan_pv_complex64
Contents
None
public subroutine gauss_jordan_pv_complex64(a0, x, b, n)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=real64),
intent(in)
::
a0
(n,n)
complex(kind=real64),
intent(out)
::
x
(n)
complex(kind=real64),
intent(in)
::
b
(n)
integer(kind=int32),
intent(in)
::
n
Contents
None