NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
grids.f90 File Reference

Modules

module  grids
 This module provides convenience routines to create grids Description: Submodule Arrays.
 

Functions/Subroutines

real(dp) function, dimension(num), public linspace (start, end, num, endpoint, retstep)
 
real(dp) function, dimension(num), public logspace (start, end, num, endpoint, base)
 Makes a grid with numbers spaced evenly on a log scale.
 
real(dp) function, dimension(num), public geomspace (start, end, num, endpoint)
 Makes a grid with numbers spaced evenly on a log scale.
 
real(dp) function, dimension(num), public loglinspace (start, end, num, step, ratio)
 loglinspace Computes a grid that may behave as linearly or logarithmically spaced
 
integer function, dimension(:), allocatable, public arange (start, end, step)
 arange: Return evenly spaced integer values within a given interval
 

Detailed Description

Date
"2024-04-07 23:41:45"