Alec Jacobson

Results 127 issues of Alec Jacobson

Following the build instructions on mac I got this compilation error: ``` In file included from /Users/alecjacobson/Repos/rigid-ipc/src/utils/sinc.cpp:1: In file included from /Users/alecjacobson/Repos/rigid-ipc/src/utils/sinc.hpp:6: In file included from /Users/alecjacobson/Repos/rigid-ipc/src/interval/interval.hpp:6: In file included...

I somehow found it very difficult to extract whether a matrix is row or column major within lldb. Right now it's extracting it from the type string and seems to...

Here's a small example: ```cpp #include int main() { Eigen::Matrix A; A

Thanks, again, for this great tool. I'm interested in computing purely mixed second derivatives. For example, if I have a function: f(x₁,x₂,y₁,y₂,y₃) then I'm interested in the rectangular matrix of:...

I wonder if the tutorials should be maintained. They're very out of date and were mostly direct translations of the C++ tutorial anyway. I think the documentation dictionary could be...

Slim calls local_basis on V,F which assumes the data is 3D

bug
pending verification

The edge adjacency order is different if you use list outputs or matrices. Related to https://github.com/libigl/libigl-python-bindings/issues/216 It's a nasty breaking change to make this all consistent, but it's also especially...

bug
pending verification