This package browser is in early development. Mind the rough edges.

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.

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.