table of contents
other versions
- wheezy 3.4.1+dfsg-1+deb70u1
- jessie 3.5.0-4
- jessie-backports 3.7.0-1~bpo8+1
- testing 3.7.0-2
- unstable 3.7.0-2
sladiv.f(3) | LAPACK | sladiv.f(3) |
NAME¶
sladiv.f -SYNOPSIS¶
Functions/Subroutines¶
subroutine sladiv (A, B, C, D, P, Q)
Function/Subroutine Documentation¶
subroutine sladiv (realA, realB, realC, realD, realP, realQ)¶
SLADIV Purpose:SLADIV performs complex division in real arithmetic a + i*b p + i*q = --------- c + i*d The algorithm is due to Robert L. Smith and can be found in D. Knuth, The art of Computer Programming, Vol.2, p.195
A
B
C
D
P
Q
Author:
A is REAL
B is REAL
C is REAL
D is REAL The scalars a, b, c, and d in the above expression.
P is REAL
Q is REAL The scalars p and q in the above expression.
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
November 2011
Author¶
Generated automatically by Doxygen for LAPACK from the source code.Sun May 26 2013 | Version 3.4.1 |