tridiagonal
Here are 11 public repositories matching this topic...
Sort:Most stars
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
- Updated
Apr 5, 2024 - C++
divide-and-conquer eigenvalues algorithm for symmetric tridiagonal matrix, designed by Cuppen
- Updated
Mar 1, 2020 - C
Solves the tridiagonal linear system Ax = d for x using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
- Updated
Oct 23, 2022 - MATLAB
In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form of Gaussian elimination that can be used to solve tridiagonal systems of equations.
- Updated
Oct 9, 2019 - JavaScript
A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
- Updated
Aug 11, 2018 - C
Solvers for tridiagonal block matrix systems
- Updated
Nov 3, 2018 - C++
A generic Chang and Cooper solver for Fokker-Planck style equations
- Updated
Dec 31, 2020 - Python
C/C++ implementation of fast estimation of largest eigenvalue based on the Power method.
- Updated
Aug 4, 2017 - C++
Fun Matlab exercise by our teacher at CEID.
- Updated
Jan 20, 2022 - MATLAB
Matrix classes for matrices that are block-tridiagonal and sparse, and simply "block sparse". These talk together, and furthermore containts an algorithm for inversion of the block-tridiagonal version. Much faster than the numpy and scipy equivalents when a particular matrix is block tridiagonal and large enough.
- Updated
May 24, 2022 - Python
Solve tridiagonal system of equation in parallel
- Updated
Mar 25, 2017 - C
Improve this page
Add a description, image, and links to thetridiagonal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thetridiagonal topic, visit your repo's landing page and select "manage topics."