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

add basic bindings to provide basic functionality #10

Open
2 tasks
cartazio opened this issue Mar 1, 2014 · 1 comment
Open
2 tasks

add basic bindings to provide basic functionality #10

cartazio opened this issue Mar 1, 2014 · 1 comment

Comments

@cartazio
Copy link
Member

cartazio commented Mar 1, 2014

  • Linear Systems Solvers - Dense General Matrices - simple driver LAPACKE_?gesv
  • Least Square Systems solver - Dense General matrices - simple driver LAPACKE_?gelsd that does recursive SVD based least squares. (because its fast, and doesn't make any assumptions about rank)
  • more things! some of the factorizations, and perhaps some of the "expert" routines
@cartazio
Copy link
Member Author

cartazio commented Mar 1, 2014

complication: apple accelerate doesn't provide lapacke interfaces. May have to do clapack stye. DAMN

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

No branches or pull requests

1 participant