LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
cblat1.f File Reference

Go to the source code of this file.

Functions/Subroutines

program cblat1
 CBLAT1 More...
 
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 cblat1 ( )

CBLAT1

Purpose:
    Test program for the COMPLEX Level 1 BLAS.
    Based upon the original BLAS test routine together with:

    F06GAF Example Program Text
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
April 2012

Definition at line 38 of file cblat1.f.

Here is the call graph for this function:

subroutine check1 ( real  SFAC)

Definition at line 118 of file cblat1.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine check2 ( real  SFAC)

Definition at line 319 of file cblat1.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine ctest ( integer  LEN,
complex, dimension(len)  CCOMP,
complex, dimension(len)  CTRUE,
complex, dimension(len)  CSIZE,
real  SFAC 
)

Definition at line 654 of file cblat1.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine header ( )

Definition at line 90 of file cblat1.f.

Here is the caller graph for this function:

subroutine itest1 ( integer  ICOMP,
integer  ITRUE 
)

Definition at line 685 of file cblat1.f.

Here is the caller graph for this function:

real function sdiff ( real  SA,
real  SB 
)

Definition at line 644 of file cblat1.f.

subroutine stest ( integer  LEN,
real, dimension(len)  SCOMP,
real, dimension(len)  STRUE,
real, dimension(len)  SSIZE,
real  SFAC 
)

Definition at line 563 of file cblat1.f.

Here is the caller graph for this function:

subroutine stest1 ( real  SCOMP1,
real  STRUE1,
real, dimension(*)  SSIZE,
real  SFAC 
)

Definition at line 619 of file cblat1.f.

Here is the call graph for this function:

Here is the caller graph for this function: