An open API service indexing awesome lists of open source software.

https://github.com/rmjarvis/tmv

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.
https://github.com/rmjarvis/tmv

blas c-plus-plus lapack linearalgebra matrix vector

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

See doc/TMV_Documentation.pdf for more complete documention.

This project is hosted at:
https://github.com/rmjarvis/tmv

Installation instructions may be found in the above
documention or also in the file INSTALL.

There are some example programs in the examples directory.
To make these, type scons examples.