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