subroutine distributed_matrix_vector::distributedmatrix_numbernonzerosget::distributed_matrix_number_non_zeros_get |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(out) |
NUMBER_NON_ZEROS, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Gets the number of non zeros for a distributed matrix.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[out] | number_non_zeros | On return, the number of non zeros in the matrix to get |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2307 of file distributed_matrix_vector.f90.