Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes upstream #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alexis-rigaud
Copy link

@alexis-rigaud alexis-rigaud commented Dec 2, 2024

  • eigen.c : in eigen_backsolve() : counter i should be a int, not double
  • eigen.c : fix memory leak (mem free missing)
  • tests.c : fix memory leak (mem free missing)
  • Makefile : add clean command + a mem leak test to be run with ASAN
  • eigen.c : restore matrix_free(e->eigenvectors);
  • linreg.c : found a div by zero : correct the norm factor
  • tests.h : remove function pointer "void" argument

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant