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

Create a common interface for C++ libraries #4

Open
5 tasks
mcopik opened this issue Dec 7, 2016 · 0 comments
Open
5 tasks

Create a common interface for C++ libraries #4

mcopik opened this issue Dec 7, 2016 · 0 comments

Comments

@mcopik
Copy link
Contributor

mcopik commented Dec 7, 2016

The interface should allow to implement a generic linear algebra kernel and evaluate it with different libraries. Basic interface is required to solve #3

  • wrappers for matrix and vector types
  • inplace matrix operations - transpose, hermitian, inverse, normalize
  • operations returning new object/scalar - norm, determinant, trace, generic functions
  • decompositions
  • linear solvers
@mcopik mcopik added this to the 0.2 milestone Dec 7, 2016
@mcopik mcopik added the C++ label Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant