https://github.com/jsmith/cmat
Matrix library for C++
https://github.com/jsmith/cmat
matrix
Last synced: about 2 months ago
JSON representation
Matrix library for C++
- Host: GitHub
- URL: https://github.com/jsmith/cmat
- Owner: jsmith
- Created: 2018-04-22T20:49:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T21:49:09.000Z (about 8 years ago)
- Last Synced: 2026-01-31T19:34:38.788Z (5 months ago)
- Topics: matrix
- Language: C++
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmat
Cmat is a simple C++ library to manage matrix operation. This project was completed for educational purposes to learn about:
* Memory management
* Parallell processing on GPUs
* Build linking