mat_product Interface

public interface mat_product

Module Procedures

private subroutine d_matmul(A, B, C, alfa, beta)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(inout), dimension(:,:) :: A
real(kind=8), intent(inout), dimension(:,:) :: B
real(kind=8), intent(inout), dimension(:,:) :: C
real(kind=8), optional :: alfa
real(kind=8), optional :: beta

private subroutine z_matmul(A, B, C, alfa, beta)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(inout), dimension(:,:) :: A
complex(kind=8), intent(inout), dimension(:,:) :: B
complex(kind=8), intent(inout), dimension(:,:) :: C
complex(kind=8), optional :: alfa
complex(kind=8), optional :: beta