Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
Return a list of unique indices after normalizing to the interval [0,max].
Resolve the output ndarray data type for a unary function.
Transform a list of array argument data types into a list of signatures.
stand-alone library of threejs examples
Return a view of an input ndarray.
Return the real component of a single-precision complex floating-point number.
Fill a one-dimensional single-precision floating-point ndarray with linearly spaced values over a specified interval.
List of input ndarray casting policies.
Test if an input value is a supported input ndarray casting policy.
Return the imaginary component of a single-precision complex floating-point number.
Array constructors.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Reorder ndarray dimensions and associated strides for loop interchange.
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Detect native Symbol.toStringTag support.
Return the current working directory.
Detect native Float32Array support.
Test if an object has a specified property.
Define (or modify) an object property.
Convert a scalar value to a zero-dimensional ndarray.