|
subroutine | distributed_matrix_all_values_set_intg (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,) |
| Sets all values in an integer distributed matrix to the specified value. More...
|
|
subroutine | distributed_matrix_all_values_set_sp (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,) |
| Sets all values in a single precision distributed matrix to the specified value. More...
|
|
subroutine | distributed_matrix_all_values_set_dp (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,) |
| Sets all values in a double precision distributed matrix to the specified value. More...
|
|
subroutine | distributed_matrix_all_values_set_l (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,) |
| Sets all values in a logical distributed matrix to the specified value. More...
|
|
subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_dp |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
real(dp), intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets all values in a double precision distributed matrix to the specified value.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[in] | value | The value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 786 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_intg |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets all values in an integer distributed matrix to the specified value.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[in] | value | The value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 694 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_l |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
logical, intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets all values in a logical distributed matrix to the specified value.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[in] | value | The value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 844 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_sp |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
real(sp), intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets all values in a single precision distributed matrix to the specified value.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[in] | value | The value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 740 of file distributed_matrix_vector.f90.