VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
cosspace
Function
8 statements
Source File
libMath_noBLAS.f90
libMath
cosspace
Contents
public function cosspace(xstart, xend, nx) result(xout)
Return cossine-spaced array over a specified interval
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
xstart
real(kind=dp),
intent(in)
::
xend
integer,
intent(in)
::
nx
Return Value
real(kind=dp), dimension(nx)