julia-paddedviews 0.5.11
Add virtual padding to the edges of an array
PaddedViews provides a simple wrapper type, PaddedView, to add "virtual" padding to any array without copying data. Edge values not specified by the array are assigned a fillvalue. Multiple arrays may be "promoted" to have common indices using the paddedviews function.
- Outputs:
out - Website: https://github.com/JuliaArrays/PaddedViews.jl
- Licenses: Expat
- Package source: gnu/packages/julia-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install julia-paddedviews 0.5.11 as follows:
guix install julia-paddedviews@0.5.11
Or install the latest version:
guix install julia-paddedviews
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.