.TH "INSTALL/test_zcomplexmult.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME INSTALL/test_zcomplexmult.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "program \fBzmul\fP" .br .RI "zmul tests the robustness and precision of the double complex multiplication " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "program zmul" .PP zmul tests the robustness and precision of the double complex multiplication .PP \fBAuthor\fP .RS 4 Weslley S\&. Pereira, University of Colorado Denver, U\&.S\&. .PP .nf Tests: (a) Inf inputs: (1) y = ( Inf + 0 * I) (2) y = (-Inf + 0 * I) (3) y = ( 0 + Inf * I) (4) y = ( 0 - Inf * I) (5) y = ( Inf + Inf * I) Tests: (a) 0 * y is NaN\&. (b) 1 * y is y is either y or NaN\&. (c) y * y is either Inf or NaN (cases 1 and 3), either -Inf or NaN (cases 2 and 4), NaN (case 5)\&. (b) NaN inputs: (1) y = (NaN + 0 * I) (2) y = (0 + NaN * I) (3) y = (NaN + NaN * I) Tests: (a) 0 * y is NaN\&. (b) 1 * y is NaN\&. (c) y * y is NaN\&. .fi .PP .RE .PP .PP Definition at line \fB44\fP of file \fBtest_zcomplexmult\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.