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