/matrix

Common matrix operations in Go

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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