Hello,
How can I find the LAPACK version implemented in MKL? I need to do lot of work related to QR updates and it turns out that LAPACK 3.4.0 includes very nice coverage of exactly QR updates with functions: DTPQRT, and possibly faster versions of DGEQRF with DGEQRT and DGEQRT3.
If it is not implemented (I can't find it in MKL documentation mklman.pdf) when would it be?
Many thanks in advance,
Best regards,
Giovanni