GitHub topics: subroutines
marionerjattv/lapack-base-zlacpy
Copy all or part of a matrix A to another matrix B.
Size: 1000 Bytes - Last synced at: 3 days ago - Pushed at: 3 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: 4 days ago - Pushed at: 4 days ago - Stars: 0 - 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.95 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-dcopy
Copy values from `x` into `y`.
Language: JavaScript - Size: 2.1 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-srot
Apply a plane rotation.
Language: JavaScript - Size: 557 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-sdot
Compute the dot product of `x` and `y`.
Language: JavaScript - Size: 1.75 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-scnrm2
Multiply a vector `x` by a scalar `alpha`.
Language: JavaScript - Size: 749 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - 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.68 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-claswp
Perform a series of row interchanges on an input matrix.
Language: JavaScript - Size: 920 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
Language: JavaScript - Size: 3.08 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
Language: JavaScript - Size: 2.45 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - 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: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-isamax
Find the index of the first element having the maximum absolute value.
Language: C - Size: 234 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 483 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-gaxpy
Multiply x by a constant and add the result to y.
Language: JavaScript - Size: 690 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dswap
Interchange two double-precision floating-point vectors.
Language: C - Size: 533 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-csscal
Scale a single-precision complex floating-point vector by a single-precision floating-point constant.
Language: JavaScript - Size: 256 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Sina-Taghizadeh/UMAT_Hyperelastic
Comparison of Abaqus Library, UMAT, and Analytical Solution for Neo-Hookean Hyperelastic Material Under Large Deformations
Language: Fortran - Size: 29.3 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 10 - Forks: 0

yarikkyzym/blas-base-wasm-sswap
Interchange two single-precision floating-point vectors.
Language: JavaScript - Size: 75.2 KB - Last synced at: 6 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: 657 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-sspr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Language: JavaScript - Size: 1.37 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-srot
Apply a plane rotation.
Language: C - Size: 251 KB - Last synced at: 8 days ago - Pushed at: 8 days 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: 875 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - 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: 1.68 MB - Last synced at: 8 days ago - Pushed at: 8 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: 767 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-cswap
Interchanges two complex single-precision floating-point vectors.
Language: C - Size: 793 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 2

stdlib-js/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
Language: C - Size: 566 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 3 - Forks: 2

stdlib-js/blas-base-daxpy
Multiply a vector x by a constant and add the result to y.
Language: C - Size: 574 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 1

stdlib-js/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
Language: C - Size: 313 KB - Last synced at: 9 days ago - Pushed at: 9 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.45 MB - Last synced at: 9 days ago - Pushed at: 9 days 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: 289 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 4 - Forks: 0

vaibhavnagarcoder/blas-base-wasm-scnrm2
Efficiently compute the SCNRM2 norm in WebAssembly with blas-base-wasm-scnrm2. Enhance your numerical tasks in JavaScript and Node.js! 🚀💻
Language: JavaScript - Size: 75.2 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-dswap
Interchange two double-precision floating-point vectors.
Language: JavaScript - Size: 2.08 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-zlacgv
Conjugate each element in a double-precision complex floating-point vector.
Language: JavaScript - Size: 189 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-drot
Applies a plane rotation.
Language: JavaScript - Size: 2.72 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - 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.95 MB - Last synced at: 11 days ago - Pushed at: 12 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: 11 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

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: 14 days ago - Pushed at: 14 days 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: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dgttrf
Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges
Language: JavaScript - Size: 395 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-gdot
Calculate the dot product of two vectors.
Language: JavaScript - Size: 720 KB - Last synced at: 18 days ago - Pushed at: 19 days ago - Stars: 2 - 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.66 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - 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: 25 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-gasum
Compute the sum of absolute values (L1 norm).
Language: JavaScript - Size: 560 KB - Last synced at: 25 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

facuteubner/lapack-base-iladlr
LAPACK Base ILADLR provides efficient algorithms for linear algebra operations, enhancing numerical computation in JavaScript and C. Explore the library on GitHub to improve your scientific computing projects! 🐙✨
Language: JavaScript - Size: 60.5 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
Language: C - Size: 409 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-zdrot
Apply a plane rotation.
Language: C - Size: 273 KB - Last synced at: 1 day ago - Pushed at: 27 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: 313 KB - Last synced at: about 8 hours ago - Pushed at: 27 days 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: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-srotm
Apply a modified Givens transformation.
Language: C - Size: 259 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-scopy
Copy values from x into y.
Language: C - Size: 621 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-sasum
Compute the sum of absolute values (L1 norm).
Language: C - Size: 745 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - 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: 27 days ago - Pushed at: 27 days ago - Stars: 1 - 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: 27 days ago - Pushed at: 27 days 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: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-drotm
Apply a modified Givens transformation.
Language: C - Size: 229 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-drot
Apply a plane rotation.
Language: C - Size: 229 KB - Last synced at: about 9 hours ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dcopy
Copy values from x into y.
Language: C - Size: 533 KB - Last synced at: 10 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-dasum
Compute the sum of absolute values (L1 norm).
Language: C - Size: 576 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 1

stdlib-js/blas-base-csrot
Apply a plane rotation.
Language: C - Size: 262 KB - Last synced at: 13 days ago - Pushed at: 27 days ago - Stars: 2 - 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: 683 KB - Last synced at: 3 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

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: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

gajus/surgeon
Declarative DOM extraction expression evaluator. 👨⚕️
Language: JavaScript - Size: 712 KB - Last synced at: 6 days ago - Pushed at: about 5 years ago - Stars: 694 - Forks: 30

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: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-srotg
Construct a Givens plane rotation.
Language: JavaScript - Size: 600 KB - Last synced at: 29 days ago - Pushed at: 29 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: 29 days ago - Pushed at: 29 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: 29 days ago - Pushed at: 29 days ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: 25 days ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-zdrot
Apply a plane rotation.
Language: JavaScript - Size: 820 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-csrot
Apply a plane rotation.
Language: JavaScript - Size: 2.27 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-srotm
Apply a modified Givens transformation.
Language: JavaScript - Size: 493 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-wasm-drotm
Apply a modified Givens transformation.
Language: JavaScript - Size: 1.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: about 2 months ago - Pushed at: about 2 months 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: about 2 months ago - Pushed at: about 2 months 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: about 2 months ago - Pushed at: about 2 months 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: about 2 months ago - Pushed at: about 2 months 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: about 2 months ago - Pushed at: about 2 months 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: 1 day ago - Pushed at: about 2 months ago - Stars: 1 - 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: about 2 months ago - Pushed at: about 2 months 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: about 2 months ago - Pushed at: about 2 months 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: about 2 months ago - Pushed at: about 2 months 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: 18 days ago - Pushed at: about 2 months 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: 2 months ago - Pushed at: 2 months 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: 2 months ago - Pushed at: 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: 3 months ago - Pushed at: 3 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: 16 days ago - Pushed at: 3 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: 12 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-xerbla
Error handler for BLAS/LAPACK routines.
Language: Python - Size: 1.02 MB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0
