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

https://github.com/jsmith/cmat

Matrix library for C++
https://github.com/jsmith/cmat

matrix

Last synced: about 1 month ago
JSON representation

Matrix library for C++

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