subroutine distributed_matrix_vector::distributedmatrix_output::distributed_matrix_output |
( |
integer(intg), intent(in) |
ID, |
|
|
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Outputs a distributed matrix.
- Parameters
-
[in] | id | The ID of the output stream |
| distributed_matrix | A pointer to the distributed matrix |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2469 of file distributed_matrix_vector.f90.