subroutine distributed_matrix_vector::distributedmatrix_storagelocationsget::distributed_matrix_storage_locations_get |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), dimension(:), pointer |
ROW_INDICES, |
|
|
integer(intg), dimension(:), pointer |
COLUMN_INDICES, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Gets the storage locations (sparsity pattern) for a distributed matrix.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
| row_indices | ROW_INDICES(i). On return, the i'th row index of the matrix storage locations |
| column_indices | COLUMN_INDICES(i). On return, the i'th column index of the matrix storage locations |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2870 of file distributed_matrix_vector.f90.