kaleidicassociates / lubeck

High level linear algebra library for Dlang
http://lubeck.libmir.org/
Boost Software License 1.0
66 stars 14 forks source link

fix QR decomp for complex-valued matrix #47

Closed k3kaimu closed 2 years ago

k3kaimu commented 2 years ago

The QR decomposition for complex matrices can now be performed based on the following line of lubeck.d.

https://github.com/kaleidicassociates/lubeck/blob/master/source/kaleidic/lubeck.d#L2106

9il commented 2 years ago

v1.5.1