index
:
coq-mathcomp
master
Library of mathematical components formalized in Coq
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mathcomp
/
algebra
/
matrix.v
Age
Commit message (
Expand
)
Author
2020-10-29
Switch from long suffixes to short suffixes
Kazuhiko Sakaguchi
2020-10-21
Adding matrix commutation and its theory
Cyril Cohen
2020-09-29
Merge pull request #582 from CohenCyril/fix_map_mx
Kazuhiko Sakaguchi
2020-09-28
Submatrix theory
Cyril Cohen
2020-09-28
Update `map_mx_id`, fix some implicits and argument orders
Cyril Cohen
2020-09-24
Adding `det_mx11`
Cyril Cohen
2020-09-08
Merge pull request #573 from CohenCyril/horner_diag
Laurent Théry
2020-09-08
Lemma mul_rvP
Cyril Cohen
2020-09-07
Adding [row|col]_[udlr]submx lemmas
Cyril Cohen
2020-09-07
compat Coq < 8.10
Cyril Cohen
2020-09-07
Refactoring proof of det_trig and spawning sublemmas
Cyril Cohen
2020-09-07
Polynomial evaluation and minimal poly of a diagonal matrix
Cyril Cohen
2020-09-04
Adding more map_mx lemmas
Cyril Cohen
2020-09-04
Merge pull request #575 from CohenCyril/mxOver
Laurent Théry
2020-09-03
Lemmas reindex_omap and bigD1_ord
Cyril Cohen
2020-09-03
Merge pull request #565 from CohenCyril/split_ordP
Laurent Théry
2020-09-03
Adding mxOver predicate
Cyril Cohen
2020-09-03
Expliciting relation between split and [lr]shift
Cyril Cohen
2020-09-03
Extracting a nonzero coefficient from a nonzero matrix
Cyril Cohen
2020-09-03
Elementary theory of diagonal and triagular matrices
Cyril Cohen
2020-06-09
fix coq 8.12 warnings
Cyril Cohen
2020-04-09
Merge pull request #473 from affeldt-aist/long_short_suffixes
affeldt-aist
2020-04-09
- switching long suffixes to short suffixes
Reynald Affeldt
2020-04-08
fix typos in documentation: formulae
Antonio Nikishaev
2020-04-08
fix typos in documentation: text
Antonio Nikishaev
2019-12-28
Refactoring and linting especially polydiv
Kazuhiko Sakaguchi
2019-05-29
Replace eqVneq with eqPsym
Anton Trunov
2019-05-29
Rename eqsP to eqPsym as suggested by @CohenCyril
Anton Trunov
2019-05-28
Add eqsP view to destruct not only x == y, but also y == x
Anton Trunov
2019-04-26
Cleaning Require and Require Imports
Cyril Cohen
2019-03-20
Add extra eta lemmas for the under tactic
Erik Martin-Dorel
2018-12-13
Adjust implicits of cancellation lemmas
Georges Gonthier
2018-12-04
Document parameter names whenever possible
Anton Trunov
2018-11-21
Merge Arguments and Prenex Implicits
Anton Trunov
2018-10-26
moving countalg and closed_field around
Cyril Cohen
2018-07-12
Replace all the CoInductives with Variants
Kazuhiko Sakaguchi
2018-03-04
Change deprecated Arguments Scope to Arguments
Jasper Hugunin
2018-02-21
Change Implicit Arguments to Arguments in algebra
Jasper Hugunin
2018-02-06
running semi-automated linting on the whole library
Cyril Cohen
2017-12-12
Adding row/col/block_mx_eq0
Cyril Cohen
2017-10-30
Fix obsolete vernacular syntax for locality.
Maxime Dénès
2016-11-07
update copyright banner
Assia Mahboubi
2015-12-04
Add finLmodType, finLalgType and finAlgType instances
Georges Gonthier
2015-07-28
update copyright banner
Enrico Tassi
2015-07-17
Updating files + reorganizing everything
Cyril Cohen
2015-04-09
Using the From X Require Y for v8.4
Cyril Cohen
2015-04-08
packaging for v8.5
Cyril Cohen
2015-03-09
Initial commit
Enrico Tassi