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

Topic: "lu-decomposition"

erichson/ristretto

Randomized Dimension Reduction Library

Language: Jupyter Notebook - Size: 11.8 MB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 115 - Forks: 26

hosseinmoein/Tiger

C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators

Language: C++ - Size: 923 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 107 - Forks: 26

nomemory/neat-matrix-library

nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.

Language: C - Size: 2.39 MB - Last synced at: 17 days ago - Pushed at: 10 months ago - Stars: 94 - Forks: 20

wo80/CSparse.NET

A concise library for solving sparse linear systems with direct methods.

Language: C# - Size: 438 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 64 - Forks: 27

mohamed82008/DifferentiableFactorizations.jl

Differentiable matrix factorizations using ImplicitDifferentiation.jl.

Language: Julia - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 30 - Forks: 1

ECP-Solutions/VBA-Expressions

A powerful library extending VBA with over 100 functions for math, stats, finance, and data manipulation. It supports matrix operations, and user-defined functions, enhancing automation and analysis within Microsoft Office and LibreOffice environments for data management, financial calculations, an more.

Language: VBA - Size: 7.11 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 29 - Forks: 2

jchristopherson/linalg

A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.

Language: Fortran - Size: 11.1 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 23 - Forks: 2

petermchale/math105A

Numerical analysis course in Python

Language: Jupyter Notebook - Size: 102 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 22 - Forks: 19

DavidCico/Development-of-Navier-Stokes-code-by-projection-method

This repository contains a Fortran implementation of a 2D flow using the projection method, with Finite Volume Method (FVM) approach. The code solves Navier Stokes equations in a 2D lid driven cavity, with computation of the rotational as well.

Language: Fortran - Size: 1.81 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 9

jbrown1618/vector

A linear algebra library for TypeScript and JavaScript

Language: TypeScript - Size: 2.67 MB - Last synced at: about 13 hours ago - Pushed at: 10 months ago - Stars: 13 - Forks: 1

nenadmarkus/algogear

Minimalistic implementations of various algorithms for projects in machine learning and computer vision

Language: C - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 12 - Forks: 0

juliohm/GeoStatsSolvers.jl 📦

Built-in solvers for the GeoStats.jl framework

Language: Julia - Size: 2.04 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

rwl/gplu

Rust sparse LU decomposition using Gilbert and Peierls method

Language: Rust - Size: 580 KB - Last synced at: 6 days ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

antoniopelusi/lu-solver

Assignments for High Performace Computing exam at Unimore, Modena, IT.

Language: C - Size: 576 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

mpimd-csc/qrupdate-ng

Fork of the qrupdate library for future maintenance.

Language: Fortran - Size: 653 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

zishun/cuSolverRf-batch

A complete example of batched refactorization in cuSOLVER.

Language: C++ - Size: 247 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

NadavShwartz93/Matrix_Decomposition

Matrix Calculator which perform SVD-factorization, QR-decomposition and LU-decomposition.

Language: Jupyter Notebook - Size: 53.7 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

yakout/numerical-methods

Implementation for different numerical algorithms

Language: Matlab - Size: 281 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 4

verse-chorus/NumericalMethodsSPbU

Реализация на Python, Java, C++ всех лабораторных работ к курсу численных методов ПМ-ПУ СПбГУ, 2-3 курсы.

Language: Jupyter Notebook - Size: 16.7 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 1

sinshu/matflat

A subset of BLAS and LAPACK routines implemented in pure C#

Language: C# - Size: 522 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

rwl/blu

LU factorization with dynamic Markowitz search and columnwise threshold pivoting

Language: Rust - Size: 486 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

juliohm/GeoSimulation.jl 📦

Geostatistical simulation solvers for the GeoStats.jl framework

Language: Julia - Size: 3.87 MB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

rwl/lufact

Sparse LU factorization with partial pivoting using Gilbert and Peierls method

Language: Go - Size: 217 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

gagahpangeran/numerical-analysis

Repository for project report of numerical analysis course assignment in Faculty of Computer Science UI

Language: TeX - Size: 3.54 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

aostrun/Matrix-LUP

Matrix implementation that includes LU/LUP decomposition and solving basic linear equations

Language: Python - Size: 17.6 KB - Last synced at: 1 day ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 2

tk-yoshimura/MultiPrecisionComplexAlgebra

MultiPrecision Complex Algebra Implements

Language: C# - Size: 160 KB - Last synced at: 30 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

tk-yoshimura/Algebra

