Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
icres
Subroutine
MIT
20 statements
Source File
LinearSolverClass.f90
LinearSolverClass
icres
Contents
None
public subroutine icres(L, d, r, u, n)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(inout)
::
L
(1:n,1:n)
real(kind=real64),
intent(inout)
::
d
(1:n)
real(kind=real64),
intent(inout)
::
r
(1:n)
real(kind=real64),
intent(inout)
::
u
(1:n)
integer(kind=int32),
intent(in)
::
n
Contents
None