Array4D Module

Functions and values

Function or value Description

map mapping array

Full Usage: map mapping array

Parameters:
    mapping : 'a -> 'b
    array : 'a[,,,]

Returns: 'b[,,,]

Builds a new array whose elements are the results of applying the given function to each of the elements of the array.

mapping : 'a -> 'b
array : 'a[,,,]
Returns: 'b[,,,]

© Copyright 2021, DiffSharp Contributors.