banded_copy Subroutine

public subroutine banded_copy(A, B)

Copy banded matrix B into A

Arguments

Type IntentOptional Attributes Name
type(banded_matrix_t), intent(inout) :: A

this banded matrix will be overwritten

type(banded_matrix_t), intent(in) :: B

this banded matrix will be copied into A