zeye Interface

public interface zeye

Called by

interface~~zeye~~CalledByGraph interface~zeye zeye proc~zeye_tridiag zeye_tridiag proc~zeye_tridiag->interface~zeye

Module Procedures

private pure function zeye_matrix(n) result(A)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n

Return Value complex(kind=8), (n,n)

private pure function zeye_indices(i, j) result(a)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i
integer, intent(in) :: j

Return Value complex(kind=8)