| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-26 | correct and improve signature and documentation of FieldMixin | Georges Gonthier | |
| Documentation of FieldUnitMixin and FieldMixin corrected to reflect actual arguments, with mulVf and inv0 made explicit arguments for FieldMixin (they were implicit due to the extended signature of Field.mixin_of). Type of FieldMixin changed to a convertible variant to facilitate construction of on-the-fly in-proof construction of fieldType instances, exposing an idomainType instance. | |||
| 2018-11-21 | Merge Arguments and Prenex Implicits | Anton Trunov | |
| See the discussion here: https://github.com/math-comp/math-comp/pull/242#discussion_r233778114 | |||
| 2018-11-15 | Tweak code related to canonical mixins | Anton Trunov | |
| Remove some unused canonical mixins. Change simplification behavior of concrete comparison functions to allow for better simplification using unfolding and sebsequent folding back e.g. with `rewrite !eqE /= -!eqE`. A bit of cleanup for `Prenex Implicits` declarations. Document some explanations by G. Gonthier. | |||
| 2018-10-31 | fixing local Makefile | Cyril Cohen | |
| should fix #238 | |||
| 2018-10-26 | moving countalg and closed_field around | Cyril Cohen | |
| - countalg goes to the algebra package - finalg now get the expected inheritance from countalg - closed_field now contains the construction of algebraic closure for countable fields (previously in countalg) - proof of quantifier elimination for closed field rewritten in a monadic style | |||
| 2018-10-03 | [opam]: add dev-repo links | Anton Trunov | |
| This commit fixes the following issue: ```shell $ opam pin add coq-mathcomp-ssreflect --dev [ERROR] "dev-repo" field missing in coq-mathcomp-ssreflect metadata, you'll need to specify the pinning location ``` This commit also changes http to https for the homepage links. | |||
| 2018-09-11 | Fixes the doc of rat | Florent Hivert | |
| 2018-08-06 | changing companionmx to a more standard one | Cyril Cohen | |
| 2018-08-03 | update ChangeLog and doc | Cyril Cohen | |
| 2018-08-01 | Companion matrix of a polynomial | Cyril Cohen | |
| 2018-07-31 | Rework the whole Makefile architecture | Cyril Cohen | |
| - Cleanup, refactoring and generalize the makefile architecture - Reuses @strub math-comp/analysis Makefile / Makefile.common organization - As #174, this fixes #88, but looks more stable than trying to fix the use of the MAKEFLAGS internal variable | |||
| 2018-07-19 | Merge pull request #202 from CohenCyril/improving-poly | Laurent Théry | |
| small generalizations and extensions in poly | |||
| 2018-07-19 | poly_size_eq1 phrased with reflect + combinators | Cyril Cohen | |
| 2018-07-14 | updated proposition for big_prod_seq_eq1 | Cyril Cohen | |
| 2018-07-14 | Laurent's simplifications | Cyril Cohen | |
| 2018-07-12 | Replace all the CoInductives with Variants | Kazuhiko Sakaguchi | |
| 2018-07-04 | small generalizations in poly | Cyril Cohen | |
| 2018-04-20 | fix symlinks to README, INSTALL and LICENSE | Enrico Tassi | |
| 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 | fixing things that @ggonthier and @ybertot spotted and some I spotted | Cyril Cohen | |
| 2018-02-06 | running semi-automated linting on the whole library | Cyril Cohen | |
| 2018-01-26 | Merge pull request #171 from CohenCyril/mxdirect_delta | Cyril Cohen | |
| The spaces generated by some delta_mx are in a direct sum | |||
| 2017-12-20 | Merge pull request #172 from CohenCyril/row_mx_eq0 | Assia Mahboubi | |
| Adding row/col/block_mx_eq0 | |||
| 2017-12-14 | The spaces generated by some delta_mx are in a direct sum | Cyril Cohen | |
| proof by @ggonthier | |||
| 2017-12-14 | Using x * y = 1 and x / y = 1 to derive the inverse | Cyril Cohen | |
| fixes #169 | |||
| 2017-12-12 | Adding row/col/block_mx_eq0 | Cyril Cohen | |
| 2017-11-27 | following @ggonthier remark. | Cyril Cohen | |
| 2017-11-23 | Add addrKA and subrKA (addrK and addrNK modulo Associativity) | Cyril Cohen | |
| 2017-10-30 | Fix obsolete vernacular syntax for locality. | Maxime Dénès | |
| It was emitting a deprecation warning and will soon be removed from Coq. | |||
| 2017-10-23 | Remove compatibility with Coq.8.4 (and compatibility hacks that went with it) | Cyril Cohen | |
| 2017-10-23 | Merge pull request #145 from CohenCyril/new-packager | Cyril Cohen | |
| New packager | |||
| 2017-10-19 | fixed homepage | Cyril Cohen | |
| 2017-10-10 | fix building with make flags | Ralf Jung | |
| Fixes #139 | |||
| 2017-02-04 | adding rquot_comRingType | Cyril Cohen | |
| 2016-11-17 | Merge remote-tracking branch 'upstream/master' into fixdoc | Florent Hivert | |
| 2016-11-16 | Fixes the doc of mxalgebra | Florent Hivert | |
| 2016-11-07 | update copyright banner | Assia Mahboubi | |
| 2016-10-24 | wip shorter proof dec factor theorems | Cyril Cohen | |
| 2016-08-25 | Factor theorem for decidable fields, (inspired by PY Strub) | Cyril Cohen | |
| 2016-08-25 | Enriched numClosedFieldType so that it factors a lot of theory from both ↵ | Cyril Cohen | |
| complex and algC. The definitions of 'i, conjC, Re, Im, n.-root, sqrtC and their theory have been moved to the numClosedFieldType structure in ssrnum. This covers boths the uses in algC and complex.v. To that end the numClosedFieldType structure has been enriched with conjugation and 'i. Note that 'i can be deduced from the property of algebraic closure and is only here to let the user chose which definitional equality should hold on 'i. Same thing for conjC that could be written `|x|^+2/x, the only nontrivial (up to my knowledge) property is the fact that conjugation is a ring morphism. | |||
| 2016-03-15 | Merge pull request #34 from strub/master | Enrico | |
| all_algebra now exports zmodp | |||
| 2016-03-15 | all_algebra now exports zmodp | Pierre-Yves Strub | |
| 2016-02-06 | typo in int divn1 -> divz1 | thery | |
| 2015-12-12 | switch ":" to "-" | Cyril Cohen | |
| 2015-12-04 | Add finLmodType, finLalgType and finAlgType instances | Georges Gonthier | |
| 2015-12-04 | Remove more redundant power type structures | Georges Gonthier | |
| 2015-12-04 | Correct join values to baseFingroupType | Georges Gonthier | |
| These were all GRing.Zmodule.sort, instead of the corresponding sort in GRing (Ring.sort, Comin.sort, etc). | |||
| 2015-12-04 | Add missing export | Georges Gonthier | |
| 2015-11-10 | fix INSTALL symlinks | Enrico Tassi | |
