Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhuangbo/cpp

Programs in C++
https://github.com/zhuangbo/cpp

Last synced: about 2 months ago
JSON representation

Programs in C++

Awesome Lists containing this project

README

        

cpp
===

Programs in C++

* matrix -- A common matrix class template, supports a[i][j], a(i,j), copy, assignment, iterators and operators...
* matrix1 -- A simple light weight matrix wrapped from pointer, supports a[i][j], a(i,j), input and output operators optional.
* matrix2 -- A simple light weight matrix wrapped from pointer, supports a[i][j], a(i,j) and some operators...