Skip to content

Go package of column ordered matrix

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING
GPL-3.0
COPYING.GPL
Notifications You must be signed in to change notification settings

hrautila/matrix

Repository files navigation

matrix

Column order matrix implementation suitable for BLAS/LAPACK libraries.

Changes

New sub-matrix interface that resembles go slices. Creating a sub-matrix does
not copy elements and changes to submatrix are visible in the original matrix.

Depreciated row and column handling functions. Use sub-matrix instead.

Todo

  • ComplexMatrix not up to level of FloatMatrix

About

Go package of column ordered matrix

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING
GPL-3.0
COPYING.GPL

Stars

Watchers

Forks

Packages

No packages published