mod_rmatstr Module

Writes structure of real(kind=dp) matrix


Uses

    • mod_datatypes

Subroutines

public subroutine rmatstr(str, lstr, a, n, m, mlin, mcol, tolp, nfil)

License
Creative Commons License
Category
numerical-tools, KKRhost

W r i t e s

s t r u c t u r e

o f

r e a l ( k i n d = d p )

\ ( N \ t i m e s

N \ )

m a t r i x

\ ( A \ )

Read more…

Arguments

Type IntentOptional Attributes Name
character(len=lstr) :: str
integer, intent(in) :: lstr
real(kind=dp) :: a(m,m)
integer, intent(in) :: n
integer, intent(in) :: m
integer, intent(in) :: mlin
integer, intent(in) :: mcol
real(kind=dp), intent(in) :: tolp
integer, intent(in) :: nfil