-
In this ticket we finalize the implementation of lazy series, and replace the old lazy series framework.
Depends on #34423
CC: @mantepse @tscrim @pfili @zimmermann6 @sagetrac-tmonteil
Component…
-
I am wondering why there is
`com.fasterxml.jackson.datatype.jsr310.ser.OffsetDateTimeSerializer`
but no
`com.fasterxml.jackson.datatype.jsr310.deser.OffsetDateTimeDeserializer`
Without that it …
uqmat updated
2 years ago
-
Go is very intent on not implicitly casting types. This makes the expression of a destructuring assignment difficult to imagine in Go. The following represents a proposal to express both destructuring…
-
The following could not be fixed in #715:
```
sage: K = GF(1
-
If R is a ring equipped with an endomorphism sigma, the ring of skew polynomials over (R,sigma) is the ring of usual polynomials over R with the modified multiplication given by the rule X*a = sigma…
-
This is the implementation of topological manifolds over a topological field *K* resulting from the [SageManifolds project](http://sagemanifolds.obspm.fr/). See the meta-ticket #18528 for an overvie…
-
With maxima-as-an-ecl-library and ecl accessible as a library, we can start interfacing with maxima via a binary library interface. This should be more efficient and more robust, because expressions…
-
This package implements finitely presented modules over the mod p Steenrod algebra. We define classes for such finitely presented modules, their elements, and morphisms between them. Methods are pro…
-
MWE:
```julia
using DiffEqFlux, Flux, NeuralPDE, ModelingToolkit, DomainSets, Optimization, OptimizationFlux, Test
@parameters x y
@variables u(..)
Dxx = Differential(x)^2
Dyy = Differential…
-
This ticket implements:
- Support for full subcategories defined by an axiom (Finite,
Infinite, Facade, Commutative, Associative, Unital, Inverse,
Distributive, NoZeroDivisors, Division, Finite…