|
grid_tools 1.14.0
|
Public Member Functions | |
| subroutine | zmobiusi (aa, bb, cc, dd, zz, infz, zw, infw) |
| Perform the inverse of the mobius transformation with coefficients, {aa,bb,cc,dd}. | |
| subroutine pmat4::mobiusi::zmobiusi | ( | complex(dpc), intent(in) | aa, |
| complex(dpc), intent(in) | bb, | ||
| complex(dpc), intent(in) | cc, | ||
| complex(dpc), intent(in) | dd, | ||
| complex(dpc), intent(in) | zz, | ||
| logical, intent(in) | infz, | ||
| complex(dpc), intent(out) | zw, | ||
| logical, intent(out) | infw ) |
Perform the inverse of the mobius transformation with coefficients, {aa,bb,cc,dd}.
| [in] | aa | inverse Mobius transformation coefficient |
| [in] | bb | inverse Mobius transformation coefficient |
| [in] | cc | inverse Mobius transformation coefficient |
| [in] | dd | inverse Mobius transformation coefficient |
| [in] | zz | complex input argument |
| [in] | infz | logical indicator for zz the point at infinity |
| [out] | zw | complex output argument |
| [out] | infw | logical indicator for zw the point at infinity |
Definition at line 2335 of file pmat4.f90.
References pmat4::zmobius().