Yotam Gingold

Results 73 comments of Yotam Gingold

Only if you make the right choice between CSR and CSC. CSR for an N-by-1 matrix will store an N array of where the (length-1) rows start. That's a waste...

All except Python :-). And if your sparse n-vector is interacting with a sparse n-by-n matrix, that sparse matrix is probably stored using a dense n-vector. To be clear: I'm...

Python seems like an outlier. Julia supports sparse vectors. I think PETSc doesn't.

So does it work for you now?

I can compile the following file via `c++ -o example example.cpp trimesh.cpp -std=c++11`. It runs and prints: ``` neighbors of vertex 0: 5 6 1 neighbors of vertex 1: 0...

If the triangles have inconsistent orientation, you can't use a halfedge data structure. What happens when you try it? > On Oct 21, 2020, at 2:42 PM, 史璇珂 wrote: >...

I would like an option for math support. GitHub markdown [now supports math](https://github.blog/2022-05-19-math-support-in-markdown/). It would be nice to be able to preview that in QLMarkdown.

This command didn't work for me. My `document.location.pathname` ended with two components, neither of which started with a `T`. Running `JSON.parse(localStorage.localConfig_v2).teams` showed two keys, one of which was in `document.location.pathname`...

This is an enterprise instance. I can confirm that the new regular expression does extract a token. I can't check whether it works. Even when I move `secrets.txt` aside, without...

This is important for me as well. I can work around it by installing from source: pip3 install --no-binary :all: svgpathtools