Change the repository type filter
All
Repositories list
5.7k repositories
ndarray
Publicblas
Publicndarray-matrix
Publicblas-ext-base
Publicarray
Publicwww-test-code-coverage
Publicstdlib
Public✨ The fundamental numerical library for JavaScript and TypeScript. ✨ndarray-vector-int8
Publicarray-float32
Publicrandom-sample
PublicSample elements from an array-like object.random-strided-weibull
PublicFill a strided array with pseudorandom numbers drawn from a Weibull distribution.random-strided-mt19937
PublicFill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.blas-base-ndarray-gdot
PublicCompute the dot product of two one-dimensional ndarrays.blas-ext-base-gcuany
Publicblas-base-ggemm
PublicPerform the matrix-matrix operation `C = α*op(A)*op(B) + β*C` where `op(X)` is either `op(X) = X` or `op(X) = X^T`.blas-base-ggemv
PublicPerform one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y`.random-streams-mt19937
PublicCreate a readable stream for a 32-bit Mersenne Twister pseudorandom number generator.blas-base-ndarray-gswap
PublicInterchange two one-dimensional ndarrays.random-iter-mt19937
PublicCreate an iterator for a 32-bit Mersenne Twister pseudorandom number generator.blas-base-gcopy
Publicrandom-shuffle
PublicShuffle elements of an array-like object.blas-base-ndarray-gscal
Publicblas-base-ndarray-gnrm2
PublicCompute the L2-norm of a one-dimensional ndarray.random-base-mt19937
PublicA 32-bit Mersenne Twister pseudorandom number generator.array-filled-by
Publicblas-base-gdot
PublicCalculate the dot product of two vectors.blas-ext-base-gasumpw
PublicCalculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.- Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
blas-ext-base-gany
PublicTest whether at least one element in a strided array is truthy.blas-ext-base-gapx
Public
ProTip! When viewing an organization's repositories, you can use the
props. filter to filter by custom property.