Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
properly using column major. NOTE: all multiplications are now done in column major order, i.e. A * B is really B * A since everything is transposed
35d4d5bView on GitHubadded unitary operator- and also made dot product not allowed on point3
d8a28d0View on GitHub