package coq-matrix

  1. Overview
  2. No Docs
Formal matrix theory with multiple implementations in Coq

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.4.tar.gz
sha256=8014908241f687eddb5cd941d24c2c17dbfa232c500a8ec9b51aea8439b7881b

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.

Dependencies (1)

  1. coq >= "8.14.0" & <= "8.16.1"

Dev Dependencies

None

Used by

None

Conflicts

None