jbrown1618 / vector

A linear algebra library for TypeScript and JavaScript
MIT License
13 stars 1 forks source link

Row operations don't need to be top-level exports #82

Closed jbrown1618 closed 5 years ago

jbrown1618 commented 5 years ago

Let's put these on an object.

RowOperations.addScalarMultipleOfRowToRow(...)