Copy a sparse matrix in a safe way.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | matA |
Matrix to copy |
||
type(Matrix_lsr), | intent(inout) | :: | matB |
matB = matA |
Copy a sparse matrix in a safe way.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | matA |
Matrix to copy |
||
type(Matrix_lsc), | intent(inout) | :: | matB |
matB = matA |