ArrayND Module

Functions and values

Function or value Description

init shape f

Full Usage: init shape f

Parameters:
    shape : int[]
    f : int[] -> 'T

Returns: obj

Initializes an array with a given shape and initializer function.

shape : int[]
f : int[] -> 'T
Returns: obj

zeroCreate shape

Full Usage: zeroCreate shape

Parameters:
    shape : int[]

Returns: Array

Initializes an array with a given shape and initializer function.

shape : int[]
Returns: Array

© Copyright 2021, DiffSharp Contributors.