Skip to content
#

tridiagonal

Here are 11 public repositories matching this topic...

Tiger

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

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

Improve this page

Add a description, image, and links to the tridiagonal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tridiagonal topic, visit your repo's landing page and select "manage topics."

Learn more