fortran-lapack
Loading...
Searching...
No Matches
la_lapack::laruv Interface Reference

LARUV: returns a vector of n random real numbers from a uniform (0,1) distribution (n <= 128). This is an auxiliary routine called by DLARNV and ZLARNV. More...

Public Member Functions

pure subroutine dlaruv (iseed, n, x)
 
 la_dlaruv
 
 la_qlaruv
 
pure subroutine slaruv (iseed, n, x)
 
 la_slaruv
 

Detailed Description

LARUV: returns a vector of n random real numbers from a uniform (0,1) distribution (n <= 128). This is an auxiliary routine called by DLARNV and ZLARNV.

Member Function/Subroutine Documentation

◆ dlaruv()

pure subroutine la_lapack::laruv::dlaruv ( integer(ilp), dimension(4), intent(inout)  iseed,
integer(ilp), intent(in)  n,
real(dp), dimension(n), intent(out)  x 
)

◆ la_dlaruv()

la_lapack::laruv::la_dlaruv

◆ la_qlaruv()

la_lapack::laruv::la_qlaruv

◆ la_slaruv()

la_lapack::laruv::la_slaruv

◆ slaruv()

pure subroutine la_lapack::laruv::slaruv ( integer(ilp), dimension(4), intent(inout)  iseed,
integer(ilp), intent(in)  n,
real(sp), dimension(n), intent(out)  x 
)

The documentation for this interface was generated from the following file: