Skip to content
View kgryte's full-sized avatar
😃
Working on stdlib...
😃
Working on stdlib...

Organizations

@stdlib-js @jupyterlab @Quansight @Quansight-Labs @faiross-pbc

Block or report kgryte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stars

stdlib

186 repositories

Copy all or part of a matrix A to another matrix B.

JavaScript 1 Updated Feb 24, 2025

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

JavaScript 1 Updated Dec 9, 2024

Perform the symmetric rank 1 operation `A = α*x*x^T + A`.

JavaScript 1 Updated Dec 30, 2024

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

JavaScript 1 Updated Feb 24, 2025

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

JavaScript 1 Updated Feb 3, 2025

Perform the symmetric rank 1 operation `A = α*x*x^T + A`.

JavaScript 2 1 Updated Feb 8, 2025

Benchmark harness.

JavaScript 3 Updated Dec 30, 2024

Source code for the blog post "The Accessor Protocol": https://blog.stdlib.io/introducing-the-accessor-protocol-for-array-like-objects/

JavaScript 1 Updated Aug 6, 2024

Solve one of the systems of equations `A*x = b` or `A^T*x = b`.

JavaScript 1 Updated Aug 7, 2024

Create an iterator which iterates over interleaved subarrays.

JavaScript 1 Updated Dec 12, 2024

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

JavaScript 1 Updated Feb 3, 2025

Create an iterator which iterates over each subarray in a stack of subarrays.

JavaScript 1 Updated Jan 5, 2025

Create an iterator which iterates over each view along a specified dimension.

JavaScript 1 Updated Dec 23, 2024

Convert input general matrix from row-major to column-major layout or vice versa.

JavaScript 1 Updated Jan 21, 2025

Perform a series of row interchanges on an input matrix.

JavaScript 1 Updated Aug 12, 2024

Solve one of the systems of equations `A*x = b` or `A^T*x = b`.

JavaScript 1 Updated Feb 3, 2025

Convert a matrix from row-major layout to column-major layout or vice versa.

JavaScript 1 Updated Feb 2, 2025

Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.

JavaScript 1 Updated Dec 15, 2024

Convert an ndarray-like object to an ndarray.

JavaScript 1 Updated Feb 10, 2025

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.

JavaScript 1 Updated Jan 13, 2025

Remove an element from an array.

JavaScript 1 Updated Jan 20, 2025

Perform the symmetric rank 1 operation `A = α*x*x^T + A`.

JavaScript 1 Updated Feb 16, 2025

Convert an ndarray-like object to an ndarray.

JavaScript 1 Updated Dec 23, 2024

Return a new array containing every element from an input array, except for the element at a specified index.

JavaScript 2 Updated Dec 30, 2024

Standard library math.

JavaScript 5 Updated Feb 28, 2025

Standard library datasets.

JavaScript 3 1 Updated Feb 24, 2025

Standard library basic linear algebra subprograms (BLAS).

JavaScript 3 Updated Feb 28, 2025

Perform the symmetric rank 1 operation `A = α*x*x^T + A`.

JavaScript 1 Updated Aug 31, 2024

Determine double-precision floating-point machine parameters.

JavaScript 1 Updated Jan 6, 2025

Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.

Python 1 Updated Feb 25, 2025