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...
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.
◆ 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: