typed-array
There are 168 repositories under typed-array topic.
mmomtchev/exprtk.js
Node.js bindings for the Mathematical Expression Toolkit
stdlib-js/ndarray
Multidimensional arrays.
ArrayIterator/TypedArray
TypedArrays ES-2015 Php Implementation
stdlib-js/array
Arrays.
stdlib-js/array-complex64
Complex64Array.
stdlib-js/array-pool
Typed array pool.
stdlib-js/ndarray-array
Multidimensional arrays.
stdlib-js/array-shared-buffer
SharedArrayBuffer.
stdlib-js/array-to-json
Return a JSON representation of a typed array.
stdlib-js/assert-has-float32array-support
Detect native Float32Array support.
stdlib-js/assert-has-int16array-support
Detect native Int16Array support.
stdlib-js/assert-has-int8array-support
Detect native Int8Array support.
stdlib-js/assert-has-uint32array-support
Detect native Uint32Array support.
stdlib-js/ndarray-base-ctor
Base multidimensional array.
stdlib-js/ndarray-ctor
Multidimensional array constructor.
stdlib-js/streams-node-from-array
Create a readable stream from an array-like object.
stdlib-js/utils-append
Add elements from one collection to the end of another collection.
stdlib-js/utils-prepend
Add elements from one collection to the beginning of another collection.
stdlib-js/utils-push
Add one or more elements to the end of a collection.
stdlib-js/array-base
Base (i.e., lower-level) array utilities.
stdlib-js/array-bool
BooleanArray.
stdlib-js/array-buffer
ArrayBuffer.
stdlib-js/array-dataview
DataView.
stdlib-js/array-ones
Create an array filled with ones and having a specified length.
stdlib-js/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
stdlib-js/array-typed-complex
Create a complex number typed array.
stdlib-js/array-typed-complex-ctors
Complex typed array constructors.
stdlib-js/array-typed-float-ctors
Floating-point typed array constructors.
stdlib-js/array-typed-integer-ctors
Integer-valued typed array constructors.
stdlib-js/array-typed-real-ctors
Typed array constructors.
stdlib-js/array-zeros
Create a zero-filled array having a specified length.
stdlib-js/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
stdlib-js/assert-has-bigint64array-support
Detect native BigInt64Array support.
stdlib-js/assert-has-biguint64array-support
Detect native BigUint64Array support.
stdlib-js/ndarray-fancy
Fancy multidimensional array constructor.
stdlib-js/utils-unshift
Add one or more elements to the beginning of a collection.