Copy banded matrix B into A
| Type | Intent | Optional | 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 |