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 matrix generation functionality #6

Open
2 of 8 tasks
mcopik opened this issue Dec 7, 2016 · 0 comments
Open
2 of 8 tasks

Add matrix generation functionality #6

mcopik opened this issue Dec 7, 2016 · 0 comments
Assignees
Milestone

Comments

@mcopik
Copy link
Contributor

mcopik commented Dec 7, 2016

Implement module generating different types of matrices and specialize it for libraries if necessary. Randomized matrices are necessary for #3 . Add test for each type.

It seems that the best way for mixing should be to split properties into compile-time and runtime. At compile time we can specialize for shape and filling policies, a set of type properties can be analyzed at runtime to determine how to proceed with multiple properties.

Special matrices:

  • zero
  • identity

Fill policy:

  • random
  • constant value
  • positive, negative

Types:

  • SPD
  • orthogonal, unitary, permutation
  • Hermitian, normal
@mcopik mcopik added this to the 0.2 milestone Dec 7, 2016
@mcopik mcopik self-assigned this 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