<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq-mathcomp/mathcomp, branch master</title>
<subtitle>Library of mathematical components formalized in Coq</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/'/>
<entry>
<title>Update mathcomp/ssreflect/path.v</title>
<updated>2021-03-23T13:16:30+00:00</updated>
<author>
<name>jouvelot</name>
</author>
<published>2021-03-23T13:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=7fa73806c771ad682d0bdca6de01f8d51e1462d1'/>
<id>7fa73806c771ad682d0bdca6de01f8d51e1462d1</id>
<content type='text'>

Sure. Thanks.

Co-authored-by: Kazuhiko Sakaguchi &lt;pi8027@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Sure. Thanks.

Co-authored-by: Kazuhiko Sakaguchi &lt;pi8027@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update path.v</title>
<updated>2021-03-23T11:55:54+00:00</updated>
<author>
<name>jouvelot</name>
</author>
<published>2021-03-23T11:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=6d51f94b218cae4bd51ba268eff90b7c38c8f627'/>
<id>6d51f94b218cae4bd51ba268eff90b7c38c8f627</id>
<content type='text'>
Typo in documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo in documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #707 from CohenCyril/ident_name_silence</title>
<updated>2021-03-18T00:26:51+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-18T00:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=8e859e628404c50c8191f30489abf4e799f46f8d'/>
<id>8e859e628404c50c8191f30489abf4e799f46f8d</id>
<content type='text'>
Silencing warning deprecated-ident-entry</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Silencing warning deprecated-ident-entry</pre>
</div>
</content>
</entry>
<entry>
<title>Adding sorting on tuples. (#720)</title>
<updated>2021-03-14T20:42:34+00:00</updated>
<author>
<name>jouvelot</name>
</author>
<published>2021-03-14T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=b26bff45cb80da59a5975318a9d2a7e5425a5713'/>
<id>b26bff45cb80da59a5975318a9d2a7e5425a5713</id>
<content type='text'>
* Adding sorting on tuples.

Co-authored-by: Cyril Cohen &lt;CohenCyril@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding sorting on tuples.

Co-authored-by: Cyril Cohen &lt;CohenCyril@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Silencing warning deprecated-ident-entry</title>
<updated>2021-03-12T21:45:02+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-04T21:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=be445d437200da5765c972074dd0c0de68562adc'/>
<id>be445d437200da5765c972074dd0c0de68562adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #708 from CohenCyril/hint_locality_silence</title>
<updated>2021-03-11T23:07:05+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-11T23:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=63007afd537608e64dad3f754bb8d6986a042b17'/>
<id>63007afd537608e64dad3f754bb8d6986a042b17</id>
<content type='text'>
Silencing Hint Locality warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Silencing Hint Locality warning</pre>
</div>
</content>
</entry>
<entry>
<title>Adding big block matrices</title>
<updated>2021-03-08T19:52:27+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2020-08-24T22:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=7db7a5fbce42ff387a5750f9fbde5436a9aab1cc'/>
<id>7db7a5fbce42ff387a5750f9fbde5436a9aab1cc</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Order.enum and related definitions and theorems</title>
<updated>2021-03-07T01:53:20+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2020-08-24T22:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=dceb926ca83cddecf541934012f6c46eafa6b15f'/>
<id>dceb926ca83cddecf541934012f6c46eafa6b15f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence Hint Locality warning</title>
<updated>2021-03-04T21:56:43+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-04T21:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=081c7c29feb1f4c2e66331a88c273f802c9bc27c'/>
<id>081c7c29feb1f4c2e66331a88c273f802c9bc27c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #696 from CohenCyril/sumnB</title>
<updated>2021-01-25T10:42:04+00:00</updated>
<author>
<name>Yves Bertot</name>
</author>
<published>2021-01-25T10:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=fb9fb240fe7f6a99035a4db23942cb774458d7a3'/>
<id>fb9fb240fe7f6a99035a4db23942cb774458d7a3</id>
<content type='text'>
Adding lemma sumnB</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding lemma sumnB</pre>
</div>
</content>
</entry>
</feed>
