get_diag Interface

public interface get_diag

Calls

interface~~get_diag~~CallsGraph interface~get_diag get_diag proc~get_diag_rv get_diag_rv interface~get_diag->proc~get_diag_rv proc~get_diag_dv get_diag_dv interface~get_diag->proc~get_diag_dv proc~assert_eq2 assert_eq2 proc~get_diag_rv->proc~assert_eq2 proc~get_diag_dv->proc~assert_eq2

Contents


Module Procedures

public function get_diag_rv(mat)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:,:):: mat

Return Value real(kind=SP), DIMENSION(size(mat,1))

public function get_diag_dv(mat)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in), DIMENSION(:,:):: mat

Return Value real(kind=DP), DIMENSION(size(mat,1))