@stdlib/blas-base-matrix-triangle-str2enum
Return the enumeration constant associated with a BLAS matrix triangle.
stats-base-dists-planck-entropy
Planck (discrete exponential) distribution differential entropy.
@stdlib/math-base-special-tand
Compute the tangent of an angle measured in degrees
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
blas-base-strmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
@stdlib/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
random-tools-unary
Constructor for creating ndarrays filled with pseudorandom numbers drawn from a single-parameter probability distribution.
@stdlib/math-iter-sequences-tribonacci
Create an iterator which generates a Tribonacci sequence.
@stdlib/stats-base-dmeankbn
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
math-base-special-nanmaxf
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
math-base-special-minf
Return the minimum single-precision floating-point number.
@stdlib/random-iter-randn
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
@stdlib/random-array-tools-ternary
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
@stdlib/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
@stdlib/array-base-assert-is-complex128array
Test if a value is a Complex128Array.
@stdlib/array-base-binarynd
Apply a binary callback to elements in n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/complex-float32-base-assert-is-same-value-zero
Test whether two single-precision complex floating-point numbers are the same value.
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/random-strided-uniform
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
blas-ext-base-zfill
Fill a double-precision complex floating-point strided array with a specified scalar constant.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
stats-base-dists-planck-pmf
Planck (discrete exponential) distribution probability mass function (PMF).
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
@stdlib/random-array-tools-unary
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
complex-float64-base-neg
Negate a double-precision complex floating-point number.
math-base-special-negafibonaccif
Compute the nth negaFibonacci number as a single-precision floating-point number.