.TH "SRC/sladiv.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME SRC/sladiv.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBsladiv\fP (a, b, c, d, p, q)" .br .RI "\fBSLADIV\fP performs complex division in real arithmetic, avoiding unnecessary overflow\&. " .ti -1c .RI "subroutine \fBsladiv1\fP (a, b, c, d, p, q)" .br .ti -1c .RI "real function \fBsladiv2\fP (a, b, c, d, r, t)" .br .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine sladiv (real a, real b, real c, real d, real p, real q)" .PP \fBSLADIV\fP performs complex division in real arithmetic, avoiding unnecessary overflow\&. .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> SLADIV performs complex division in real arithmetic !> !> a + i*b !> p + i*q = --------- !> c + i*d !> !> The algorithm is due to Michael Baudin and Robert L\&. Smith !> and can be found in the paper !> !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIA\fP .PP .nf !> A is REAL !> .fi .PP .br \fIB\fP .PP .nf !> B is REAL !> .fi .PP .br \fIC\fP .PP .nf !> C is REAL !> .fi .PP .br \fID\fP .PP .nf !> D is REAL !> The scalars a, b, c, and d in the above expression\&. !> .fi .PP .br \fIP\fP .PP .nf !> P is REAL !> .fi .PP .br \fIQ\fP .PP .nf !> Q is REAL !> The scalars p and q in the above expression\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB90\fP of file \fBsladiv\&.f\fP\&. .SS "subroutine sladiv1 (real a, real b, real c, real d, real p, real q)" .PP Definition at line \fB176\fP of file \fBsladiv\&.f\fP\&. .SS "real function sladiv2 (real a, real b, real c, real d, real r, real t)" .PP Definition at line \fB215\fP of file \fBsladiv\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.