-
### Describe the workflow you want to enable
I would like to calculate the upper triangle of a distance from `scipy.spatial.distance.pdist` instead of the redundant and memory intensive version fro…
-
Dear author,
Thank you for your excellent work. I have a quick question about the construction of the adjacency and distance matrices, which I found a little unclear in the paper. Could you please co…
-
This feature considers an previously known boundary which may have changed. For example, a machine learning model's region of validity has already been explored, but the model has since been further t…
-
In order to avoid loss is Nan
In compute_geodesic_distance_from_two_matrices(m1, m2)
I changed
cos = torch.min(cos, torch.autograd.Variable(torch.ones(batch).cuda()) )
cos = torch.max(cos, torch…
-
Hi,
I am working on analyzing the input distribution and statistical distances outlined in Table3.py and Theorem5.py, and I have encountered a few issues. I would greatly appreciate your insights …
-
Hello, I think it would be really great if DirectXMath added support for generating perspective projection matrices with [infinite reversed-z clip planes](http://www.geometry.caltech.edu/pubs/UD12.pdf…
-
-
I'm running into various measure for the closeness of two covariance or scatter matrices.
We should get a function with a collection of those.
current usecase: checking how well a robust cov or …
-
I now have a collection of vehicle routing problem tools built on top of [`pyvrp`](https://github.com/PyVRP/PyVRP) that might be useful for `spopt`.
The tooling mainly involves data ingestion and …
-
in your matmul-pingpong-v1.cu,the code:
`/// make shared memory descriptor
template
DEVICE GmmaDescriptor make_smem_desc(PointerType smem_ptr) {
GmmaDescriptor desc;
uint32_t uint_ptr = stat…