Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 351 Bytes

File metadata and controls

executable file
·
14 lines (10 loc) · 351 Bytes

Matrix Operations


A command line program with a collection of helpful utilities for operation on matrices.

Provides a simple header file and an example implementation. What the header includes:

  • Matrix class with the ability to store 2D vectors of data.
  • Overloads for multiplication, addition, and subtraction.

Todo:

  • Implement division