tomstewart89 / BasicLinearAlgebra

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

Fixes #21 Add missing const qualifiers. #22

Closed VorpalBlade closed 5 years ago

VorpalBlade commented 5 years ago

Also fixes GetRowCount & GetColCount in addition to what was mentioned in the bug report.