Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.12 KB

gomatrix

GoDoc pipeline status coverage report Go Report Card License MIT

A go package for scientific matrix operations.

TODO

  • F_2 matrix implementation
    • Create matrix
    • Set values to matrix
    • AddMatrix
    • MulMatrix
    • InvertMatrix
    • Partial gauss
    • Transpose
    • Permute (cols)
  • More todos...