Cartesius Library
vectors::assignment(=) Interface Reference

Public Member Functions

subroutine array_to_vector (vec_result, array)
 
subroutine vector_to_array (array_result, vec_1)
 
subroutine vector_to_vector (vec_result, vec_source)
 
subroutine point_to_vector (vec_result, point_source)
 

Member Function/Subroutine Documentation

◆ 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: