-
```
using Interpolations
xs = 0.5:0.1:5
A = [log(x) for x in xs]
interp_cubic = CubicSplineInterpolation(xs, A)
g = zeros(1)
Interpolations.gradient!(g,interp_cubic,1.0)
```
you get
```
…
-
This is something that could be done later on. It is quite often (in our lab) to do hydrogen mass repartition, where you move the mass of the carbon or oxygen to nearby hydrogens, such that one could …
-
```
What steps will reproduce the problem?
1. Run any Sphereworld program
What is the expected output? What do you see instead?
No crash and the program running according to what is stated in the boo…
-
```
What steps will reproduce the problem?
1. Run any Sphereworld program
What is the expected output? What do you see instead?
No crash and the program running according to what is stated in the boo…
-
```
What steps will reproduce the problem?
1. Run any Sphereworld program
What is the expected output? What do you see instead?
No crash and the program running according to what is stated in the boo…
-
```
What steps will reproduce the problem?
1. Run any Sphereworld program
What is the expected output? What do you see instead?
No crash and the program running according to what is stated in the boo…
-
`one` or `oneunit` not implemented, see `vintagedistribution`
monotonic interpolation works for Vector{Float64}, doesn't work for Vector{Field}
-
Hi,
this is to enquire about the possibility of using Interpolations.jl to build image upsampling or downsampling layers in Flux.jl.
We recently added a bilinear upsampling function https://github…
-
```
What steps will reproduce the problem?
1. Run any Sphereworld program
What is the expected output? What do you see instead?
No crash and the program running according to what is stated in the boo…
-
Hello!
I've been playing around with the dry martini model incldued with moltemplate - I had an error that certain atom masses and atom types were undefined. It seems like this issue cropped up esp…