Skip to content

Commit

Permalink
More README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Nov 17, 2021
1 parent d07e031 commit 5149d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# linalg
Easy-to-use abstractions around Linear Algebra calculations. Written in pure Go with no external dependencies.
The library provides three packages for working with vectors and points as well as one for working with matricies.
The library provides three packages for working with vectors and points as well as one for working with matricies. The goal is to be as easy to use as possible while keeping good performance.

***NOTE:*** *This package is work in progress and might see large changes going forward. Use at your own risk.*

Expand Down

0 comments on commit 5149d26

Please sign in to comment.