David Aceituno Chávez
David Aceituno Chávez
I sometimes debug using the compiler flag `-D_GLIBCXX_DEBUG`, or with `-fsanitize=address`. When I do, I have noticed that spdlog doesn't honor the logging level and will either print everything or...
## Purpose Remove the need for BLAS and LAPACK when building libarpack. Only tests and examples need these dependencies. This should fix issue https://github.com/opencollab/arpack-ng/issues/281 ## Reason This would allow easier...
Writing a normal 1-byte bool into a dataset of type `H5T_NATIVE_B8` shows up empty in HDF Compass, even though the data is there and can be read back, or viewed...
Hi, I have some questions about solving the generalized eigenvalue problem using PRIMME. I am solving for the largest magnitude eigenpair of `Ax = λBx`, using the massMatrixMatvec parameter in...