TR-mbed 1.0
Loading...
Searching...
No Matches
Functions/Subroutines
cblat1.f File Reference

Functions/Subroutines

program cblat1
 CBLAT1
 
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

◆ cblat1()

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

◆ check1()

subroutine check1 ( real  sfac)

◆ check2()

subroutine check2 ( real  sfac)

◆ ctest()

subroutine ctest ( integer  len,
complex, dimension(len)  ccomp,
complex, dimension(len)  ctrue,
complex, dimension(len)  csize,
real  sfac 
)

◆ header()

subroutine header

◆ itest1()

subroutine itest1 ( integer  icomp,
integer  itrue 
)

◆ sdiff()

real function sdiff ( real  sa,
real  sb 
)

◆ stest()

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

◆ stest1()

subroutine stest1 ( real  scomp1,
real  strue1,
real, dimension(*)  ssize,
real  sfac 
)