Skip to content
Snippets Groups Projects

gomatrix (WIP)

pipeline status coverage report

A go package for scientific matrix operations.

TODO

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