Remove BLAS.h, Linpack.h and Lapack.h from bindings#197
Remove BLAS.h, Linpack.h and Lapack.h from bindings#197
BLAS.h, Linpack.h and Lapack.h from bindings#197Conversation
|
/bindings |
|
/bindings |
|
/bindings |
|
Just in case you don't notice.
Also, I'm feeling this reasoning is not very true. These BLAS functions are independent from SEXP, so I don't think it's extendr's responsibility to provide such wrappers anyway.
Personally, I'd vote for removing |
|
Thanks! As always, very good feedback! So I wanted to make a "Remove |
|
Closed in favour of #199 |
Inspired from a news item
We actually don't use the wrappers to
BLAS.h,Lapack.hor evenLinpack.h, so we could remove them and improve clarity of bindings. If we were to include them, we'd actually need to write wrappers on top of them, as they aren't directly applicable.Diff on removing:
BLAS.h7a0b7ed (-6K+10 LOC)Linpack.h20d4f45 (no change)Lapack.hdddf24e (+4-88)