tomstewart89 / BasicLinearAlgebra

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

Fill row major #2

Closed tomstewart89 closed 7 years ago

tomstewart89 commented 7 years ago

removing elemt template parameter in favor of just reading it from memt instead, added varadic function for filling the matrices in row major order