Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7268 Discusiones

LAPACK DGGRQF and ill-conditionned matrices

rbulle
Principiante
1.950 Vistas

Hello,

I am solving a constrained polynomial fitting problem in the least squares sense using a generalized RQ decomposition roughly the same way as LAPACK DGGLSE does it.

The problem I'm interested in is the following:

min ||Ax - C||
under the constraint

Bx = D

where C and D are matrices of right-hand sides.

I'm using a home-made C++ DGGLSE that allows to solve the problem above for several RHS from a single RQ decomposition (while DGGLSE only solves it for vectorial C and D). It's just a translation of LAPACK DGGLSE in C++ where I replace some LAPACK subroutines but the essential parts of DGGLSE are preserved.

As expected, I get a pretty ill-conditionned Vandermonde matrix from the minimization problem and when I try to get the general RQ decomposition using LAPACK DGGRQF, I notice that DGGRQF changes the rank of the matrix A. I suspect this is due to the very bad conditionning of the matrix.

Is there a way to specify a custom machine precision to LAPACK in order to avoid such issue ?

 

Thank you for your help, let me know if I'm not clear enough.

Etiquetas (1)
0 kudos
6 Respuestas
IntelSupport
Administrador
1.909 Vistas

Hi,

 

Thanks for posting in Intel Communities.

Thanks for sharing your requirement details. We are looking into your issue . We will get back to you soon with an update.

 

Regards,

Jilani

 

IntelSupport
Administrador
1.866 Vistas

Hi,

 

Could you please provide us a sample reproducer , MKL version and OS details, so that we can replicate and investigate more at our end.

 

Regards,

Jilani

 

IntelSupport
Administrador
1.806 Vistas

Hi,


A gentle reminder:

Could you please provide us a sample reproducer , MKL version and OS details that you are using, so that we can replicate and investigate more at our end.


Regards,

Jilani


rbulle
Principiante
1.768 Vistas

Hi,

 

sorry for the late reply. We are investigating the issue on our end in order to make sure we provide a sample reproducer spotting the issue correctly.

 

Regards,

Raphaël

IntelSupport
Administrador
1.699 Vistas

Hi,

 


A gentle reminder:

Could you please provide us a sample reproducer , MKL version and OS details, so that we can replicate and investigate more at our end.


 

Regards,

Jilani


JilaniS_Intel
Empleados
1.646 Vistas

Hi,


We have not heard back from you. Could you please provide us with an update?


Regards,

Jilani


Responder