dblat1.f - Man Page

BLAS/TESTING/dblat1.f

Synopsis

Functions/Subroutines

program dblat1
DBLAT1
subroutine header
subroutine check0 (sfac)
subroutine check1 (sfac)
subroutine check2 (sfac)
subroutine check3 (sfac)
subroutine stest (len, scomp, strue, ssize, sfac)
subroutine testdsdot (scomp, strue, ssize, sfac)
subroutine stest1 (scomp1, strue1, ssize, sfac)
double precision function sdiff (sa, sb)
subroutine itest1 (icomp, itrue)
subroutine db1nrm2 (n, incx, thresh)

Function/Subroutine Documentation

subroutine check0 (double precision sfac)

Definition at line 129 of file dblat1.f.

subroutine check1 (double precision sfac)

Definition at line 248 of file dblat1.f.

subroutine check2 (double precision sfac)

Definition at line 367 of file dblat1.f.

subroutine check3 (double precision sfac)

Definition at line 733 of file dblat1.f.

subroutine db1nrm2 (integer n, integer incx, double precision thresh)

Definition at line 1137 of file dblat1.f.

program dblat1

DBLAT1

Purpose:

    Test program for the DOUBLE PRECISION Level 1 BLAS.

    Based upon the original BLAS test routine together with:
    F06EAF Example Program Text
Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 36 of file dblat1.f.

subroutine header

Definition at line 95 of file dblat1.f.

subroutine itest1 (integer icomp, integer itrue)

Definition at line 1093 of file dblat1.f.

double precision function sdiff (double precision sa, double precision sb)

Definition at line 1080 of file dblat1.f.

subroutine stest (integer len, double precision, dimension(len) scomp, double precision, dimension(len) strue, double precision, dimension(len) ssize, double precision sfac)

Definition at line 942 of file dblat1.f.

subroutine stest1 (double precision scomp1, double precision strue1, double precision, dimension(*) ssize, double precision sfac)

Definition at line 1052 of file dblat1.f.

subroutine testdsdot (real scomp, real strue, real ssize, real sfac)

Definition at line 1001 of file dblat1.f.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Referenced By

The man pages check0(3), check3(3), db1nrm2(3), dblat1(3) and testdsdot(3) are aliases of dblat1.f(3).

Tue Nov 28 2023 12:08:41 Version 3.12.0 LAPACK