r8mat_print Subroutine

private subroutine r8mat_print(m, n, a, title)

@brief For more info please visit "https://people.sc.fsu.edu/~jburkardt/f_src/hammersley/hammersley.html". ************80

R8MAT_PRINT prints an R8MAT.

Arguments

Type IntentOptional AttributesName
integer(kind=4) :: m
integer(kind=4) :: n
real(kind=8) :: a(m,n)
character(len=*) :: title

Contents

None