|
subroutine | distributed_matrix_form (DISTRIBUTED_MATRIX, ERR, ERROR,) |
| Forms a distributed matrix by initialising the structure of the matrix to zero. More...
|
|
subroutine distributed_matrix_vector::distributedmatrix_form::distributed_matrix_form |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Forms a distributed matrix by initialising the structure of the matrix to zero.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix to form. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1915 of file distributed_matrix_vector.f90.