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

ndarray_linalg::lapack module as "lax" crate #207

Merged
merged 15 commits into from
Jul 2, 2020
Merged

ndarray_linalg::lapack module as "lax" crate #207

merged 15 commits into from
Jul 2, 2020

Conversation

termoshtt
Copy link
Member

@termoshtt termoshtt commented Jul 1, 2020

Split advanced linalg parts written in Rust (e.g. lopbcg) and LAPACK FFI parts

New "lax" crate is motivated from #206 to manage affected range, and focuses on

  • ndarray free
  • handle LAPACK FFI linking

Changes

  • move ndarray_linalg::lapack into lax/ as it is
  • Setup feature flags for lax
  • move Tridiagonal and LUFactorizedTrigdiagonal and some flag enums into lax
    • Rewrite opnorm_one for Tridiagonal without using Opnorm Trait

@termoshtt termoshtt marked this pull request as ready for review July 1, 2020 19:22
@termoshtt termoshtt merged commit cb4f764 into master Jul 2, 2020
@termoshtt termoshtt deleted the lax branch July 2, 2020 13:33
termoshtt added a commit that referenced this pull request Jul 2, 2020
@termoshtt termoshtt added this to the 0.13.0 milestone Jul 23, 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.

None yet

1 participant