|
subroutine | distributed_matrix_storage_locations_set (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, ERR, ERROR,) |
| Sets the storage locations (sparsity pattern) in a distributed matrix to that specified by the row and column indices. More...
|
|
subroutine distributed_matrix_vector::distributedmatrix_storagelocationsset::distributed_matrix_storage_locations_set |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), dimension(:), intent(in) |
ROW_INDICES, |
|
|
integer(intg), dimension(:), intent(in) |
COLUMN_INDICES, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets the storage locations (sparsity pattern) in a distributed matrix to that specified by the row and column indices.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[in] | row_indices | ROW_INDICES(i). The i'th row index of the matrix storage locations |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index of the matrix storage locations |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2945 of file distributed_matrix_vector.f90.