put_diag Interface

public interface put_diag

Calls

interface~~put_diag~~CallsGraph interface~put_diag put_diag proc~put_diag_rv put_diag_rv interface~put_diag->proc~put_diag_rv proc~put_diag_r put_diag_r interface~put_diag->proc~put_diag_r proc~assert_eq2 assert_eq2 proc~put_diag_rv->proc~assert_eq2

Contents


Module Procedures

public subroutine put_diag_rv(diagv, mat)

Arguments

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

public subroutine put_diag_r(scal, mat)

Arguments

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