Fork me on GitHub
#uncomplicate
<
2018-02-05
>
whilo14:02:55

@blueberry what is the best way to unpack the QR decomposition into Q and R? I know that this is somewhat stupid, but for core.matrix compatibility I would like to implement its protocol.

blueberry21:02:53

+ see how to decode pivoting in linalg tests

whilo22:02:06

ok. i had read this article yesterday. i will have a look at the linalg tests