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...