@stdlib/array-base-filled4d-by
Create a filled four-dimensional nested array according to a provided callback function.
Found 469 results for stdtypes
Create a filled four-dimensional nested array according to a provided callback function.
Create a zero-filled two-dimensional nested array.
Create a filled three-dimensional nested array according to a provided callback function.
Broadcast a scalar value to an ndarray having a specified shape.
Create a filled five-dimensional nested array according to a provided callback function.
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Create a zero-filled five-dimensional nested array.
Return a read-only view of an input ndarray.
Create a zero-filled four-dimensional nested array.
Group element indices as arrays associated with distinct keys.
Determine if an array is row-major contiguous.
Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
Complex typed array constructors.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the data type string associated with a provided single letter abbreviation.
Determine if an array data type can be safely cast to another array data type.
Revive a JSON-serialized 64-bit complex number.
Return a list of array data types to which a provided array data type can be safely cast.
Return a string giving the literal bit representation of a single-precision floating-point number.
Reorder ndarray dimensions and associated strides for loop interchange.
Assign element values from a broadcasted input array to corresponding elements in an output array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a list of binary interface signatures from strided array data types.
Count the number of falsy elements in an array.
Create a zero-filled ndarray having a specified shape and data type.
Determine if an array is column-major contiguous.
Determine if an array is contiguous.
Assign callbacks to binary interfaces according to type promotion rules.
Return the description for a provided data type.
List of typed array real-valued floating-point data types.
Determine if an array is compatible with a single memory segment.
Return the C data type associated with a provided data type value.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Test if an input value is a supported ndarray boolean data type.
Convert an array to an object supporting fancy indexing.
Return an integer corresponding to the significand of a single-precision floating-point number.
Create an array filled with NaNs and having a specified length.
Broadcast array shapes to a single shape.
Define non-enumerable read-only properties which expose ndarray function meta data.
Create a single-element array containing a provided scalar value.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Given a stride array, determine whether an array is column-major.
Count the number of truthy elements in an array.
Create a single-precision floating-point number from a literal bit representation.
Array index constructor.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Return a shallow copy of a portion of an array.
Return the number of singleton dimensions.
Return a string giving the literal bit representation of an unsigned 32-bit integer.
Test if an input value is a supported array unsigned integer data type.
Serialize ndarray meta data.
Compute the maximum linear index in an underlying data buffer accessible to an array view.
Create a filled n-dimensional nested array.
Wrap a function accepting complex number arguments to support providing both real and complex numbers.
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
Broadcast ndarrays to a common shape.
Determine if a buffer length is compatible with a provided shape array.
Convert a single-precision floating-point number to a signed 32-bit integer.
Base ndarray assertion utilities.
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Base double-precision floating-point number assert functions.
Remove singleton dimensions.
Return a string giving the literal bit representation of an unsigned 8-bit integer.
List of typed array real-valued data types.
Return the number of elements in an ndarray.
Typed array constructors.
Return a shifted view of an input ndarray along a specific dimension.
Prepend singleton dimensions.
Convert a double-precision floating-point number to a signed 32-bit integer.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Convert subscripts to a linear index.
Count the number of elements in an array that are equal to a specified value.
Create an iterator from a sparse array-like object.
List of complex typed array data types.
Transpose a matrix (or a stack of matrices).
Base ndarray.
Array constants.
Test if an input value is a BLAS matrix triangle.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Return a view of an input ndarray in which the order of elements along each dimension is reversed.
Return a shifted view of an input ndarray.
Create a three-dimensional nested array filled with ones.
Base utilities for double-precision floating-point numbers.
Allocate a buffer from an ArrayBuffer.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Count the number of elements in an array which pass a test implemented by a predicate function.
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Return the array data type with the smallest size and closest kind to which array data types can be safely cast.
Create a four-dimensional nested array filled with ones.
Return the enumeration constant associated with a BLAS matrix triangle.
Return a truncated view of an input ndarray.
Return the policy string associated with a supported ndarray data type policy value.
Split element indices into two groups according to a predicate function.
Return the first element of an array-like object.
Test if an input value is a supported array data type.
Test whether all elements in an array are truthy.
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.
Test whether all elements in an array are falsy.
Broadcast ndarrays to a common shape.
Create a zero-filled n-dimensional nested array.
SharedArrayBuffer.
Create (or fill) an array from an iterator.
Create an unsigned 16-bit integer from a literal bit representation.
Base utilities for single-precision floating-point numbers.
Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.
Real-valued floating-point typed array constructors.
Create a double-precision floating-point number from a literal bit representation.
List of typed array data types.
Return the enumeration constant associated with a supported ndarray data type policy value.
Count the number of elements in an array that are equal to a specified value.
Generate a list of masked unary interface signatures from strided array data types.
Return the number of non-singleton dimensions.
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Return a truncated view of an input ndarray along a specific dimension.
Base complex number assert functions.
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Split element values into two groups according to a predicate function.
Create an n-dimensional nested array filled with ones.
Return the enumeration constant associated with an output ndarray data type policy string.
Test if an input value is a supported array integer data type.
Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
Return a list of array data types to which a provided array data type can be safely cast or cast within the same kind.
Return a view of an input ndarray when sliced along a specified dimension.
Broadcast an ndarray to a specified shape.
Cumulatively test whether at least one element in a provided array is truthy.
Fancy multidimensional array constructor.
Base utilities for signed 32-bit integers.
Base (i.e., lower-level) single-precision complex number functions.
Split array element indices into two groups.
Cumulatively test whether every element in a provided array is truthy.
Split array element entries into two groups.
Bitwise rotation to the left.
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return the next larger ndarray data type of the same kind.
Return the last element of an array-like object.
Base (i.e., lower-level) array utilities.
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Create an iterator which iterates over each matrix in a stack of matrices.
Error tools.
Revive a JSON-serialized number.
Test if an input value is a supported array floating-point data type.
Test if an input value is a supported array numeric data type.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Convert subscripts to a linear index.
Return a read-only shifted view of an input ndarray along a specific dimension.
List of typed array signed integer data types.
Unsigned integer typed array constructors.
Return a new array with elements in reverse order.
Test if an input value is a BLAS transpose operation.
Base (i.e., lower-level) double-precision complex number functions.
Create a filled n-dimensional nested array according to a provided callback function.
Split array element values into two groups.
Return the data type string associated with an ndarray data type enumeration constant.
Create an iterator which returns individual elements from a provided ndarray.
Return a view of an input ndarray in which the order of elements along the last dimension is reversed.
Test whether at least one element in an array is truthy.
Test if an input value is a BLAS diagonal type.
Return an ndarray element.
Create a two-dimensional nested array filled with ones.
Revive a JSON-serialized Buffer.
Return the data type enumeration constant of an ndarray data buffer.
Split element entries into two groups according to a predicate function.
Create a filled array having the same length and data type as a provided array.
Group element values according to an indicator function.
Base double-precision floating-point number assert functions.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Create an array filled with ones and having the same length and data type as a provided array.
Determine the minimum array data type for storing a provided unsigned integer value.
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Return a JSON representation of a number.
Return the index of the last element which equals a provided search element.
Create an uninitialized array having the same length and data type as a provided array.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.
Generate a list of unary interface signatures from strided array data types.
Create an unsigned 8-bit integer from a literal bit representation.
Signed integer typed array constructors.
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
Group element entries according to an indicator function.
Parses a string representing a complex number into a complex like object.
Return a JSON representation of a Buffer.
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Create an iterator from an array-like object, iterating from right to left.
Create an unsigned 32-bit integer from a literal bit representation.
Group element indices according to an indicator function.
Return a shallow copy of a portion of an array.
Copy elements to a new generic array after removing consecutive duplicated values.
Create a five-dimensional nested array filled with ones.
Revive a JSON-serialized typed array.
Create an iterator which iterates over each row in a matrix (or stack of matrices).
List of typed array floating-point data types.
Utilities for single-precision floating-point numbers.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Remove consecutive duplicated values.
Test whether at least one element in an array passes a test implemented by a predicate function.
Test whether all elements in an array fail a test implemented by a predicate function.
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
Assign callbacks to masked unary interfaces according to type promotion rules.
Integer-valued typed array constructors.
Return a string giving the literal bit representation of an unsigned 16-bit integer.
Create an iterator from an array-like object view.
Create an iterator which converts each iterated ndarray to a generic array.
Base (i.e., lower-level) complex number functions.
Create an iterator from a sparse array-like object, iterating from right to left.
List of typed array integer data types.
Create a typed array.
Utilities for unsigned 16-bit integers.
Return a read-only truncated view of an input ndarray along a specific dimension.
List of typed array unsigned integer data types.
Multidimensional array iterators.
Create an iterator from a strided array-like object.
Return the flags of a provided ndarray.
Convert an array to the same data type as a second input array.
Typed array pool.
Broadcast ndarrays to a common shape.
Utilities for double-precision floating-point numbers.
Base BLAS assertion utilities.
Test if an input value is a BLAS operation side.
Broadcast ndarrays to a common shape.
Revive a JSON-serialized complex number.
Assign callbacks to unary interfaces according to type promotion rules.
Return the stride along a specified dimension for a provided ndarray.
Base utilities for unsigned 16-bit integers.
Base utilities for unsigned 8-bit integers.
Return a specified flag for a provided ndarray.
Utilities for unsigned 32-bit integers.
Return a shallow copy of a portion of an array.
Utilities for unsigned 8-bit integers.
C API for returning the ndarray data type corresponding to a data type string.
Create a zero-filled array having the same length and data type as a provided array.
Return a read-only shifted view of an input ndarray.
Base utilities for unsigned 32-bit integers.
Create an array filled with NaNs and having the same length and data type as a provided array.
Create a complex number typed array.
Return the next larger array data type of the same kind.
Create an iterator from an array-like object view, iterating from right to left.
Cumulatively test whether every element in a provided array is falsy.
Return a read-only view of an input ndarray when sliced along a specified dimension.
Utilities for signed 32-bit integers.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Return a read-only truncated view of an input ndarray.