Skip to content

Just a reusable block of code (de)serializing a matrix and a vector and storing them in a single object

License

Notifications You must be signed in to change notification settings

KOLANICH-libs/MatAndVecSer.py

Repository files navigation

MatAndVecSer.py Unlicensed work

wheel (GitLab) wheel (GHA via nightly.link) GitLab Build Status GitLab Coverage GitHub Actions Libraries.io Status Code style: antiflash

We have moved to https://codeberg.org/KFmts/MatAndVecSer.py (the namespace has changed to KFmts, which groups packages related to parsing or serialization), grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success and wide adoption of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


Often one needs to store a matrix and a vector, usually making no sense without each other.

Examples:

  • 1-st order Markov chain initial distribution and transition matrix.
  • PCA / ICA basis vectors and means.

These all have to be manipulated as a single object.

This is a small lib to which the code manipulating them has been extracted from my several projects.

About

Just a reusable block of code (de)serializing a matrix and a vector and storing them in a single object

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages