| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-12 | Silencing warning deprecated-ident-entry | Cyril Cohen | |
| 2021-03-12 | Merge pull request #708 from CohenCyril/hint_locality_silence | Cyril Cohen | |
| Silencing Hint Locality warning | |||
| 2021-03-08 | Adding big block matrices | Cyril Cohen | |
| - with special cases for row, column, and diagonal matrices - we define an order bijection between the indexing of the whole matrix and the indexing of the blocks to preserve triangularity | |||
| 2021-03-04 | Silence Hint Locality warning | Cyril Cohen | |
| 2021-01-22 | Merge pull request #686 from pi8027/drop-coq-8.10 | Cyril Cohen | |
| Drop support for Coq 8.10 | |||
| 2021-01-19 | fixes #694 | Reynald Affeldt | |
| 2021-01-16 | Drop support for Coq 8.10 and deprecate the `deprecate` notation | Kazuhiko Sakaguchi | |
| - The `deprecate` notation and `iota_add` have been deprecated. All the uses of the `deprecate` notation have been replaced with the `deprecated` attribute. - Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1 have been removed. - Remove `VDFILE` related hacks from `Makefile.common`. | |||
| 2021-01-14 | itv_bound comparison with -oo/+oo | Reynald Affeldt | |
| 2021-01-04 | erroneous deprecation warning | Reynald Affeldt | |
| 2020-12-16 | Change the interpretation scope of some nullary notations from ring_scope to ↵ | Kazuhiko Sakaguchi | |
| fun_scope | |||
| 2020-11-25 | Using `only printing` and fixing coercion in notations | Cyril Cohen | |
| 2020-11-25 | Rename `all1rel` to `all2rel`, restate `eq_allrel`, and add CHANGELOG entries | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-11-25 | Generalize `allrel` to take two lists as arguments | Kazuhiko Sakaguchi | |
| 2020-11-24 | Fix `@maxr` and `@minr` | Kazuhiko Sakaguchi | |
| 2020-11-24 | Remove `Reserved Notation`s in `ssrnum.v` which are already declared in ↵ | Kazuhiko Sakaguchi | |
| `order.v` | |||
| 2020-11-23 | Merge pull request #667 from CohenCyril/ssrcoq8.10 | Enrico Tassi | |
| Using Coq 8.10 ssreflect new features | |||
| 2020-11-20 | Using Coq 8.10 ssreflect new features | Cyril Cohen | |
| 2020-11-20 | Merge pull request #663 from CohenCyril/clean_head | affeldt-aist | |
| Using Arguments / to deal with volatile definitions | |||
| 2020-11-20 | Using Arguments / to deal with volatile definitions | Cyril Cohen | |
| 2020-11-19 | Removing duplicate clears and turning the warning into an error | Cyril Cohen | |
| 2020-11-19 | add declare scopes | Reynald Affeldt | |
| 2020-11-18 | Merge pull request #599 from CohenCyril/dup_swap_apply | Enrico Tassi | |
| Intro pattern extensions for dup, swap and apply | |||
| 2020-11-16 | Maximal rank and full rank row submatrices | Cyril Cohen | |
| 2020-11-16 | Merge pull request #636 from CohenCyril/fix_comm_mxC | Laurent Théry | |
| `comm(Cmx|_mxC)` -> `comm(_scalar_mx|_mx_scalar)` | |||
| 2020-11-12 | It is prohibited to use `exact:` in a `Hint Extern` | Kazuhiko Sakaguchi | |
| since `exact` might call `ssrdone` which calls use of level 0 hints, potentially causing a loop in some weird cases. | |||
| 2020-11-11 | Intro pattern extensions for dup, swap and apply | Cyril Cohen | |
| 2020-11-09 | `comm(Cmx|_mxC)` -> `comm(_scalar_mx|_mx_scalar)` | Cyril Cohen | |
| 2020-10-31 | Generalize mulpz for any ringType | Kazuhiko Sakaguchi | |
| 2020-10-30 | Use `exp` rather than `X` for exponents of polynomials | Kazuhiko Sakaguchi | |
| 2020-10-29 | Add `dvdpNl` and rename `dvdpN` to `dvdpNr` | Kazuhiko Sakaguchi | |
| Co-authored-by: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2020-10-29 | Switch from long suffixes to short suffixes | Kazuhiko Sakaguchi | |
| 2020-10-29 | Merge pull request #605 from thery/bigop | Kazuhiko Sakaguchi | |
| Adding bigop lemmas for ring : expr_sum and prodr_natmul | |||
| 2020-10-26 | stability by commutation | Cyril Cohen | |
| 2020-10-26 | Merge pull request #584 from CohenCyril/stability | Enrico Tassi | |
| Theory of stability of a subspace by a matrix representing an endomorphism. | |||
| 2020-10-23 | New iteration/bigop lemmas in ssralg | Kazuhiko Sakaguchi | |
| - Add `iter_addr`, `iter_mulr(_1)`, and `prodr_const_nat`. - Export `iter_addr_0`, `sumr_const_nat`, and the above lemmas from `GRing.Theory`. | |||
| 2020-10-22 | Merge pull request #593 from affeldt-aist/from_analysis_20200912 | Cyril Cohen | |
| lemma used in mathcomp-analysis about big and comparability/real | |||
| 2020-10-21 | Adding matrix commutation and its theory | Cyril Cohen | |
| 2020-10-21 | Theory of stability of a subspace by a matrix representing an endomorphism. | Cyril Cohen | |
| Added `stablemx` notation and a few lemmas about it. | |||
| 2020-10-12 | fix the >=< notation in ssrnum as well | Reynald Affeldt | |
| 2020-10-12 | Reorganizing relation between comparability/real and big | Cyril Cohen | |
| 2020-10-12 | comparable_big lemma in order.v | Reynald Affeldt | |
| 2020-10-12 | lemma used in mathcomp-analysis | Reynald Affeldt | |
| Co-authored-by: Cyril Cohen <cohen@crans.org> Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> | |||
| 2020-10-10 | Adding bigop lemmas for ring : expr_sum and prodr_natmul | thery | |
| 2020-10-07 | Turn class_of records into primitive records and get rid of the xclass idiom | Kazuhiko Sakaguchi | |
| 2020-09-29 | Merge pull request #585 from CohenCyril/kernel_lemmas | Laurent Théry | |
| Kernel lemmas | |||
| 2020-09-29 | Merge pull request #582 from CohenCyril/fix_map_mx | Kazuhiko Sakaguchi | |
| Fix map_mx_id and a few implicit arguments | |||
| 2020-09-29 | Generalize interval lemmas | Kazuhiko Sakaguchi | |
| - Generalize `mem0_itv(cc|oo)_xNx` and `oppr_itv(|oo|co|oc|cc)` lemmas from `numFieldType` to `numDomainType`, which have been specialized in PR #458 accidentally. - Generalize `mid_in_itv(|oo|cc)` lemmas from `realFieldType` to `numFieldType`. | |||
| 2020-09-28 | Kernel lemmas | Cyril Cohen | |
| 2020-09-28 | Submatrix theory | Cyril Cohen | |
| 2020-09-28 | Merge pull request #458 from pi8027/interval | Cyril Cohen | |
| The new interval library | |||
