-
Apply:
* [attachment: trac_9706_chebyshev_collection.patch](https://github.com/sagemath/sage-prod/files/10650406/trac_9706_chebyshev_collection.patch.gz)
* [attachment: 9706_review.patch](https://g…
-
```
using SparseArrays,StaticArrays
julia> T=SMatrix{2,2,Float64};
julia> s=sparse(1:10,1:10,fill(zero(T), 10));
julia> nnz(s)
10
julia> nnz(sparse(Matrix(s)))
100
```
This is just an…
-
Hello,
Per Professor Bergmann's suggestion, I have implemented the first cut of a method to compute the Log function on the Stiefel manifold with the Submersion metric proposed in my paper [1].
I …
-
```
union SearchResult = Human | Droid | Starship
```
http://graphql.org/learn/schema/#union-types
http://graphql.org/graphql-js/type/#graphqluniontype
https://medium.com/the-graphqlhub/gra…
-
Just for the `record` :) :
I find C# records unuseful. The concept of a new record type that lies between Value Type and Reference Type is confusing, and practically has zero benefits. In practice, w…
-
_Edit: See the following [comment](https://github.com/dart-lang/language/issues/2243#issuecomment-1137432378) for a more useful description._
---
There is a common misconception around algebraic…
-
| | |
| --- | --- |
| Bugzilla Link | [43039](https://llvm.org/bz43039) |
| Resolution | FIXED |
| Resolved on | Aug 23, 2019 14:23 |
| Version | unspecified |
| OS | All |
| CC | @claudiocherubino,…
-
This will add classes dealing with quivers, quiver algebras, representations of quivers, elements of these representations, homomorphisms between these representations, and spaces of homomorphisms b…
-
In a first test of Python vs R, it looks like the '31' bootstrap t-statistics match exactly under full enumeration (as they should), while the '11' do not:
See [here](https://github.com/s3alfisc/w…
-
We add AG codes and unique decoders for AG codes.
In Attachments below, there are Jupyter notebooks demonstrating the new features provided by this ticket. These were presented in 2019 SIAM Confere…