stdlib-bot
@stdlib-bot
273
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
273 Skillsacross 4 categories@stdlib/iter-pipeline
stdlib-bot
Create an iterator pipeline.
@stdlib/iter-pipeline-thunk
stdlib-bot
Create an iterator thunk.
@stdlib/ml
stdlib-bot
Machine learning algorithms.
@stdlib/ml-incr
stdlib-bot
Incremental machine learning algorithms.
@stdlib/ml-incr-sgd-regression
stdlib-bot
Online regression via stochastic gradient descent (SGD).
@stdlib/ml-incr-binary-classification
stdlib-bot
Incrementally perform binary classification using stochastic gradient descent (SGD).
@stdlib/ml-incr-kmeans
stdlib-bot
Incrementally partition data into `k` clusters.
@stdlib/utils-async-function-sequence
stdlib-bot
Function sequence.
@stdlib/utils-function-sequence
stdlib-bot
Function sequence.
@stdlib/nlp
stdlib-bot
Natural language processing.
@stdlib/nlp-tokenize
stdlib-bot
Tokenize a string.
@stdlib/nlp-sentencize
stdlib-bot
Split a string into an array of sentences.
@stdlib/nlp-expand-contractions
stdlib-bot
Expand contractions.
@stdlib/nlp-porter-stemmer
stdlib-bot
Extract the stem of a given word.
@stdlib/nlp-lda
stdlib-bot
Latent Dirichlet Allocation via collapsed Gibbs sampling.
@stdlib/nlp-ordinalize
stdlib-bot
Convert an integer to an ordinal string (e.g., 1st, 2nd, etc.).
@stdlib/nlp-expand-acronyms
stdlib-bot
Expand acronyms.
@stdlib/assert-tools-array-function
stdlib-bot
Return a function which tests if every element in an array passes a test condition.
@stdlib/strided-base-binary
stdlib-bot
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
@stdlib/process-read-stdin
stdlib-bot
Read data from stdin.
@stdlib/array-float64
stdlib-bot
Float64Array.
@stdlib/array-uint32
stdlib-bot
Uint32Array.
@stdlib/array-uint8
stdlib-bot
Uint8Array.
@stdlib/array-uint16
stdlib-bot
Uint16Array.
@stdlib/array-float32
stdlib-bot
Float32Array.
@stdlib/buffer-ctor
stdlib-bot
Buffer.
@stdlib/buffer-from-string
stdlib-bot
Allocate a buffer containing a provided string.
@stdlib/array-dtype
stdlib-bot
Return the data type of an array.
@stdlib/complex-float32-ctor
stdlib-bot
64-bit complex number.
@stdlib/buffer-from-buffer
stdlib-bot
Copy buffer data to a new Buffer instance.
@stdlib/complex-float64-ctor
stdlib-bot
128-bit complex number.
@stdlib/assert-is-browser
stdlib-bot
Check if the runtime is a web browser.
@stdlib/utils-regexp-from-string
stdlib-bot
Create a regular expression from a regular expression string.
@stdlib/regexp-regexp
stdlib-bot
Return a regular expression to parse a regular expression string.
@stdlib/assert-has-tostringtag-support
stdlib-bot
Detect native Symbol.toStringTag support.
@stdlib/assert-has-uint8array-support
stdlib-bot
Detect native Uint8Array support.
@stdlib/assert-has-float32array-support
stdlib-bot
Detect native Float32Array support.
@stdlib/assert-has-uint32array-support
stdlib-bot
Detect native Uint32Array support.
@stdlib/assert-has-float64array-support
stdlib-bot
Detect native Float64Array support.
@stdlib/assert-has-uint16array-support
stdlib-bot
Detect native Uint16Array support.
@stdlib/assert-has-symbol-support
stdlib-bot
Detect native Symbol support.
@stdlib/utils-define-property
stdlib-bot
Define (or modify) an object property.
@stdlib/assert-is-float32array
stdlib-bot
Test if a value is a Float32Array.
@stdlib/utils-escape-regexp-string
stdlib-bot
Escape a regular expression string or pattern.
@stdlib/regexp-function-name
stdlib-bot
Return a regular expression to capture a function name.
@stdlib/regexp-extended-length-path
stdlib-bot
Regular expression to detect an extended-length path.
@stdlib/assert-is-float64array
stdlib-bot
Test if a value is a Float64Array.
@stdlib/number-ctor
stdlib-bot
Number constructor.
@stdlib/assert-is-uint32array
stdlib-bot
Test if a value is a Uint32Array.
@stdlib/assert-is-uint8array
stdlib-bot
Test if a value is a Uint8Array.
@stdlib/assert-is-uint16array
stdlib-bot
Test if a value is a Uint16Array.
@stdlib/regexp-eol
stdlib-bot
Return a regular expression to match a newline character sequence.
@stdlib/array-uint8c
stdlib-bot
Uint8ClampedArray.
@stdlib/assert-tools-array-like-function
stdlib-bot
Return a function which tests if every element in an array-like object passes a test condition.
@stdlib/symbol-ctor
stdlib-bot
Symbols.
@stdlib/array-int32
stdlib-bot
Int32Array.
@stdlib/array-int16
stdlib-bot
Int16Array.
@stdlib/array-int8
stdlib-bot
Int8Array.
@stdlib/utils-get-prototype-of
stdlib-bot
Return the prototype of a provided object.
@stdlib/utils-global
stdlib-bot
Return the global object.
@stdlib/utils-native-class
stdlib-bot
Determine the specification defined classification of an object.
@stdlib/string-replace
stdlib-bot
Replace search occurrences with a replacement string.
@stdlib/utils-eval
stdlib-bot
Alias for eval global.
@stdlib/symbol-iterator
stdlib-bot
Symbol iterator.
@stdlib/assert-is-collection
stdlib-bot
Test if a value is a collection.
@stdlib/object-ctor
stdlib-bot
Object constructor.
@stdlib/assert-has-int32array-support
stdlib-bot
Detect native Int32Array support.
@stdlib/assert-has-int16array-support
stdlib-bot
Detect native Int16Array support.
@stdlib/symbol-to-primitive
stdlib-bot
Symbol which specifies a method for converting an object to a primitive value.
@stdlib/assert-is-uint8clampedarray
stdlib-bot
Test if a value is a Uint8ClampedArray.
@stdlib/assert-has-uint8clampedarray-support
stdlib-bot
Detect native Uint8ClampedArray support.
@stdlib/array-base-assert-is-accessor-array
stdlib-bot
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/math-base-tools-sum-series
stdlib-bot
Compute the sum of an infinite series.
@stdlib/assert-has-generator-support
stdlib-bot
Detect native generator function support.
@stdlib/assert-is-int16array
stdlib-bot
Test if a value is an Int16Array.
@stdlib/assert-has-int8array-support
stdlib-bot
Detect native Int8Array support.
@stdlib/assert-is-int8array
stdlib-bot
Test if a value is an Int8Array.
@stdlib/assert-is-int32array
stdlib-bot
Test if a value is an Int32Array.
@stdlib/assert-has-to-primitive-symbol-support
stdlib-bot
Detect native Symbol.toPrimitive support.
@stdlib/assert-has-iterator-symbol-support
stdlib-bot
Detect native Symbol.iterator support.
@stdlib/function-ctor
stdlib-bot
Function constructor.
@stdlib/assert-is-error
stdlib-bot
Test if a value is an Error object.
@stdlib/boolean-ctor
stdlib-bot
Boolean constructor.
@stdlib/symbol-has-instance
stdlib-bot
Has instance symbol.
@stdlib/assert-is-arraybuffer
stdlib-bot
Test if a value is an ArrayBuffer.
@stdlib/utils-define-nonenumerable-read-only-property
stdlib-bot
Define a non-enumerable read-only property.
@stdlib/math-base-tools-continued-fraction
stdlib-bot
Continued fraction approximation.
@stdlib/time-tic
stdlib-bot
Return a high-resolution time.
@stdlib/constants-float64-smallest-normal
stdlib-bot
Smallest positive double-precision floating-point normal number.
@stdlib/constants-float64-min-base2-exponent-subnormal
stdlib-bot
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-high-word-exponent-mask
stdlib-bot
High word mask for the exponent of a double-precision floating-point number.
@stdlib/assert-has-function-name-support
stdlib-bot
Detect native function name support.
@stdlib/constants-float64-exponent-bias
stdlib-bot
The bias of a double-precision floating-point number's exponent.
@stdlib/constants-float64-max-base2-exponent-subnormal
stdlib-bot
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-max-base2-exponent
stdlib-bot
The maximum biased base 2 exponent for a double-precision floating-point number.
@stdlib/constants-float64-high-word-abs-mask
stdlib-bot
High word mask for excluding the sign bit of a double-precision floating-point number.
@stdlib/constants-float64-high-word-sign-mask
stdlib-bot
High word mask for the sign bit of a double-precision floating-point number.
@stdlib/assert-has-has-instance-symbol-support
stdlib-bot
Detect native Symbol.hasInstance support.
@stdlib/assert-is-typed-array
stdlib-bot
Test if a value is a typed array.
@stdlib/assert-is-array
stdlib-bot
Test if a value is an array.
@stdlib/utils-constructor-name
stdlib-bot
Determine the name of a value's constructor.
@stdlib/utils-convert-path
stdlib-bot
Convert between POSIX and Windows paths.
@stdlib/constants-float64-pinf
stdlib-bot
Double-precision floating-point positive infinity.
@stdlib/assert-is-object-like
stdlib-bot
Test if a value is object-like.
@stdlib/assert-is-regexp
stdlib-bot
Test if a value is a regular expression.
@stdlib/number-float64-base-normalize
stdlib-bot
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
@stdlib/assert-is-object
stdlib-bot
Test if a value is an object.
@stdlib/string-base-format-tokenize
stdlib-bot
Tokenize a string into an array of string parts and format identifier objects.
@stdlib/constants-uint8-max
stdlib-bot
Maximum unsigned 8-bit integer.
@stdlib/assert-is-string
stdlib-bot
Test if a value is a string.
@stdlib/utils-library-manifest
stdlib-bot
Load a manifest for compiling source files.
@stdlib/number-float64-base-to-float32
stdlib-bot
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
@stdlib/assert-has-own-property
stdlib-bot
Test if an object has a specified property.
@stdlib/math-base-napi-binary
stdlib-bot
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
@stdlib/assert-is-plain-object
stdlib-bot
Test if a value is a plain object.
@stdlib/string-base-format-interpolate
stdlib-bot
Generate string from a token array by interpolating values.
@stdlib/assert-is-number
stdlib-bot
Test if a value is a number.
@stdlib/constants-uint32-max
stdlib-bot
Maximum unsigned 32-bit integer.
@stdlib/os-byte-order
stdlib-bot
Platform byte order.
@stdlib/assert-is-boolean
stdlib-bot
Test if a value is a boolean.
@stdlib/math-base-assert-is-nan
stdlib-bot
Test if a double-precision floating-point numeric value is NaN.
@stdlib/math-base-special-abs
stdlib-bot
Compute the absolute value of a double-precision floating-point number.
@stdlib/assert-is-function
stdlib-bot
Test if a value is a function.
@stdlib/fs-exists
stdlib-bot
Test whether a path exists on the filesystem.
@stdlib/string-format
stdlib-bot
Insert supplied variable values into a format string.
@stdlib/math-base-napi-unary
stdlib-bot
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
@stdlib/assert-is-buffer
stdlib-bot
Test if a value is a Buffer object.
@stdlib/process-cwd
stdlib-bot
Return the current working directory.
@stdlib/constants-float64-ninf
stdlib-bot
Double-precision floating-point negative infinity.
@stdlib/fs-resolve-parent-path
stdlib-bot
Resolve a path by walking parent directories.
@stdlib/constants-uint16-max
stdlib-bot
Maximum unsigned 16-bit integer.
@stdlib/assert-is-big-endian
stdlib-bot
Check if an environment is big endian.
@stdlib/os-float-word-order
stdlib-bot
Platform float word order.
@stdlib/assert-is-little-endian
stdlib-bot
Check if an environment is little endian.
@stdlib/number-float64-base-to-words
stdlib-bot
Split a double-precision floating-point number into a higher order word and a lower order word.
@stdlib/math-base-special-copysign
stdlib-bot
Return a double-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/math-base-special-gamma
stdlib-bot
Gamma function.
@stdlib/number-float64-base-get-high-word
stdlib-bot
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
@stdlib/math-base-assert-is-infinite
stdlib-bot
Test if a double-precision floating-point numeric value is infinite.
@stdlib/number-float64-base-from-words
stdlib-bot
Create a double-precision floating-point number from a higher order word and a lower order word.
@stdlib/utils-noop
stdlib-bot
Function which does nothing.
@stdlib/complex-float32
stdlib-bot
Single-precision complex number functions.
@stdlib/complex-float64
stdlib-bot
Double-precision complex number functions.
@stdlib/complex-reimf
stdlib-bot
Return the real and imaginary components of a single-precision complex floating-point number.
@stdlib/math-base-special-ldexp
stdlib-bot
Multiply a double-precision floating-point number by an integer power of two.
@stdlib/fs-read-file
stdlib-bot
Read the entire contents of a file.
@stdlib/cli-ctor
stdlib-bot
Command-line interface.
@stdlib/number-float64-base-exponent
stdlib-bot
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/complex-reim
stdlib-bot
Return the real and imaginary components of a double-precision complex floating-point number.
@stdlib/assert-has-node-buffer-support
stdlib-bot
Detect native Buffer support.
@stdlib/string-lowercase
stdlib-bot
Convert a string to lowercase.
@stdlib/utils-next-tick
stdlib-bot
Add a callback to the next tick queue.
@stdlib/assert-is-regexp-string
stdlib-bot
Test if a value is a regular expression string.
@stdlib/streams-node-stdin
stdlib-bot
Standard input.
@stdlib/math-base-special-pow
stdlib-bot
Exponential function.
@stdlib/array
stdlib-bot
Arrays.
@stdlib/array-base-zeros
stdlib-bot
Create a zero-filled generic array.
@stdlib/array-base-filled
stdlib-bot
Create a filled generic array.
@stdlib/array-dtypes
stdlib-bot
List of array data types.
@stdlib/ndarray-dtypes
stdlib-bot
List of ndarray data types.
@stdlib/ndarray-base-assert-is-data-type
stdlib-bot
Test if an input value is a supported ndarray data type.
@stdlib/ndarray
stdlib-bot
Multidimensional arrays.
@stdlib/ndarray-base-assert-is-data-type-object
stdlib-bot
Test if an input value is an ndarray data type object.
@stdlib/ndarray-base-dtype-strings
stdlib-bot
List of ndarray data type strings.
@stdlib/ndarray-base-dtype-resolve-str
stdlib-bot
Return the data type string associated with a supported ndarray data type value.
@stdlib/ndarray-base-dtype-objects
stdlib-bot
Return an object mapping supported data type strings to data type objects.
@stdlib/array-ctors
stdlib-bot
Array constructors.
@stdlib/ndarray-base-data-buffer
stdlib-bot
Return the underlying data buffer of a provided ndarray.
@stdlib/number-float16-ctor
stdlib-bot
16-bit half-precision floating-point number.
@stdlib/array-base-assert-is-complex-floating-point-data-type
stdlib-bot
Test if an input value is a supported array complex-valued floating-point data type.
@stdlib/array-complex128
stdlib-bot
Complex128Array.
@stdlib/array-complex64
stdlib-bot
Complex64Array.
@stdlib/array-base-assert-is-boolean-data-type
stdlib-bot
Test if an input value is a supported array boolean data type.
@stdlib/ndarray-base-dtype-char
stdlib-bot
Return the single letter character abbreviation for an underlying array data type.
@stdlib/ndarray-base-dtype-enum2str
stdlib-bot
Return the data type string associated with an ndarray data type enumeration constant.
@stdlib/ndarray-base-assert-is-data-type-string
stdlib-bot
Test if an input value is a supported built-in ndarray data type string.
@stdlib/ndarray-data-buffer
stdlib-bot
Return the underlying data buffer of a provided ndarray.
@stdlib/ndarray-base-dtype-desc
stdlib-bot
Return the description for a provided data type.
@stdlib/object-assign
stdlib-bot
Copy enumerable own properties from one or more source objects to a target object.
@stdlib/ndarray-base-dtype-alignment
stdlib-bot
Return the alignment (in bytes) for an underlying array data type.
@stdlib/array-bool
stdlib-bot
BooleanArray.
@stdlib/ndarray-base-dtype-str2enum
stdlib-bot
Return the enumeration constant associated with an ndarray data type string.
@stdlib/ndarray-base-dtype-resolve-enum
stdlib-bot
Return the enumeration constant associated with a supported ndarray data type value.
@stdlib/ndarray-base-dtype-enums
stdlib-bot
Return an object mapping supported data type strings to enumeration constants.
@stdlib/ndarray-base-assert-is-complex-floating-point-data-type
stdlib-bot
Test if an input value is a supported ndarray complex-valued floating-point data type.
@stdlib/datasets-spam-assassin
stdlib-bot
Spam Assassin public mail corpus.
@stdlib/array-base-assert-is-real-data-type
stdlib-bot
Test if an input value is a supported array real-valued data type.
@stdlib/ndarray-base-assert-is-real-data-type
stdlib-bot
Test if an input value is a supported ndarray real-valued data type.
@stdlib/array-base-assert-is-real-floating-point-data-type
stdlib-bot
Test if an input value is a supported array real-valued floating-point data type.
@stdlib/array-base-assert-is-signed-integer-data-type
stdlib-bot
Test if an input value is a supported array signed integer data type.
@stdlib/array-base-assert-contains
stdlib-bot
Test if an array contains a provided search value.
@stdlib/ndarray-base-buffer
stdlib-bot
Create a contiguous linear ndarray data buffer.
@stdlib/complex-dtypes
stdlib-bot
List of complex number data types.
@stdlib/array-buffer
stdlib-bot
ArrayBuffer.
@stdlib/array-base-filled-by
stdlib-bot
Create a filled generic array according to a provided callback function.
@stdlib/array-dataview
stdlib-bot
DataView.
@stdlib/ndarray-dtype-ctor
stdlib-bot
Data type constructor.
@stdlib/ndarray-base-buffer-ctors
stdlib-bot
ndarray data buffer constructors.
@stdlib/ndarray-base-assert-is-struct-data-type
stdlib-bot
Test if an input value is a supported ndarray struct data type.
@stdlib/complex-ctors
stdlib-bot
Complex number constructors.
@stdlib/complex-dtype
stdlib-bot
Return the data type of a complex number.
@stdlib/array-typed
stdlib-bot
Create a typed array.
@stdlib/ndarray-base-ctor
stdlib-bot
Base multidimensional array.
@stdlib/array-typed-ctors
stdlib-bot
Typed array constructors.
@stdlib/datasets
stdlib-bot
Datasets.
@stdlib/assert-has-dataview-support
stdlib-bot
Detect native DataView support.
@stdlib/error-tools-database
stdlib-bot
Standard library error code database.
@stdlib/ndarray-vector-ctor
stdlib-bot
Create a vector (i.e., a one-dimensional ndarray).
@stdlib/assert-is-vector-like
stdlib-bot
Test if a value is a 1-dimensional ndarray-like object.
@stdlib/blas-base-dscal
stdlib-bot
Multiply a double-precision floating-point vector by a constant.
@stdlib/blas-base-gscal
stdlib-bot
Multiply a vector by a scalar constant.
@stdlib/blas-ext-base-gindex-of-row
stdlib-bot
Return the index of the first row in an input matrix which has the same elements as a provided search vector.
@stdlib/ndarray-vector
stdlib-bot
Vector constructors and associated utilities.
@stdlib/ndarray-vector-bool
stdlib-bot
Create a boolean vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-int8
stdlib-bot
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-int32
stdlib-bot
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-uint8
stdlib-bot
Create an unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-uint16
stdlib-bot
Create an unsigned 16-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-float32
stdlib-bot
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-uint8c
stdlib-bot
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-float64
stdlib-bot
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-int16
stdlib-bot
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-uint32
stdlib-bot
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/blas-base-daxpy
stdlib-bot
Multiply a vector `x` by a constant and add the result to `y`.
@stdlib/blas-base
stdlib-bot
Base (i.e., lower-level) basic linear algebra subprograms (BLAS).
@stdlib/blas-base-sscal
stdlib-bot
Multiply a single-precision floating-point vector by a constant.
@stdlib/blas-base-ccopy
stdlib-bot
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
@stdlib/blas-base-zcopy
stdlib-bot
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/blas-base-scasum
stdlib-bot
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/blas-base-saxpy
stdlib-bot
Multiply a vector `x` by a constant and add the result to `y`.
@stdlib/ndarray-vector-complex128
stdlib-bot
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
@stdlib/ndarray-vector-complex64
stdlib-bot
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
@stdlib/blas-base-dnrm2
stdlib-bot
Calculate the L2-norm of a double-precision floating-point vector.
@stdlib/blas-base-dznrm2
stdlib-bot
Compute the L2-norm of a complex double-precision floating-point vector.
@stdlib/blas-base-scnrm2
stdlib-bot
Compute the L2-norm of a complex single-precision floating-point vector.
@stdlib/lapack-base-clacgv
stdlib-bot
Conjugate each element in a single-precision complex floating-point vector.
@stdlib/lapack-base-zlacgv
stdlib-bot
Conjugate each element in a double-precision complex floating-point vector.
@stdlib/blas-base-csscal
stdlib-bot
Scale a single-precision complex floating-point vector by a single-precision floating-point constant.
@stdlib/blas-base-zdscal
stdlib-bot
Scale a double-precision complex floating-point vector by a double-precision floating-point constant.
@stdlib/blas-base-caxpy
stdlib-bot
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.
@stdlib/blas-base-zaxpy
stdlib-bot
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.
@stdlib/blas-base-wasm-ccopy
stdlib-bot
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
@stdlib/blas-base-wasm-zcopy
stdlib-bot
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/blas-base-wasm-scnrm2
stdlib-bot
Multiply a vector `x` by a scalar `alpha`.
@stdlib/blas-base-wasm-dznrm2
stdlib-bot
Compute the L2-norm of a complex double-precision floating-point vector.
@stdlib/blas-base-wasm-sscal
stdlib-bot
Multiply a vector `x` by a scalar `alpha`.
@stdlib/blas-base-wasm-saxpy
stdlib-bot
Multiply a vector `x` by a constant and add the result to `y`.
@stdlib/blas-base-wasm-dscal
stdlib-bot
Multiply a vector `x` by a scalar `alpha`.
@stdlib/blas-base-wasm-scasum
stdlib-bot
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/blas-base-wasm-daxpy
stdlib-bot
Multiply a vector `x` by a constant and add the result to `y`.
@stdlib/blas-base-wasm-snrm2
stdlib-bot
Calculate the L2-norm of a single-precision floating-point vector.
@stdlib/blas-base-wasm-dnrm2
stdlib-bot
Calculate the L2-norm of a double-precision floating-point vector.
@stdlib/string-base-replace
stdlib-bot
Replace search occurrences with a replacement string.
@stdlib/assert-is-semver
stdlib-bot
Test if a value is a semantic version string.
@stdlib/regexp-semver
stdlib-bot
Regular expression to match a semantic version string.
@stdlib/array-base-index-of
stdlib-bot
Return the index of the first element which equals a provided search element.
@stdlib/assert-contains
stdlib-bot
Test if an array-like value contains a search value.
@stdlib/string-substring-before
stdlib-bot
Return the part of a string before a specified substring.
@stdlib/string-substring-after
stdlib-bot
Return the part of a string after a specified substring.
@stdlib/string-base-starts-with
stdlib-bot
Test if a string starts with the characters of another string.
@stdlib/string-starts-with
stdlib-bot
Test if a string starts with the characters of another string.
@stdlib/datasets-cmudict
stdlib-bot
The Carnegie Mellon Pronouncing Dictionary (CMUdict).
@stdlib/datasets-sotu
stdlib-bot
State of the Union addresses by U.S. Presidents.
@stdlib/stdlib
stdlib-bot
Standard library.
@stdlib/assert-is-node
stdlib-bot
Check if the runtime is Node.js.
@stdlib/string-acronym
stdlib-bot
Generate an acronym for a given string.
@stdlib/string-from-code-point
stdlib-bot
Create a string from a sequence of Unicode code points.
@stdlib/constants-unicode-max
stdlib-bot
Maximum Unicode code point.
@stdlib/constants-unicode-max-bmp
stdlib-bot
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
@stdlib/string-code-point-at
stdlib-bot
Return a Unicode code point from a string at a specified position.
@stdlib/string-base-code-point-at
stdlib-bot
Return a Unicode code point from a string at a specified position.
@stdlib/assert-has-utf16-surrogate-pair-at
stdlib-bot
Test if a position in a string marks the start of a UTF-16 surrogate pair.
@stdlib/string-tools-grapheme-cluster-break
stdlib-bot
Grapheme cluster break tooling.