Linear algebra

Language: C# - Size: 245 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

kirtan2605/IITM-EE1103-Numerical_Methods

The assignments of the course EE1103, Numerical Methods, offered by Prof. Anil Prabhakar, Department of Electrical Engineering at IIT Madras.

Language: C - Size: 1.16 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Ghonimo/Linear-Equations-Solver-with-Parallel-LU-decomposition-ECE588

A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University

Language: C - Size: 107 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

HeliaHashemipour/LinearAlgebra

Language: Jupyter Notebook - Size: 27.9 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Sowmik23/Numerical-Lab-3-2

Numerical Lab Assignment and Lab practice codes are here.

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

sammylton/Numerical-Methods-in-FORTRAN

My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR

Language: Fortran - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 3

KevinCorcor/Numerical-Computation

Implementation of several numerical algorithms

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

MuhammedKhamis/Root-Finder

Numerical Project implemented using MATLAB to implement some of the Numerical methods for Root Finding with interactive graphical user interface .

Language: Matlab - Size: 4.12 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 3

fl0wbar/lsu

Compute LSU factorization of a matrix in PyTorch

Language: Python - Size: 29.3 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

CSFelix/nlp-2.1-matrix-decomposition

💬 Algorithms to Decompose Matrices

Language: Jupyter Notebook - Size: 1.47 MB - Last synced at: about 15 hours ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

BaranovSerV/mathmod

Библиотека Python для численного моделирования

Language: Python - Size: 6.88 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

NJdevPro/Rmatrix

A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.

Language: Rust - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

fardinabbasi/ImageCompression-HistogramMatching

Implementations and analyses of various mathematical and computational techniques, including Lagrange interpolation, LU decomposition, image compression with SVD and FFT, image denoising, histogram matching, and QR decomposition using Gram-Schmidt methods.

Language: Jupyter Notebook - Size: 14.7 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

hbarquanta/Numerical-Linear-Algebra

Numerical Linear Algebra

Language: Jupyter Notebook - Size: 7.75 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

kirtan2605/UTwente-191158510-Programming_in_Engineering

The projects of the course 191158510, Programming in Engineering, offered under self-study, at the University of Twente.

Language: Python - Size: 44.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

anthonynamnam/lu-decomposition

A simple example of LU decomposition

Language: Python - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

rwl/lufact_rs

Sparse LU factorization with partial pivoting in Rust

Language: Rust - Size: 162 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shakibaam/linear-algebra

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

XMaroRadoX/Matrix-Solving-Techinques-Using-Matlab

Project on using MATLAB to solve matrices using various techniques like Gaussian elimination and LU decomposition, for real-world problems. Matrix solving is important in various fields, and this project will help deepen understanding and apply MATLAB to solve matrices.

Language: MATLAB - Size: 211 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Zedrichu/Numerical-Methods

A collection of applications of numerical methods in Visual Computing and Machine Learning.

Language: Jupyter Notebook - Size: 153 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

mrglaster/SomeMatrixOperations

Python realisation of some matrix operations including LU-decomposition and determinant finding.

Language: Jupyter Notebook - Size: 269 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

bettoalsur/FEM-project

Implementation of the Finite Element Method (FEM) to solve static equilibrium problems using rectangular elements (2D)

Language: JavaScript - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

eHonnef/Mafs

Math library

Language: C++ - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ClecioJung/studying-c

A bunch of C code developed during my studies of programming

Language: C - Size: 392 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

janskwr/MN-P2

Project 2 for Numerical Analysis course.

Language: MATLAB - Size: 141 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

RooTender/Interpolation-methods

Project made for analyzing the performance and effectiveness of selected interpolation methods.

Language: C++ - Size: 261 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

unvercan/quadratic-equation-solver

Quadratic Equation Solver with Linear Algebra using LU and QR decomposition

Language: C++ - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

avrtt/finite-element-method 📦

Two-dimensional finite element method on rectangles

Language: C++ - Size: 91.8 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

AnuragAnalog/Numerical-Analysis

This repo contains some of the well-known algorithms for Numerical Analysis.

Language: C - Size: 153 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

Vedant2311/Numerical-Algorithms-Assignments

Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions

Language: Python - Size: 19.2 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

thinkGrow/numerical-methods-matlab

I try and test out different numerical methods using MATLAB. I also scratch basic ML implementing linear regression.

Language: MATLAB - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

kabicm/lu

LU-factorization with Scalapack

