package coq-matrix
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=fecc3f83ca9c63ad9da1e12351b2956e009921f4ae1c4824102b40274e107aae
Description
Matrix is an important mathematical tool. Although there are at least five matrix models/libraries in Coq community, the massive verification project involving matrix are still facing some problems: (1). There havn't a full-feature formal matrix library, because the matrix theory is complex and need more time to formalize it. (2). Different libraries of these implementations cannot be easily switched at the later stage of a verification process, because the type of operations and theorems are different. But some project maybe need more matrix theories while the needed theorems only avaiable in another libraries.
Thus, we provide a unified framework for different implementations of formal matrix models, so as to decouple the difference between underlying technologies and upper-level applications.
Tags
keyword:matrices category:Mathematics/Algebra date:2023-02-27 logpath:CoqMatrixPublished: 27 Feb 2023
Dependencies (2)
-
coq-mathcomp-algebra
>= "1.15.0"
-
coq
>= "8.13"
Dev Dependencies
None
Used by
None
Conflicts
None