CBLAS/testing/c_cblat1.f(3) Library Functions Manual NAME CBLAS/testing/c_cblat1.f SYNOPSIS Functions/Subroutines program ccblat1 subroutine header subroutine check1 (sfac) subroutine check2 (sfac) subroutine stest (len, scomp, strue, ssize, sfac) subroutine stest1 (scomp1, strue1, ssize, sfac) real function sdiff (sa, sb) subroutine ctest (len, ccomp, ctrue, csize, sfac) subroutine itest1 (icomp, itrue) Function/Subroutine Documentation program ccblat1 Definition at line 1 of file c_cblat1.f. subroutine check1 (real sfac) Definition at line 76 of file c_cblat1.f. subroutine check2 (real sfac) Definition at line 277 of file c_cblat1.f. subroutine ctest (integer len, complex, dimension(len) ccomp, complex, dimension(len) ctrue, complex, dimension(len) csize, real sfac) Definition at line 612 of file c_cblat1.f. subroutine header Definition at line 48 of file c_cblat1.f. subroutine itest1 (integer icomp, integer itrue) Definition at line 643 of file c_cblat1.f. real function sdiff (real sa, real sb) Definition at line 602 of file c_cblat1.f. subroutine stest (integer len, real, dimension(len) scomp, real, dimension(len) strue, real, dimension(len) ssize, real sfac) Definition at line 522 of file c_cblat1.f. subroutine stest1 (real scomp1, real strue1, real, dimension(*) ssize, real sfac) Definition at line 577 of file c_cblat1.f. Author Generated automatically by Doxygen for LAPACK from the source code. LAPACK Version 3.12.0 CBLAS/testing/c_cblat1.f(3)