An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: subroutines

stdlib-js/blas-base-zswap

Interchanges two complex double-precision floating-point vectors.

Language: C - Size: 409 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-sscal

Multiply a single-precision floating-point vector by a constant.

Language: C - Size: 669 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-srotm

Apply a modified Givens transformation.

Language: C - Size: 259 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-srot

Apply a plane rotation.

Language: C - Size: 231 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-scopy

Copy values from x into y.

Language: C - Size: 621 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-scasum

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

Language: C - Size: 938 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-sasum

Compute the sum of absolute values (L1 norm).

Language: C - Size: 745 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-isamax

Find the index of the first element having the maximum absolute value.

Language: C - Size: 220 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-idamax

Find the index of the first element having the maximum absolute value.

Language: C - Size: 229 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dswap

Interchange two double-precision floating-point vectors.

Language: C - Size: 533 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dsdot

Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.

Language: C - Size: 531 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dscal

Multiply a double-precision floating-point vector by a constant.

Language: C - Size: 528 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-drotm

Apply a modified Givens transformation.

Language: C - Size: 229 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-ddot

Calculate the dot product of two double-precision floating-point vectors.

Language: C - Size: 539 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 3 - Forks: 2

stdlib-js/blas-base-dcopy

Copy values from x into y.

Language: C - Size: 524 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-daxpy

Multiply a vector x by a constant and add the result to y.

Language: C - Size: 547 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 1

stdlib-js/blas-base-dasum

Compute the sum of absolute values (L1 norm).

Language: C - Size: 576 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 1

stdlib-js/blas-base-cswap

Interchanges two complex single-precision floating-point vectors.

Language: C - Size: 768 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 2 - Forks: 2

stdlib-js/blas-base-strsv

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

Language: JavaScript - Size: 2.4 MB - Last synced at: about 13 hours ago - Pushed at: about 14 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dtrsv

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

Language: JavaScript - Size: 2.74 MB - Last synced at: about 13 hours ago - Pushed at: about 14 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-scnrm2

Compute the L2-norm of a complex single-precision floating-point vector.

Language: C - Size: 437 KB - Last synced at: about 13 hours ago - Pushed at: about 14 hours ago - Stars: 1 - Forks: 0

yarikkyzym/blas-base-wasm-sswap

Interchange two single-precision floating-point vectors.

Language: JavaScript - Size: 75.2 KB - Last synced at: about 22 hours ago - Pushed at: about 23 hours ago - Stars: 0 - Forks: 0

siva630588/lapack-base-dgttrf

This repository provides the LAPACK base function `dgttrf`, which factors a tridiagonal matrix. 🛠️ Join us in enhancing numerical computation in JavaScript and C! 🚀

Language: JavaScript - Size: 61.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-srotg

Construct a Givens plane rotation.

Language: JavaScript - Size: 600 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-saxpy

Multiply a vector x by a constant and add the result to y.

Language: C - Size: 740 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-sdsdot

Calculate the dot product of two single-precision floating-point vectors with extended accumulation.

Language: C - Size: 658 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 1

stdlib-js/blas-base-sdot

Calculate the dot product of two single-precision floating-point vectors.

Language: C - Size: 680 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

marionerjattv/lapack-base-zlacpy

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

Size: 1000 Bytes - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-dznrm2

Compute the L2-norm of a complex double-precision floating-point vector.

Language: C - Size: 2.21 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapxsum

Add a constant to each double-precision floating-point strided array element and compute the sum.

Language: JavaScript - Size: 544 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-ccopy

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Language: JavaScript - Size: 581 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dtrmv

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

Language: JavaScript - Size: 2.25 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-srot

Apply a plane rotation.

Language: JavaScript - Size: 555 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-zrot

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Language: JavaScript - Size: 263 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-strmv

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

Language: JavaScript - Size: 2.29 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-sswap

Interchange two single-precision floating-point vectors.

Language: C - Size: 631 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-wasm-dscal

Multiply a vector `x` by a scalar `alpha`.

Language: JavaScript - Size: 1.03 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-zswap

Interchange two complex double-precision floating-point vectors.

Language: JavaScript - Size: 1.43 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Rahulchavan38/blas-base-wasm-srotm

Apply a modified Givens transformation.

Language: JavaScript - Size: 77.1 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-zdrot

Apply a plane rotation.

Language: C - Size: 268 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-zdrot

Apply a plane rotation.

Language: JavaScript - Size: 820 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-csrot

Apply a plane rotation.

Language: JavaScript - Size: 2.27 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-csrot

Apply a plane rotation.

Language: C - Size: 253 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-zscal

Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.

Language: C - Size: 262 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-zcopy

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Language: C - Size: 446 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-ccopy

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Language: C - Size: 675 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-cscal

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Language: C - Size: 470 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-zaxpy

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.

Language: JavaScript - Size: 482 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-caxpy

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.

Language: C - Size: 1.44 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-ssyr

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

Language: JavaScript - Size: 2.43 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 1

stdlib-js/blas-base-dsyr

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

Language: JavaScript - Size: 2.9 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-spttrf

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

Language: JavaScript - Size: 1.57 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-zcopy

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Language: JavaScript - Size: 1.28 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-srotm

Apply a modified Givens transformation.

