table of contents
/home/abuild/rpmbuild/BUILD/lapack-3.12.0/BLAS/TESTING/sblat1.f(3) | Library Functions Manual | /home/abuild/rpmbuild/BUILD/lapack-3.12.0/BLAS/TESTING/sblat1.f(3) |
NAME¶
/home/abuild/rpmbuild/BUILD/lapack-3.12.0/BLAS/TESTING/sblat1.f
SYNOPSIS¶
Functions/Subroutines¶
program SBLAT1
SBLAT1 subroutine HEADER
subroutine CHECK0 (sfac)
subroutine CHECK1 (sfac)
subroutine CHECK2 (sfac)
subroutine CHECK3 (sfac)
subroutine STEST (len, scomp, strue, ssize, sfac)
subroutine STEST1 (scomp1, strue1, ssize, sfac)
real function SDIFF (sa, sb)
subroutine ITEST1 (icomp, itrue)
subroutine SB1NRM2 (n, incx, thresh)
Function/Subroutine Documentation¶
subroutine CHECK0 (real sfac)¶
Definition at line 129 of file sblat1.f.
subroutine CHECK1 (real sfac)¶
Definition at line 248 of file sblat1.f.
subroutine CHECK2 (real sfac)¶
Definition at line 367 of file sblat1.f.
subroutine CHECK3 (real sfac)¶
Definition at line 735 of file sblat1.f.
subroutine HEADER¶
Definition at line 95 of file sblat1.f.
subroutine ITEST1 (integer icomp, integer itrue)¶
Definition at line 1044 of file sblat1.f.
subroutine SB1NRM2 (integer n, integer incx, real thresh)¶
Definition at line 1088 of file sblat1.f.
program SBLAT1¶
SBLAT1
Purpose:
!> !> Test program for the REAL Level 1 BLAS. !> !> Based upon the original BLAS test routine together with: !> F06EAF Example Program Text !>
Author
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Definition at line 36 of file sblat1.f.
real function SDIFF (real sa, real sb)¶
Definition at line 1031 of file sblat1.f.
subroutine STEST (integer len, real, dimension(len) scomp, real, dimension(len) strue, real, dimension(len) ssize, real sfac)¶
Definition at line 944 of file sblat1.f.
subroutine STEST1 (real scomp1, real strue1, real, dimension(*) ssize, real sfac)¶
Definition at line 1003 of file sblat1.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Version 3.12.0 | LAPACK |