mat1norm Function

private pure function mat1norm(A)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: A(:,:)

Return Value real(kind=pr)


Called by

proc~~mat1norm~~CalledByGraph proc~mat1norm mat1norm proc~solve_lm solve_lm proc~solve_lm->proc~mat1norm proc~newton newton proc~newton->proc~solve_lm

Variables

Type Visibility Attributes Name Initial
integer, private :: j