Islam Omar
Islam Omar
I have forked your library [RCRL](https://github.com/Islam0mar/rcrl) and used libclang with some changes as the following: - Text input is feed to clang. - Traverse the parsed code for functions &...
LLDB support `stdin` by attaching to a running process inside `eshell`.
Current status --`20°`threshold--:     Issues: - Currently refinement is applied on all triangles inside super triangle which isn't efficient. Better update triangles linkage after deleting super/outer/... triangles,...
This PR avoid building a separate `CBLAS` library when `CBLAS` is not found. related https://github.com/xiaoyeli/superlu/issues/71.
What is the equivalent/alternative of `:document-root` from `hunchentoot`? Thanks in advance.
I was benchmarking [cl-cxx-eigen](https://github.com/Islam0mar/cl-cxx-eigen), [numcl](https://github.com/numcl/numcl) and your lib.. with the following code: ```common lisp (ql:quickload :cxx-eigen) (cxx-eigen:init) (defvar x (cxx-eigen:create-matrix2 3 3)) (defvar y (cxx-eigen:create-matrix2 3 3)) (defparameter A #1a(1.0d0...
This PR: - uses ieee-floats encode/decode. - conforms to specs. encoding extensions `(#xD4 to #xD8, and #xC7 to #xC9)` - conforms to specs. encoding binary array. - conforms to specs....