Skip to content

eserie/jju

 
 

Repository files navigation

Jack's Jax Utilities

Code style: black

A collection of utilities I've written for jax.

Currently provides:

  • LOBPCG implementation for optionally sparse eigendecomposition.
  • vjp for partial eigendecomposition, with optionally sparse inputs.

Pre-commit

This package uses pre-commit to ensure commits meet minimum criteria. To Install, use

pip install pre-commit
pre-commit install

This will ensure git hooks are run before each commit. While it is not advised to do so, you can skip these hooks with

git commit --no-verify -m "commit message"

About

Jack's Jax Utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Makefile 4.0%
  • Shell 0.4%