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