Companion
object Companion
Functions
Link copied to clipboard
Concatenates the given arrays along the specified axis.
Link copied to clipboard
Creates a 2D diagonal matrix from the given values.
Link copied to clipboard
Creates a 2D identity matrix of the given size.
Link copied to clipboard
Creates a new array with the specified shape.
Creates a new flat array with the specified size and initializes it with the given function.
Creates a new 2D array with the specified shape and initializes it with the given function.
Creates a new 3D array with the specified shape and initializes it with the given function.
Link copied to clipboard
Creates an array with a linear range of values.
Link copied to clipboard
Creates a new flat array from the given values.
Link copied to clipboard
Creates a new array from the given list of rows.
Link copied to clipboard
Creates an array of the given shape with random values. The values are uniformly distributed between 0 (inclusive) and 1 (exclusive).