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

Go to the source code of this file.

Functions/Subroutines

program __dsecndtst.f__
 DSECNDTST More...
 
subroutine mysub (N, X, Y)
 

Function/Subroutine Documentation

program __dsecndtst.f__ ( )

DSECNDTST

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

Definition at line 37 of file dsecndtst.f.

37  INTEGER nmax, its

Here is the call graph for this function:

subroutine mysub ( integer  N,
double precision, dimension(n)  X,
double precision, dimension(n)  Y 
)

Definition at line 121 of file dsecndtst.f.

121  INTEGER n
122  DOUBLE PRECISION x(n), y(n)
123  RETURN

Here is the caller graph for this function: