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

Package coq-finmatrix.1.0.0 #3028

Merged
merged 2 commits into from Apr 26, 2024
Merged

Conversation

zhengpushi
Copy link
Contributor

FinMatrix is a formal matrix library in Coq, which we started from finite sets (over natural numbers), vector based on finite sets, and matrices based on vectors.
This implementation differs from the CoqMatrix project, which have various models.
We have formalized many algebraic and geometric vector or matrix theories, especially including two inversion matrix algorithms:

  • minvGE, an inversion method based on Gaussian Elimination;
  • minvAM, an inversion technique utilizing the Adjoint Matrix method.
    The main features of this library is:
  • Support for directly evaluation in Coq, including for minvGE or minvAM.
  • Extracted OCaml code is clear and readable (free of obfuscated magic.obj code)
  • Support Leibniz equality of vectors or matrices
  • Intrinsic support for nested vectors of high rank.
    The HTML document and dependent-graph can be found in homepage: FinMatrix .

@zhengpushi zhengpushi marked this pull request as draft April 25, 2024 23:48
@zhengpushi zhengpushi marked this pull request as ready for review April 26, 2024 09:34
@silene silene merged commit 2a2ea87 into coq:master Apr 26, 2024
3 checks passed
@zhengpushi zhengpushi deleted the coq-finmatrix.1.0.0 branch April 26, 2024 12:28
@zhengpushi zhengpushi restored the coq-finmatrix.1.0.0 branch April 26, 2024 12:29
@zhengpushi zhengpushi deleted the coq-finmatrix.1.0.0 branch April 26, 2024 12:29
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

2 participants