-
The example code imports the polynomial package as P:
>>> from numpy import polynomial as P
and then calls cheb2poly like this:
>>> P.cheb2poly(range(4))
array([ -2., -8., 4., 12.])
…
-
I implemented the mgh07 and mgh35 with MathProgNLSModel that use user-defined functions, nevertheless i have some issues.
For the first one, i find a way to implemented it with only one variable fu…
-
I have read that using a chebyshev basis can improve the numerical performance of various relevant algorithms and I would like to test that.
Perhaps this question is more appropriate in Multivariat…
-
I have a question regarding epochs. I want to show the night sky as a super-ancient observer would see it or someone in the far flung future. Should I set the year _and_ epoch to be the same?
I have …
-
I saw the video on this algorithm and came to see how it was implemented. This does not make any sense: ( [link](https://github.com/freicoin/freicoin/blob/eec192d4d5a814386fb12165c5fea703c3c90a4f/src…
-
Hi, I had a look over the library and something struck me as odd.
For example in `sinf` and `k_sinf` the input arguments are being cast up into `f64`, which will incur a significant run-time cost o…
-
Here is an issue to collect points that need to be addressed when we switch to julia version 0.7. There is an extensive list here: https://github.com/JuliaLang/julia/blob/master/NEWS.md but we can col…
-
Hi
I am very interested in your work.
It trains well using the default filter (localpool)
But failed to run when I change the code to:
```python
FILTER = 'chebyshev' # 'chebyshev'
```
The env…
-
At the moment the function for differentiating Chebyshev polynomials returns the derivatives with respect to all variables. However, often we will want the derivative with respect to a specific varia…
-
After removing ~/.julia to have fresh repository I get this
```julia
Press Enter to start Julia.
Starting Julia...
juno-msg-installingINFO: Initializing package repository /home/mateusz/.julia/v0.…
mashu updated
6 years ago