Language: C++ - Size: 160 KB - Last synced at: 17 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

juliohm/GaussianSimulation.jl 📦

Gaussian simulation solvers for the GeoStats.jl framework

Language: Julia - Size: 300 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Omar-Radwan/Linear_Equations_Solver

Solves system of linear equations using numerical methods

Language: Python - Size: 10.7 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

EliousMondal/1D-TDSE_solver

Python implementation of 1D Time-dependent Schroedinger Equation solver to study the adiabaticity of any 1D system.

Language: Python - Size: 820 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

MohamadTarekk/Systems-of-Linear-Equations-Solver

System of linear equations solver using numerical analysis with simulation

Language: MATLAB - Size: 472 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

SasCezar/LUDecomposition

Three framework comparison for LU decomposition

Language: TeX - Size: 1.01 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 2

shakiz/Numerical-Analysis-Methods-in-Java-

This is a repository where i put all of the implementation that i have done in numerical analysis.I have added four files and the methods are bisection,Gaussian,newton raphson and Lu decomposition.

Language: Java - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

MuhammedKhamis/Liner-Equations-Solver

Linear Equations solver project done using Matlab, uses different method to solve the equations as Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, and Jacobi Iterative Method

Language: Matlab - Size: 1.81 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 4

HaoLIU94/Heat_diffusion

Resolve heat diffusion problems (1D, 2D) with differential equations in C++

Language: C++ - Size: 3.15 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

reianrafi/nlp-2.1-matrix-decomposition

💬 Algorithms to Decompose Matrices

Size: 1.42 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

LorenzoPaleari/ASL-Matrix-Exponential-C

Highly optimised C implementation of matrix exponential using Al-Mohy & Higham's algorithm, featuring advanced performance techniques like vectorization and LU decomposition.

Language: C - Size: 421 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tk-yoshimura/ComplexAlgebra

Complex Algebra Implements

Language: C# - Size: 122 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

tk-yoshimura/MultiPrecisionAlgebra

MultiPrecision Algebra

Language: C# - Size: 169 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

sudipto3331/LU-Decomposition-Numerical-Method-Implementation-in-Python

This repository contains a Python implementation of the LU Decomposition method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs LU Decomposition to factorize the matrix into lower and upper triangular matrices, and then solves the system of equations.

Language: Python - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pragyapranati/numerical-techniques

C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration

Language: C - Size: 187 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

machulsky61/Linear-Algebra

Computational Linear Algebra course covering topics like iterative methods, matrix decompositions, and applications. It includes theoretical concepts, practical exercises, and code. Advanced methods like QR factorization, spectral theorem, and iterative solvers for linear systems.

Language: Jupyter Notebook - Size: 15.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sanonesan/parallel_comp_labs

Language: C++ - Size: 33.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

joyel124/lu_app

FactoLU App made with Flutter.

Language: Dart - Size: 191 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gatmatz/Numerical-Analysis

Python scripts referring to methods of numerical analysis.

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

trizen/Math-MatrixLUP

Math::MatrixLUP - Perl 5 library for matrix operations and LUP decomposition.

Language: Perl - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kujilit/numerical_methods

Лабораторные и курсовые работы по дисциплине "Вычислительная математика. Численные методы алгебры."

Language: Python - Size: 315 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

KouroshKSH/NMLA-Algorithms

This project is focused on the implementation of various numerical algorithms for solving systems of equations. Its primary objective is to enable the user to practice and develop an understanding of the fundamentals of numerical multi-linear algebra.

Language: Python - Size: 36.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

clementmariebrisson/solving-large-hollow-systems

C++ implementation of several mathematical techniques for solving large hollow systems

Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ZahraRahimii/Linear-Algebra-Course-Projects

Explanations about three projects of Linear Algebra course; including LU decompositions, denoising signals, and SVD decompositions

Language: Python - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

bouchrahmn/stu

méthode numérique/gauss/gauss jordan/décomposition LU/python

Language: Python - Size: 1000 Bytes - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AH-Yussef/Analytica

Analytica is a web app to solve systems of linear equations using different algebraic and numerical methods. Not only showing the final solution, but all the steps involved to get that solution.

Language: JavaScript - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

touunix/LU-decomposition-method

LU decomposition method | Metoda dekompozycji LU

Language: MATLAB - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

goldenprada/Linear_Algebra_Projects

My university projects on numerical methods for soling systems of linear equations and matrix decompositions.

Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

moharamfatema/sys_linear_eqns_python

