Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 286 Bytes

matrix-C-class-

C++ class for matrix operation Currently include: matrix construction basic matrix manipulation such as add/remove row and colnum, resize, reshage... basic matrix operator such as +, -, * basic math operation such as tranpose, inversion...

More feature will be added