Developer Reference

Intel® oneAPI Math Kernel Library LAPACK Examples

ID 766877
Date 12/20/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-9A723C0A-E278-41B2-8DE0-1D59D952F922

Document Table of Contents

Linear Least Squares (LLS) Problems

?gels Uses QR or LQ factorization to solve an overdetermined or underdetermined linear system with a full rank matrix.

cgels

dgels

sgels

zgels

?gelsd Computes the minimum norm solution to a linear least squares problem using the singular value decomposition of A and a divide and conquer method.

cgelsd

dgelsd

sgelsd

zgelsd