cart_to_polar_implementation Submodule


Uses

  • module~~cart_to_polar_implementation~~UsesGraph module~cart_to_polar_implementation cart_to_polar_implementation module~tools_math tools_math module~cart_to_polar_implementation->module~tools_math module~class_vector class_vector module~tools_math->module~class_vector module~class_psblas class_psblas module~tools_math->module~class_psblas module~class_vector->module~class_psblas module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Contents


Module Procedures

module procedure cart_to_polar module subroutine cart_to_polar(x, y, rho, theta, square)

$Id: cart_to_polar.f90 2469 2007-10-08 10:34:43Z sfilippo $

Read more…

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(in) :: x
real(kind=psb_dpk_), intent(in) :: y
real(kind=psb_dpk_), intent(out) :: rho
real(kind=psb_dpk_), intent(out) :: theta
logical, intent(in), optional :: square