GEOMPACK
Source Files
Modules
Procedures
r8vec_lt
Function
19 statements
Source File
r8vec_lt.f90
r8vec_lt
Contents
Variables
i
function r8vec_lt(n, a1, a2)
*
*
*
*
*
*
*
*
*
*
*
*80
R8VEC_LT == ( A1 < A2 ) for R8VEC's.
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=4)
::
n
real(kind=8)
::
a1
(n)
real(kind=8)
::
a2
(n)
Return Value
logical
Variables
Type
Visibility
Attributes
Name
Initial
integer(kind=4),
public
::
i