Solving systems of linear equations using numerical methods - python

Language: Python - Size: 1.35 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

avelycure/ParallelComputingTechnologies

Laboratory works on the course "Parallel Computing Technologies "

Language: C++ - Size: 12.9 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

vishishtpriyadarshi/MatLib

MatLib - Matrix Library

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

fahmij8/Metode-Numerik

Numerical methods, with explanation on jupyter notebook.

Language: Jupyter Notebook - Size: 348 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

kiranmukesh7/Computational-Astrophysics

Semi-automated root finding, Interpolation, Gauss Elimination method, LU Decomposition, Linear Algebra, Numerical Analysis - integration, differentiation, Newton cotes, Monte Carlo, Ordinary Differential Equation (ODE) solver, Curve Fitting, Signal Processing, Convolution, Correlation, Fourier Transform, Search Methods and many more

Language: Jupyter Notebook - Size: 141 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

GeoKrom/UoI-Introduction-to-Numerical-Analysis-course

Numerical methods for solving linear systems and non-linear equations

Language: MATLAB - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sm823zw/Computational-Linear-Algebra-algorithms

This repo consists of various Linear Algebra algorithms.

Language: MATLAB - Size: 820 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

biyori-sh/exercises_common-lisp

Language: Common Lisp - Size: 32.2 KB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

derekharrison/lu-decomposition

Performs the LU decomposition of a matrix

Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

juliohm/DirectGaussianSimulation.jl 📦

Direct Gaussian simulation solver for the GeoStats.jl framework

Language: Julia - Size: 2.88 MB - Last synced at: about 12 hours ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

pradyumnameena/COL380-Parallel-Programming

Collection of assignments under the course COL380 - Introduction to Parallel Programming by Prof. Rijurekha Sen

Language: C - Size: 20.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Subangkar/Numerical-Methods-CSE-218-BUET

Programming assignments of Numerical Methods Sessional Course CSE 218 in Level-2, Term-1 of CSE, BUET

Language: MATLAB - Size: 6.38 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 2

biyori-sh/exercises_python

Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

jan-golda/AGH-ComputationalMethods 📦

AGH University of science and technology - Computational methods in science and technology Labs - Solutions

Language: Jupyter Notebook - Size: 4 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Ojaswy/LU-Decompostion

Parallel implementation of LU decomposition

Language: Shell - Size: 216 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Related Topics
qr-decomposition 24 linear-algebra 23 matrix 22 numerical-methods 17 gauss-seidel 15 numerical-analysis 15 python 14 cholesky-decomposition 14 gauss-elimination 12 matlab 10 openmp 9 singular-value-decomposition 8 matrix-factorization 8 newton-raphson 8 svd-factorization 8 math 7 svd 7 gauss-jordan 7 sparse-linear-systems 6 matrix-multiplication 5 algebra 5 cpp 5 cuda 5 eigenvalues 5 c 5 numerical-integration 5 interpolation 4 matrix-decompositions 4 fft 4 determinant-calculation 4 gaussian-processes 4 algorithm 4 plu-decomposition 4 covariance 4 linear-regression 4 gram-schmidt 4 lu-factorization 4 dotnet8 4 net8 4 svd-matrix-factorisation 4 variogram 4 lagrange-interpolation 3 root-finding 3 parallel-programming 3 linear-systems 3 linear-equations 3 lu 3 rust 3 algorithms 3 simpson-rule 3 trapezoidal-method 3 relaxation 3 jacobi-method 3 openmpi 3 linear-algebra-library 3 system-of-linear-equations 3 curve-fitting 3 fortran 3 matrix-inversion 3 regression 3 spectral-methods 3 monte-carlo 3 decomposition 3 splines 3 matrix-decomposition 3 matrix-calculations 3 eigenvectors 3 secant-method 3 least-squares 3 schur-decomposition 3 ode-solver 3 sorting-algorithms 2 parallel 2 vector 2 runge-kutta 2 automatic-differentiation 2 qr-algorithm 2 fibonacci 2 numerical-linear-algebra 2 svd-decomposition 2 spectral-decomposition 2 qr 2 eigen-decomposition 2 sparse-matrix 2 lapack 2 blas 2 parallel-computing 2 python3 2 complexity-analysis 2 data-science 2 mpi 2 helmholtz-equation 2 maths 2 jacobi 2 gaussian 2 lu-decomposition-method 2 matrix-functions 2 optimization 2 gnuplot 2 partial-pivoting 2