|
subroutine | distributed_vector_copy_intg (FROM_VECTOR, TO_VECTOR, ALPHA, ERR, ERROR,) |
| Copies alpha times an integer distributed vector to another distributed vector. More...
|
|
subroutine | distributed_vector_copy_sp (FROM_VECTOR, TO_VECTOR, ALPHA, ERR, ERROR,) |
| Copies alpha times a single precision distributed vector to another distributed vector. More...
|
|
subroutine | distributed_vector_copy_dp (FROM_VECTOR, TO_VECTOR, ALPHA, ERR, ERROR,) |
| Copies alpha times a double precision distributed vector to another distributed vector. More...
|
|
subroutine | distributed_vector_copy_l (FROM_VECTOR, TO_VECTOR, ALPHA, ERR, ERROR,) |
| Copies alpha times a logical distributed vector to another distributed vector. More...
|
|
subroutine distributed_matrix_vector::distributedvector_copy::distributed_vector_copy_dp |
( |
type(distributed_vector_type), pointer |
FROM_VECTOR, |
|
|
type(distributed_vector_type), pointer |
TO_VECTOR, |
|
|
real(dp), intent(in) |
ALPHA, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Copies alpha times a double precision distributed vector to another distributed vector.
- Parameters
-
| from_vector | A pointer to the distributed vector to copy from |
| to_vector | A pointer to the distributed vector to copy to |
[in] | alpha | The multiplicative factor for the copy. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5916 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedvector_copy::distributed_vector_copy_intg |
( |
type(distributed_vector_type), pointer |
FROM_VECTOR, |
|
|
type(distributed_vector_type), pointer |
TO_VECTOR, |
|
|
integer(intg), intent(in) |
ALPHA, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Copies alpha times an integer distributed vector to another distributed vector.
- Parameters
-
| from_vector | A pointer to the distributed vector to copy from |
| to_vector | A pointer to the distributed vector to copy to |
[in] | alpha | The multiplicative factor for the copy. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5832 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedvector_copy::distributed_vector_copy_l |
( |
type(distributed_vector_type), pointer |
FROM_VECTOR, |
|
|
type(distributed_vector_type), pointer |
TO_VECTOR, |
|
|
logical, intent(in) |
ALPHA, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Copies alpha times a logical distributed vector to another distributed vector.
- Parameters
-
| from_vector | A pointer to the distributed vector to copy from |
| to_vector | A pointer to the distributed vector to copy to |
[in] | alpha | The multiplicative factor for the copy. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 6108 of file distributed_matrix_vector.f90.
subroutine distributed_matrix_vector::distributedvector_copy::distributed_vector_copy_sp |
( |
type(distributed_vector_type), pointer |
FROM_VECTOR, |
|
|
type(distributed_vector_type), pointer |
TO_VECTOR, |
|
|
real(sp), intent(in) |
ALPHA, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Copies alpha times a single precision distributed vector to another distributed vector.
- Parameters
-
| from_vector | A pointer to the distributed vector to copy from |
| to_vector | A pointer to the distributed vector to copy to |
[in] | alpha | The multiplicative factor for the copy. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 6024 of file distributed_matrix_vector.f90.