icres Subroutine

public subroutine icres(L, d, r, u, n)

Arguments

Type IntentOptional AttributesName
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