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.
- Host: GitHub
- URL: https://github.com/rmjarvis/tmv
- Owner: rmjarvis
- License: other
- Created: 2015-10-29T14:40:09.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:39:39.000Z (over 1 year ago)
- Last Synced: 2025-07-24T18:14:05.478Z (11 months ago)
- Topics: blas, c-plus-plus, lapack, linearalgebra, matrix, vector
- Language: C++
- Homepage: http://eigen.tuxfamily.org/index.php?title=Main_Page
- Size: 19.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
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.