Language: JavaScript - Size: 493 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-cscal

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Language: JavaScript - Size: 1.74 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-drotm

Apply a modified Givens transformation.

Language: JavaScript - Size: 1.9 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dsdot

Compute the dot product of `x` and `y` with extended accumulation and result.

Language: JavaScript - Size: 485 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/lapack-base-dlassq

Return an updated sum of squares represented in scaled form.

Language: JavaScript - Size: 1.32 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-idamax

Find the index of the first element having the maximum absolute value.

Language: JavaScript - Size: 1.93 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-slacpy

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

Language: JavaScript - Size: 2.43 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-ddot

Compute the dot product of `x` and `y`.

Language: JavaScript - Size: 2.01 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapxsumpw

Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.

Language: JavaScript - Size: 558 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-ddot

Calculate the dot product of two double-precision floating-point vectors.

Language: JavaScript - Size: 3.93 MB - Last synced at: 12 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

gajus/surgeon

Declarative DOM extraction expression evaluator. 👨‍⚕️

Language: JavaScript - Size: 712 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 694 - Forks: 30

stdlib-js/lapack-base-claswp

Perform a series of row interchanges on an input matrix.

Language: JavaScript - Size: 397 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

stdlib-js/lapack-base-zlaswp

Perform a series of row interchanges on an input matrix.

Language: JavaScript - Size: 1.01 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

stdlib-js/lapack-base-slaswp

Perform a series of row interchanges on an input matrix.

Language: JavaScript - Size: 1.04 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dlaswp

Perform a series of row interchanges on an input matrix.

Language: JavaScript - Size: 608 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

Abdul-Rehman-0787/Pac-Man

x86 Assembly Language (COAL),specifically designed for 16-bit real-mode programming (commonly used with MS-DOS and early Windows systems)

Language: Assembly - Size: 14.6 KB - Last synced at: 16 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Gesu213/blas-base-wasm-dsdot

Compute the dot product of `x` and `y` with extended accumulation and result.

Language: JavaScript - Size: 74.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-cswap

Interchange two complex single-precision floating-point vectors.

Language: JavaScript - Size: 579 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dswap

Interchange two double-precision floating-point vectors.

Language: JavaScript - Size: 1.87 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

mrmcompserv/MCS

A phone dialer built in assembly language, w keypad input and signal transmission with microcontroller hardware interaction and tone generation. Ideal for learning and experimenting with assembly programming techniques, hardware interfacing, and signal processing.

Size: 9.58 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dpttrf

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

Language: JavaScript - Size: 854 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-gscal

Multiply a vector by a constant.

Language: JavaScript - Size: 1.01 MB - Last synced at: 17 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-gasum

Compute the sum of absolute values (L1 norm).

Language: JavaScript - Size: 554 KB - Last synced at: 23 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-wasm-sdot

Compute the dot product of `x` and `y`.

Language: JavaScript - Size: 1.49 MB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-xerbla

Error handler for BLAS/LAPACK routines.

Language: Python - Size: 1.02 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-gcopy

Copy values from x into y.

Language: JavaScript - Size: 1.45 MB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-snrm2

Calculate the L2-norm of a single-precision floating-point vector.

Language: JavaScript - Size: 595 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

alexandrecpedro/movie-management

Movie Management System made in Cobol

Language: COBOL - Size: 60.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mathisi-io/t24dev

T24 Programming

Language: Limbo - Size: 77.1 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 57 - Forks: 43

stdlib-js/blas-base-zdscal

Scale a double-precision complex floating-point vector by a double-precision floating-point constant.

Language: JavaScript - Size: 408 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dge-trans

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

Language: JavaScript - Size: 2.25 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

CAEAssistant-Group/Path-dependent-Abaqus-model-for-the-analysis-of-composite-curing

This study introduces a novel method for analyzing residual stresses in composite materials: the Abaqus path-dependent curing model. The model is implemented within Abaqus CAE using Fortran subroutines like USDFLD, UMAT, HETVAL, UEXPAN, and DISP.

Language: Fortran - Size: 284 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

meredith2500/blas-base-wasm-sscal

Multiply a vector `x` by a scalar `alpha`.

Language: JavaScript - Size: 72.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-drotg

Construct a Givens plane rotation.

Language: JavaScript - Size: 464 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-crot

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Language: JavaScript - Size: 242 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-isamax

Find the index of the first element having the maximum absolute value.

Language: JavaScript - Size: 547 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/lapack-base-sge-trans

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

Language: JavaScript - Size: 1.24 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

HxskyJancok/lapack-base-clacpy

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

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/lapack-base-clacgv

Conjugate each element in a single-precision complex floating-point vector.

Language: JavaScript - Size: 225 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-clacpy

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

Language: JavaScript - Size: 566 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-sswap

Interchange two single-precision floating-point vectors.

Language: JavaScript - Size: 4.93 MB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dspr

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

Language: JavaScript - Size: 915 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dasum

Compute the sum of absolute values.

Language: JavaScript - Size: 788 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-gdot

Calculate the dot product of two vectors.

Language: JavaScript - Size: 720 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

obhi098/lapack-base-crot

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

itsfernanda221/lapack-base-claset

Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

peperonnie900/lapack-base-zlaset

Set the off-diagonal elements and the diagonal elements of a double-precision complex floating-point matrix to specified values.

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0