@stdlib/array-float64
Float64Array.
Found 469 results for stdtypes
Float64Array.
Uint8Array.
Single-precision complex number functions.
Double-precision complex number functions.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Number constructor.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Float32Array.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return the real and imaginary components of a single-precision complex floating-point number.
Buffer.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Return the real and imaginary components of a double-precision complex floating-point number.
Uint32Array.
Uint16Array.
Create a double-precision floating-point number from a higher order word and a lower order word.
Allocate a buffer containing a provided string.
128-bit complex number.
Symbols.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
64-bit complex number.
Int8Array.
Return the real and imaginary components of a single-precision complex floating-point number.
Return the real and imaginary components of a double-precision complex floating-point number.
Set the more significant 32 bits of a double-precision floating-point number.
Create a zero-filled generic array.
Set the less significant 32 bits of a double-precision floating-point number.
Maximum length for a typed array.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Create a filled generic array.
Int16Array.
Arrays.
Copy buffer data to a new Buffer instance.
Int32Array.
Complex numbers.
Multidimensional arrays.
Uint8ClampedArray.
Complex128Array.
Maximum length for a generic array.
Convert an array-like object to an object likely to have the same "shape".
Complex64Array.
Return a JSON representation of a typed array.
Return the data type of an array.
List of ndarray data types.
Copy enumerable own properties from one or more source objects to a target object.
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
List of ndarray orders.
Restrict an index to the interval [0,max].
Test if an array contains a provided search value.
Return the enumeration constant associated with an ndarray data type string.
List of ndarray index modes.
BigInts.
Return the single letter character abbreviation for an underlying array data type.
Default array settings.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return the data type string associated with an ndarray data type enumeration constant.
Return the number of bytes per element provided an underlying array data type.
Return the data type string associated with a supported ndarray data type value.
DataView.
BLAS memory layouts.
Test if an input value is a supported ndarray index mode.
Given a stride array, determine array iteration order.
ArrayBuffer.
Determine the order of a multidimensional array based on a provided stride array.
Base multidimensional array.
Default ndarray settings.
Return an index given an index mode.
Test if an input value is an ndarray order.
Return the number of elements in an array.
Normalize an index to the interval [0,max].
Test if an input value is a supported ndarray data type.
Wrap an index on the interval [0,max].
Determine if a buffer length is compatible with provided ndarray meta data.
Multidimensional array constructor.
Convert a linear index to an array of subscripts.
Convert an ndarray buffer to a generic array.
Array constructors.
List of array data types.
Create a filled generic array according to a provided callback function.
Determine (nested) array dimensions.
Return element accessors for a provided array-like object.
Return the data type of a complex number.
BooleanArray.
BLAS matrix triangles.
Complex number constructors.
Errors.
Allocate a buffer having a specified number of bytes.
Generate a stride array from an array shape.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return the underlying data buffer of a provided ndarray.
Return the number of ndarray dimensions.
BLAS operation sides.
BLAS diagonal element types.
List of complex number data types.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
BLAS transpose operations.
Return the strides of a provided ndarray.
Create a contiguous linear ndarray data buffer.
ndarray data buffer constructors.
Copy the elements of an indexed array-like object to a new generic array.
Create a zero-filled array having a specified length.
Return the layout order of a provided ndarray.
Return the shape of a provided ndarray.
Return the shape of a provided ndarray.
Floating-point typed array constructors.
Return the underlying data buffer of a provided ndarray.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the strides of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Convert an ndarray to a generic array.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return the data type of a provided ndarray.
Return the layout order of a provided ndarray.
Typed array constructors.
Return a string created by joining array elements using a specified separator.
Return the data type of an ndarray data buffer.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
List of ndarray casting modes.
Return the data type of a provided ndarray.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Create an uninitialized array having a specified length.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return the stride along a specified dimension for a provided ndarray.
Return the number of ndarray dimensions.
Wrap a function and casts a function's return value to a complex number.
Test if an input value is a supported array complex-valued floating-point data type.
Create a filled array according to a provided callback function.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported array boolean data type.
Resolve a loop block size for multi-dimensional array tiled loops.
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
Return the enumeration constant associated with a supported ndarray data type value.
Test if an input value is a supported ndarray casting mode.
Test if an input value is a supported ndarray complex-valued floating-point data type.
List of strided array data types.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Test if an input value is a supported ndarray real-valued data type.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Test if an input value is a supported ndarray floating-point data type.
Multidimensional arrays.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Test whether all elements in an array pass a test implemented by a predicate function.
Copy the elements of an array-like object to a new generic array.
Return the flags of a provided ndarray.
Test if an ndarray is read-only.
Return a specified flag for a provided ndarray.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Test if an input value is a supported ndarray unsigned integer data type.
Create a zero-filled ndarray having a specified shape and data type.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Create an uninitialized ndarray having a specified shape and data type.
Test if an input value is a supported ndarray signed integer data type.
Create a typed array.
Determine the minimum array data type for storing a provided signed integer value.
List of output ndarray data type policies.
Test if an input value is a supported ndarray real-valued floating-point data type.
Convert a scalar value to a zero-dimensional ndarray.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Slice constructor.
Test if an input value is a supported ndarray integer data type.
Create a generic array filled with ones.
Test if an input value is a supported ndarray numeric data type.
Test if an input value is a supported array real-valued data type.
Create an uninitialized ndarray having a specified shape and data type.
Test if an input value is a supported array signed integer data type.
Test if an input value is a supported array real-valued floating-point data type.
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Test if two arrays have the same values.
Reverse an array in-place.
Resolve a loop block size for multi-dimensional array tiled loops.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Broadcast an ndarray to a specified shape.
Given a stride array, determine whether an array is row-major.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve the output ndarray data type for a unary function.
Return the index of the first element which equals a provided search element.
Test if an input value is a BLAS memory layout.
Multi-slice constructor.
Group element indices as arrays associated with distinct keys.
Bitwise rotation to the right.
Return the description for a provided data type.
Create a filled array having a specified length.
Create a complex number.
Return the enumeration constant associated with a strided array data type string.
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Group elements as arrays associated with distinct keys.
Group element entries as arrays associated with distinct keys.
Create an iterator from an array-like object.
Convert a linear index to an array of subscripts.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Return the data type string associated with a supported strided array data type value.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Create an array filled with ones and having a specified length.
Broadcast a scalar value to an ndarray having a specified shape.
Return a view of an input ndarray.
Return the data type string associated with a strided array data type enumeration constant.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
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.
Count the number of falsy elements in an array.
Create a filled array.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Test if an input value is a supported ndarray boolean data type.
Assign element values from a broadcasted input array to corresponding elements in an output array.
Convert an array to an array of a different data type.
Transform a list of array argument data types into a list of signatures.
Create a zero-filled ndarray having a specified shape and data type.
Return a list of array data types to which a provided array data type can be safely cast.
Array index constructor.
Convert a scalar value to a zero-dimensional ndarray.
Create a single-element array containing a provided scalar value.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
List of complex typed array data types.
List of typed array data types.
Count the number of truthy elements in an array.
Determine if an array data type can be safely cast to another array data type.
Create an array filled with NaNs and having a specified length.
Allocate a buffer using an octet array.
Return a shallow copy of a portion of an array.
Complex typed array constructors.
Return the enumeration constant associated with a supported strided array data type value.
Test if an input value is a supported array unsigned integer data type.
Convert an array to an object supporting fancy indexing.
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
Determine if an array is row-major contiguous.
Serialize ndarray meta data.
Return the C data type associated with a provided data type value.
Determine if an array is column-major contiguous.
Return a string giving the literal bit representation of a double-precision floating-point number.
C API for returning the ndarray data type corresponding to a Node-API typed array type.
Define non-enumerable read-only properties which expose ndarray function meta data.
Broadcast array shapes to a single shape.
Return a truncated view of an input ndarray.
Compute the maximum linear index in an underlying data buffer accessible to an array view.
Return a shifted view of an input ndarray.
Return the number of non-singleton dimensions.
Return the data type string associated with a provided single letter abbreviation.
Determine if an array is compatible with a single memory segment.
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Convert subscripts to a linear index.
Create a filled four-dimensional nested array according to a provided callback function.
Revive a JSON-serialized 64-bit complex number.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.