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

Interfaces for matrix generator #12

Open
5 tasks
mcopik opened this issue Feb 6, 2017 · 2 comments
Open
5 tasks

Interfaces for matrix generator #12

mcopik opened this issue Feb 6, 2017 · 2 comments
Assignees
Milestone

Comments

@mcopik
Copy link
Contributor

mcopik commented Feb 6, 2017

Creating and filling four types of matrices:

  • general
  • self_adjoint
  • triangular, Hessenberg
  • banded, diagonal, tridiagonal

For libraries:

  • blaze
  • Eigen
  • Armadillo
  • MTL4
  • plain C array for BLAS calls
@mcopik mcopik added this to the 0.2 milestone Feb 6, 2017
@mcopik mcopik self-assigned this Feb 6, 2017
@mcopik
Copy link
Contributor Author

mcopik commented Feb 6, 2017

Necessary for #6

@mcopik
Copy link
Contributor Author

mcopik commented Mar 23, 2017

Redefine shape by adding tridiagonal and diagonal as aliases for banded. Also Hessenberg matrices for triangular.

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