CopyMatrix Interface

public interface CopyMatrix

Contents


Module Procedures

private subroutine CopyMatrix_ldr(matA, matB)

Copy the matrix A into the B.

Arguments

Type IntentOptional AttributesName
type(Matrix_ldr), intent(in) :: matA

The matrix to copy.

type(Matrix_ldr), intent(inout) :: matB

matB = matA

private subroutine CopyMatrix_ldc(matA, matB)

Copy the matrix A into the B.

Arguments

Type IntentOptional AttributesName
type(Matrix_ldc), intent(in) :: matA

The matrix to copy.

type(Matrix_ldc), intent(inout) :: matB

matB = matA