tomstewart89 / BasicLinearAlgebra

A library for using matrices and linear algebra on Arduino
MIT License
187 stars 38 forks source link

adds SetIdentity method as well as GetRowCounts and GetColCounts #7

Closed keithmgould closed 7 years ago

keithmgould commented 7 years ago

adds 3 methods:

  1. matrix.SetIdentity populates matrix with identity matrix
  2. matrix.GetRowCount returns the row count int
  3. matrix.GetColCount returns the column count int
keithmgould commented 7 years ago

hmm looks like I did not have newest work. Closing and will create a better diff (and PR)