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

Refactor #15

Merged
merged 20 commits into from
Jan 30, 2020
Merged

Refactor #15

merged 20 commits into from
Jan 30, 2020

Conversation

mschauer
Copy link
Owner

the src/ folder should only contain files which are included in the module.

@mschauer
Copy link
Owner Author

So I moved around things, fixed warnings, some things:

  • It is better to use joinpath(path, file) than path*"/"*file
  • JLD does not work very well anymore, JDL2 is the better choice.
  • I introduced a onemask working like zero(A) just setting everything to 1
  • Backsolve now calls the lufact with pivoting, for now I use the lu factorisation explicitly in https://github.com/mschauer/BridgeLandmarks.jl/blob/master/src/lmguid.jl#L232
  • Updated the project
  • Some smaller things

@mschauer mschauer merged commit bad06bb into master Jan 30, 2020
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