Copy the matrix A into the B.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ldr), | intent(in) | :: | matA |
The matrix to copy. |
||
type(Matrix_ldr), | intent(inout) | :: | matB |
matB = matA |
Copy the matrix A into the B.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ldc), | intent(in) | :: | matA |
The matrix to copy. |
||
type(Matrix_ldc), | intent(inout) | :: | matB |
matB = matA |