mikera / vectorz

Fast and flexible numerical library for Java featuring N-dimensional arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document Vector.length()

mdekstrand opened this issue · comments

With vectors, it is always confusing whether length refers to Euclidean length or the size/dimensionality of the vector. In vectorz, it seems to be the size. But it would be nice to have this explicitly documented (length() has no JavaDoc).

Sounds sensible, thanks!

I've added the relevant docs to IVector, should appear in the next release.