LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
secondtst.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __secondtst.f__
 SECONDTST More...
 
subroutine mysub (N, X, Y)
 

Function/Subroutine Documentation

program __secondtst.f__ ( )

SECONDTST

Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 33 of file secondtst.f.

33  INTEGER nmax, its

Here is the call graph for this function:

subroutine mysub ( integer  N,
real, dimension(n)  X,
real, dimension(n)  Y 
)

Definition at line 117 of file secondtst.f.

117  INTEGER n
118  REAL x(n), y(n)
119  RETURN