Developer Reference

Intel® oneAPI Math Kernel Library LAPACK Examples

ID 766877
Date 3/22/2024
Public
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