operator(.diag.) Interface

public interface operator(.diag.)

Module Procedures

public function append_matrix_in_diag_part_int(arg1, arg2) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in), allocatable :: arg1(:,:)
integer(kind=int32), intent(in), allocatable :: arg2(:,:)

Return Value integer(kind=int32), allocatable, (:,:)

public function append_matrix_in_diag_part_re(arg1, arg2) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), allocatable :: arg1(:,:)
real(kind=real64), intent(in), allocatable :: arg2(:,:)

Return Value real(kind=real64), allocatable, (:,:)