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

Generalize seqmx.v to not require a ringType structure everywhere. #2

Closed
wants to merge 1 commit into from

Conversation

erikmd
Copy link
Member

@erikmd erikmd commented Nov 29, 2016

Hello,

Pierre Roux and I prepared this PR after working on our library validsdp.

This generalization can be useful for example, to manipulate matrices of floating-point values, as floating-point arithmetic does not have a ring structure (addition is not even associative). Actually, the ring structure on the coefficients is definitely overkill for all non arithmetic operations over matrices.

Note that we only tested this version with paramcoq-dev~1 (i.e., bc9e61d) because of a compilation issue related to math-comp/math-comp#62

Kind regards,

Erik and Pierre

This can be useful for example, to manipulate matrices of
floating-point values, as floating-point arithmetic does not have a
ring structure (addition is not even associative). Actually, the
ring structure on the coefficients is definitely overkill for all
non arithmetic operations over matrices.
@maximedenes
Copy link
Contributor

@CohenCyril Could you reply to those PRs? They've been dormant for a while now. Thanks!

@CohenCyril
Copy link
Collaborator

integrated

@CohenCyril CohenCyril closed this May 5, 2017
@erikmd
Copy link
Member Author

erikmd commented May 17, 2017

Thanks!

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

3 participants