-
- full fourier
- sines
- cosines
option to evolve in transformed space or physical space. make associated boundary conditions clear
-
Merge of dependencies:
- [ ] merge finmap (with or without dependent finfun) #259 (maybe by the end of June 2020)
- [x] merge order
- [ ] merge near (extract `near` from https://github.com/math-c…
gares updated
4 years ago
-
**Description** - Some operation is not properly displayed. "[]" - Means Nothing
Steps to reproduce the issue - Polynomial-Operation->Theory
Expected Result - Proper operation between 2 operands…
-
要在二維空間分割下列資料是不可能的
![image](https://user-images.githubusercontent.com/34474924/230752312-c53b93a9-97fc-4bf3-8e9f-596a66a7f7cd.png)
```
Data
(x1,x2) Label
(-1,-1) -1
(1,1) -1
(1,-1) +1
(-1,…
-
https://github.com/ProjectTorreyPines/FUSE.jl/blob/05ec9438e5ad1220ea281850895efbf165f8d27a/src/actors/hcd/nbi/rabbit_actor.jl#L179-L184
`inp.start_pos`, `inp.beam_unit_vector`, `inp.beam_width_pol…
-
### Problem Description
While the functionality of univariate and multivariate polynomials is quite different, it is helpful to have an easy way to convert suitable polynomial objects from one clas…
-
### Motivation
Functions for low-order polynomial fitting using (weighted) least squares regression are common in many scientific libraries.
Here's an interface for the non-weighted case, inspi…
-
Suppose we form a simple tropical polynomial in the following way:
```
using Oscar
Qt, t = rational_function_field(QQ, "t")
nu = tropical_semiring_map(Qt, t)
Qtx, (x,) = polynomial_ring(Qt, […
-
In recent implementation of **lib/Conversion/TosaToSecretArith/TosaToSecretArith.cpp** we lower Tosa::sigmoid() to degree-3 polynomial approximation as $-0.004x^3 + 0.197 * x + 0.5$. It could have use…
-
The [documentation](https://jump.dev/SumOfSquares.jl/stable/variables/#Nonnegative-polynomial-variables) says creating SOS polynomials is the same as creating free polynomials but replacing Poly(basis…