◆ array_to_vector()
subroutine vectors::assignment(=)::array_to_vector |
( |
type (vector), intent(out) |
vec_result, |
|
|
real, dimension(3), intent(in) |
array |
|
) |
| |
◆ point_to_vector()
subroutine vectors::assignment(=)::point_to_vector |
( |
type (vector), intent(out) |
vec_result, |
|
|
type (point), intent(in) |
point_source |
|
) |
| |
◆ vector_to_array()
subroutine vectors::assignment(=)::vector_to_array |
( |
real, dimension(3), intent(out) |
array_result, |
|
|
type (vector), intent(in) |
vec_1 |
|
) |
| |
◆ vector_to_vector()
subroutine vectors::assignment(=)::vector_to_vector |
( |
type (vector), intent(out) |
vec_result, |
|
|
type (vector), intent(in) |
vec_source |
|
) |
| |
The documentation for this interface was generated from the following file: