SF_ARRAYS Module


Used by

  • module~~sf_arrays~~UsedByGraph module~sf_arrays SF_ARRAYS module~scifor SCIFOR module~scifor->module~sf_arrays module~sf_fft_fftpack SF_FFT_FFTPACK module~scifor->module~sf_fft_fftpack module~sf_stat SF_STAT module~scifor->module~sf_stat module~sf_fft_fftpack->module~sf_arrays module~sf_stat->module~sf_arrays

Functions

public function linspace(start, stop, num, istart, iend, mesh) result(array)

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: start
real(kind=8) :: stop
integer :: num
logical, optional :: istart
logical, optional :: iend
real(kind=8), optional :: mesh

Return Value real(kind=8), (num)

public function logspace(start, stop, num, base) result(array)

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: start
real(kind=8) :: stop
integer :: num
real(kind=8), optional :: base

Return Value real(kind=8), (num)

public function arange(start, num, iend) result(array)

Arguments

Type IntentOptional Attributes Name
integer :: start
integer :: num
logical, optional :: iend

Return Value integer, (num)

public function upminterval(start, stop, midpoint, p, q, type, base, mesh) result(array)

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: start
real(kind=8) :: stop
real(kind=8) :: midpoint
integer :: p
integer :: q
integer, optional :: type
real(kind=8), optional :: base
real(kind=8), optional :: mesh(2*P*Q+1)

Return Value real(kind=8), (2*p*q+1)

public function upmspace(start, stop, p, u, ndim, base, istart, iend, mesh) result(aout)

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: start
real(kind=8) :: stop
integer :: p
integer :: u
integer :: ndim
real(kind=8), optional :: base
logical, optional :: istart
logical, optional :: iend
real(kind=8), optional :: mesh(ndim)

Return Value real(kind=8), (ndim)

public function powspace(start, stop, num, base) result(array)

Arguments

Type IntentOptional Attributes Name
real(kind=8) :: start
real(kind=8) :: stop
integer :: num
real(kind=8), optional :: base

Return Value real(kind=8), (num)