Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 644 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 644 Bytes

Testing Image Issues

Matrix

matrix is a BSD licensed library that provides common matrix operations written in Go, inspired by Numpy. It has full coverage for tests.

Documentation

Godoc

License

BSD License

Supported Functions

  • where
  • take
  • dot product
  • determinant
  • minor matrix
  • cofactor matrix
  • apply
  • cumulative sum
  • lower triangle
  • upper triangle
  • diagonal