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

LARNV: returns a vector of n random complex numbers from a uniform or normal distribution. More...

Public Member Functions

pure subroutine clarnv (idist, iseed, n, x)
 
 la_clarnv
 
pure subroutine dlarnv (idist, iseed, n, x)
 
 la_dlarnv
 
 la_qlarnv
 
pure subroutine slarnv (idist, iseed, n, x)
 
 la_slarnv
 
 la_wlarnv
 
pure subroutine zlarnv (idist, iseed, n, x)
 
 la_zlarnv
 

Detailed Description

LARNV: returns a vector of n random complex numbers from a uniform or normal distribution.

Member Function/Subroutine Documentation

◆ clarnv()

pure subroutine la_lapack::larnv::clarnv ( integer(ilp), intent(in)  idist,
integer(ilp), dimension(4), intent(inout)  iseed,
integer(ilp), intent(in)  n,
complex(sp), dimension(*), intent(out)  x 
)

◆ dlarnv()

pure subroutine la_lapack::larnv::dlarnv ( integer(ilp), intent(in)  idist,
integer(ilp), dimension(4), intent(inout)  iseed,
integer(ilp), intent(in)  n,
real(dp), dimension(*), intent(out)  x 
)

◆ la_clarnv()

la_lapack::larnv::la_clarnv

◆ la_dlarnv()

la_lapack::larnv::la_dlarnv

◆ la_qlarnv()

la_lapack::larnv::la_qlarnv

◆ la_slarnv()

la_lapack::larnv::la_slarnv

◆ la_wlarnv()

la_lapack::larnv::la_wlarnv

◆ la_zlarnv()

la_lapack::larnv::la_zlarnv

◆ slarnv()

pure subroutine la_lapack::larnv::slarnv ( integer(ilp), intent(in)  idist,
integer(ilp), dimension(4), intent(inout)  iseed,
integer(ilp), intent(in)  n,
real(sp), dimension(*), intent(out)  x 
)

◆ zlarnv()

pure subroutine la_lapack::larnv::zlarnv ( integer(ilp), intent(in)  idist,
integer(ilp), dimension(4), intent(inout)  iseed,
integer(ilp), intent(in)  n,
complex(dp), dimension(*), intent(out)  x 
)

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