|
subroutine | distributed_vector_all_values_set_intg (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,) |
| Sets all values in an integer distributed vector to the specified value. More...
|
|
subroutine | distributed_vector_all_values_set_sp (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,) |
| Sets all values in a single precision distributed vector to the specified value. More...
|
|
subroutine | distributed_vector_all_values_set_dp (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,) |
| Sets all values in a double precision distributed vector to the specified value. More...
|
|
subroutine | distributed_vector_all_values_set_l (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,) |
| Sets all values in a logical distributed_vector to the specified value. More...
|
|
subroutine distributed_matrix_vector::distributedvector_allvaluesset::distributed_vector_all_values_set_dp |
( |
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
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 vector to the specified value.
- Parameters
-
| distributed_vector | A pointer to the distributed vector |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5720 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedvector_allvaluesset::distributed_vector_all_values_set_intg |
( |
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
integer(intg), intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets all values in an integer distributed vector to the specified value.
- Parameters
-
| distributed_vector | A pointer to the distributed vector |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5616 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedvector_allvaluesset::distributed_vector_all_values_set_l |
( |
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
logical, intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets all values in a logical distributed_vector to the specified value.
- Parameters
-
| distributed_vector | A pointer to the distributed vector |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5780 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedvector_allvaluesset::distributed_vector_all_values_set_sp |
( |
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
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 vector to the specified value.
- Parameters
-
| distributed_vector | A pointer to the distributed vector |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5668 of file distributed_matrix_vector.f90.