|
subroutine | distributed_matrix_duplicate (DISTRIBUTED_MATRIX, NEW_DISTRIBUTED_MATRIX, ERR, ERROR,) |
| Duplicates the structure of a distributed matrix and returns a pointer to the new matrix in NEW_DISTRIBUTED_MATRIX. More...
|
|
subroutine distributed_matrix_vector::distributedmatrix_duplicate::distributed_matrix_duplicate |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
type(distributed_matrix_type), pointer |
NEW_DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Duplicates the structure of a distributed matrix and returns a pointer to the new matrix in NEW_DISTRIBUTED_MATRIX.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix to duplicate |
| new_distributed_matrix | On return a pointer to the new duplicated distributed matrix |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1834 of file distributed_matrix_vector.f90.