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

GitHub topics: subroutines

stdlib-js/blas-base-ssyr

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

Language: JavaScript - Size: 2.97 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

stdlib-js/lapack-base-dge-trans

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

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

stdlib-js/blas-base-gaxpy

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

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

stdlib-js/lapack-base-dlaset

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

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

stdlib-js/blas-base-sger

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

Language: JavaScript - Size: 407 KB - Last synced at: 3 months ago - Pushed at: 5 months 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.98 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dlacpy

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

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

stdlib-js/blas-base-dswap

Interchange two double-precision floating-point vectors.

Language: C - Size: 540 KB - Last synced at: about 2 months ago - Pushed at: 5 months 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: 308 KB - Last synced at: 3 months ago - Pushed at: 5 months 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 months ago - Pushed at: 5 months ago - Stars: 10 - Forks: 0

stdlib-js/blas-base-srot

Apply a plane rotation.

Language: C - Size: 251 KB - Last synced at: about 2 months ago - Pushed at: 5 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: 289 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

stdlib-js/blas-base-gdot

Calculate the dot product of two vectors.

Language: JavaScript - Size: 724 KB - Last synced at: 10 days ago - Pushed at: 6 months 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: 3 months ago - Pushed at: 6 months ago - Stars: 1 - 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: 6 months ago - Pushed at: 6 months ago - Stars: 0 - 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.99 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-srotm

Apply a modified Givens transformation.

Language: C - Size: 259 KB - Last synced at: 3 months ago - Pushed at: 6 months 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: 236 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-dscal

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

Language: C - Size: 543 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-drotm

Apply a modified Givens transformation.

Language: C - Size: 242 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 1 - 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: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-srotg

Construct a Givens plane rotation.

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

stdlib-js/blas-sswap

Interchange two single-precision floating-point vectors.

Language: JavaScript - Size: 5.7 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-dlassq

Return an updated sum of squares represented in scaled form.

Language: JavaScript - Size: 1.4 MB - Last synced at: 3 months ago - Pushed at: 7 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: 752 KB - Last synced at: 3 months ago - Pushed at: 7 months 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: 3 months ago - Pushed at: 7 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: 3 months ago - Pushed at: 7 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: 3 months ago - Pushed at: 7 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: 6 months ago - Pushed at: 7 months ago - Stars: 0 - 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: 8 months ago - Pushed at: 8 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: 2 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

alexandrecpedro/movie-management

Movie Management System made in Cobol

Language: COBOL - Size: 62.5 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-gscal

Multiply a vector by a constant.

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

stdlib-js/blas-base-gcopy

Copy values from x into y.

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

mathisi-io/t24dev

T24 Programming

Language: Limbo - Size: 77.1 KB - Last synced at: 8 months ago - Pushed at: almost 4 years ago - Stars: 57 - Forks: 43

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: 9 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

allolazard20/blas-base-zdscal

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

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

stdlib-js/lapack-base-zlacpy

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

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

stdlib-js/blas-base-gswap

Interchange two vectors.

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

harismuneer/Bit-Manipulation-and-Subroutines-8086_Assembly

🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.

Language: Assembly - Size: 213 KB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 8 - Forks: 2

stdlib-js/lapack-base-dlamch

Determine double-precision floating-point machine parameters.

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

shayansss/bioumat

This code is the Fortran 77 version of the UMAT, FLOW, and SDVINI subroutines of the cartilage model, I firstly proposed in my Master's thesis. The model with minor modification was used in several publications.

Language: Fortran - Size: 76.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 3

almazangc/Sprout

Sprout

Language: Java - Size: 44.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

theluqmn/Console.asm

Several subroutines to ease CLI developments using NASM-assembled x86 64-bit assembly.

Language: Assembly - Size: 1000 Bytes - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

frodal/SCMM-hypo

SIMLab Crystal Mechanics model - Hypoelastic formulation (SCMM-Hypo)

Language: Fortran - Size: 1.94 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 5

zakonweb/algorithms-AS

Miscellaneous algorithms/program codes for AS level

Language: Visual Basic .NET - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

lnandi1/Subroutines_23SEP2018

Language: Python - Size: 86.9 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

CaduZulian/Projeto-PetShop-UNIFAI

Project developed for the Algorithms and Data Structures II discipline, where the objective of the activity was to develop a simple management system, in C++, with local data saving in binary files.

Language: C++ - Size: 12.8 MB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

eccentricOrange/CAIE-Computer-Science

Helpful resources for CAIE Computer Science syllabuses (0478 IGCSE and 9608 A Level) problem-solving and programming

Language: HTML - Size: 165 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

haochuanwei/Project_Euler

Efficient and educational implementation of Project Euler solutions.

Language: Python - Size: 562 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

caglartoklu/basic-accessories

A generic VBA code library for Microsoft Access

Language: Visual Basic - Size: 99.6 KB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 0

ipchelsea/68K-Disassembler

Designed a 68K Disassembler that translates 15 instructions from machine language into assembly language

Language: Assembly - Size: 482 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

MohammadYasinKarbasian/Microprocessor-Laboratory

In this repository, I have placed the codes of the micro lab assignments that I have passed in IUT.

Language: Perl - Size: 8.08 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

faisal-bhuiyan/Physics-based-composite-progressive-failure

UMAT subroutines (for FEA code Abaqus) to model progressive damage/failure in FRP composites

Language: Fortran - Size: 18.7 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 3

farkoo/Micro-Lab

This repository contains my codes for the Microcontroller laboratory.

Language: Perl - Size: 3.24 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

akispapapanagiotou/assembly-programs

A repository containing various assembly language programs for microcontrollers.

Language: Assembly - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

LpxsBr/VB-for-Excel

Here, you can see some projects about Visual Basic. Let's learn togheter!

Language: VBA - Size: 70.3 KB - Last synced at: almost 3 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

LLudivina/stock-analysis

Refactoring code and measuring VBA script performance.

Language: VBScript - Size: 1.44 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

chocolateboy/mysubs 📦

A perl pragma which provides support for lexical subroutines

Language: C - Size: 89.8 KB - Last synced at: 11 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

paulinho-16/MIEIC-MPCP

Todo o conteúdo produzido para a unidade curricular MPCP (Microprocessadores e Computadores Pessoais), para o curso em Engenharia Informática e Computação na FEUP

Language: C - Size: 7.01 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

stdlib-js/blas-gswap

Interchange two vectors.

Language: JavaScript - Size: 1.47 MB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mannyjrod/TriArea

Calculate the area of a triangle given the vertices' coordinates and using the formula given.

Language: MATLAB - Size: 212 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

cxw42/Getargs-Mixed

Parse Perl subroutine arguments, positional or named.

Language: Perl - Size: 34.2 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anserwaseem/print-diamonds

A program that draws a solid diamond on the screen.

Language: Assembly - Size: 159 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sanmak/factorial-tail-call-optimisation

A console based application to calculate factorial using Tail-Call-Optimisation.

Language: JavaScript - Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: almost 9 years ago - Stars: 5 - Forks: 1

bradzickafoose/Sprint-Challenge--Computer-Architecture

Language: Python - Size: 17.6 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

g7skim/UoPeople-CS-1102-FirstSubRoutines

UoPeople Programming

Language: Java - Size: 17.6 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

ianthekirkland/AppleScript_finderLib

AppleScript Scripting Library for Common Finder Functions

Language: AppleScript - Size: 126 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0