-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made ggev functions as non-scalar functions and support for lapack-sr…
…c v0.13 (#28) * Made ggev functions as non-scalar functions and fixed the issue with lsame Arguments are now in lower case alpha in larfg is corrected as a scalar * Unify the rules in is_scalar * Remove redundant formatting * Bump the version number * Exclude lsame * Remove a redundancy * Update lapack-sys * Regenerate the functions * Refactor the generator * Unify the rules in is_scalar * Fix vl and vr * Fix k+ * Fix dif Co-authored-by: Ivan Ukhov <ivan.ukhov@gmail.com>
- Loading branch information
Showing
6 changed files
with
27,257 additions
and
21,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lapack-sys
updated
4 files
+1 −1 | Cargo.toml | |
+1 −0 | bin/generate.sh | |
+0 −2 | src/lapack.rs | |
+1 −1 | src/lib.rs |
Oops, something went wrong.