I am able to get the Python bindings working just fine but am not able to compile the C++ as-is. I am attempting to compile with Ubuntu on a computer with an Intel CPU.
Do you have Python bindings for non-laplace matrices that can be released?
Has anyone been able to get the C++ working recently? Would it be possible to see a minimum working example for a matrix that is not Laplace?
Edit: I am assuming that the above is the issue. When running the Python implementation on an SPD matrix, it will randomly fail with an accessing out of bounds error. Could something else be going wrong? I am running it with a single thread.
I am able to get the Python bindings working just fine but am not able to compile the C++ as-is. I am attempting to compile with Ubuntu on a computer with an Intel CPU.
Do you have Python bindings for non-laplace matrices that can be released?
Has anyone been able to get the C++ working recently? Would it be possible to see a minimum working example for a matrix that is not Laplace?
Edit: I am assuming that the above is the issue. When running the Python implementation on an SPD matrix, it will randomly fail with an accessing out of bounds error. Could something else be going wrong? I am running it with a single thread.