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

Solving overdetermined system XA=B

hagai_sela
Beginner
619 Views
Hi,
I need to find a least squares solution to an overdetermined system of linear equations of the form XA=B.
I read the LAPACK documentation, but it only seems to solve equations of the form AX=B. I know that I can use the identity:
XA=B <-> A'X' = B'.
Is there a more elegant way to solve this?

Thanks,
Hagai.
0 Kudos
2 Replies
hagai_sela
Beginner
619 Views
Well, apparently there is a much simpler solution since the matrix is triangular.
However, I am getting a crash when trying to solve for a large matrix. I'll open a new thread.

Hagai.
0 Kudos
Gennady_F_Intel
Moderator
619 Views
Quoting - hagai_sela
Well, apparently there is a much simpler solution since the matrix is triangular.
However, I am getting a crash when trying to solve for a large matrix. I'll open a new thread.

Hagai.

well, just for forum user's referencies - "http://software.intel.com/en-us/forums/showthread.php?t=69565"
0 Kudos
Reply