Skip to content
#

linearalgebra

Here are 56 public repositories matching this topic...

A fast, intuitive linear algebra library for C++. Caveat: This project is no longer being actively developed. I'll still try to respond to bug reports, but that's about it. An alternative that has now become at least as good as (and sometimes better than) TMV for almost all use cases is Eigen. You would probably be well served to switch to that.

  • Updated Dec 8, 2017
  • 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 linearalgebra 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 linearalgebra topic, visit your repo's landing page and select "manage topics."

Learn more