-
It would be useful to have (fairly straightforward) functions Affine2::new and Affine3::new (or similar names), that take an (n x (n+1)) matrix, and return an affine transform (by appending the row (0…
-
Hi Misha, I sometimes get the following error, even when I'm running with --jitter.
the mesh is not watertight but there are no multiplied vertices. and it does not reproduce every time.
[WARNING…
maorp updated
3 years ago
-
This thread should be reserved for requesting the addition of new papers and repos to be added in the repository, since we are entering the roaring 20s.
-
The double-exponential radial quadrature of [Takahasi and Mori](https://doi.org/10.2977/prims/1195192451), also known as tanh-sinc quadrature, was suggested by Mitani in [Theor. Chem. Acc. 130, 645 (2…
-
https://virtual2023.aclweb.org/paper_P1149.html
-
Directional statistics deals with unit vectors and periodic variables. Directions.jl includes two such distributions: `VonMises` (angular) and `VonMisesFisher` (spherical). I'm planning to implement m…
-
How should logpdf interact with conditionals
Currently the definition of a conditional is
```
(c::Conditional)(ω) = c.y(ω) ? c.x(ω) : throw(ConditionException())
```
What should happen?
…
zenna updated
4 years ago
-
```
We need methods of Integral to manipulate the Integral. Some things we could do are:
- Split the Integral as an Add (Integral(f(x) + g(x), x) => Integral(f(x), x) + Integral(g(x), x))
- Split u…
-
Draft 5 (detailed in #88) changes the folder and file names. The following links need to be updated:
```
/Users/adowling/DowlingLab/Teaching/data-and-computing/notebooks/01/Python-Basics-III-Lists…
-
https://stackoverflow.com/questions/45772848/perspective-warp-an-image-in-julia
I haven't dug into this here, but the core issue seems to be how to define a perspective transformation that takes a …