Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 385 Bytes

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