Mercurial > repos > public > sbplib_julia
view docs/src/submodules/grids.md @ 1529:43aaf710463e refactor/equidistant_grid/signature
Change to signature of equidistant_grid to same style as many array methods.
See for example Array{T}(undef, dims...), zeros(T, dims...), fill(a, dims...) and more.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 11 Apr 2024 22:31:04 +0200 |
parents | 126e169bb0b7 |
children |
line wrap: on
line source
# Grids ## Contents ```@contents Pages = ["grids.md"] ``` ## Index ```@index Pages = ["grids.md"] ``` ## Public interface ```@autodocs Modules = [Grids] Private = false # Hide unexported objects ``` ## Internal interface ```@autodocs Modules = [Grids] Public = false # Hide exported objects ```