tomstewart89 / BasicLinearAlgebra

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

Where is the Range<> template? #1

Closed ivorjawa closed 7 years ago

ivorjawa commented 7 years ago

README.md:auto ref = A.Submatrix(Slice<1,3>(),Range<0,2>()));

tomstewart89 commented 7 years ago

Thanks for the comment! I actually renamed "Range" to "Slice" a while ago to better conform with the terminology used in numpy; so just use Slice instead. Looks like I missed a spot when I was updating the readme though so I'll fix that up