julia-mappedarrays 0.4.1
Propagated dependencies: julia-fixedpointnumbers@0.8.5
Channel: guix
Licenses: Expat
Synopsis: Lazy in-place transformations of arrays
Description:
This package implements "lazy" in-place elementwise transformations of arrays for the Julia programming language. Explicitly, it provides a "view" M of an array A so that M[i] = f(A[i])
for a specified (but arbitrary) function f, without ever having to compute M explicitly (in the sense of allocating storage for M). The name of the package comes from the fact that M == map(f, A)
.
Total results: 1