Least squares with minimum-norm solution

Least squares with minimum-norm solution
2,1K Downloads
Aktualisiert 7 Apr 2021

Anmerkung des Herausgebers: mex

This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the LAPACK functions (S,C,D,Z)EGLSS or (S,C,D,Z)EGLSD.

Zitieren als

Ivo Houtzager (2024). Least squares with minimum-norm solution (https://github.com/iwoodsawyer/lsmin/releases/tag/v1.6.0.3), GitHub. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.6.0.3

See release notes for this release on GitHub: https://github.com/iwoodsawyer/lsmin/releases/tag/v1.6.0.3

1.6.0.2

See release notes for this release on GitHub: https://github.com/iwoodsawyer/lsmin/releases/tag/v1.6.0.2

1.6.0.1

Fix compiler warnings

1.6.0.0

Support for new Interleaved Complex API

1.5.0.0

Update make_factor script for mingw64 compiler to link correct blas/lapack libraries to prevent access violation error.

1.4.0.0

Fix make script for newer matlab versions

1.3.0.0

Fix compilation errors with newer matlab version.

1.2.0.0

add documentation

1.1.0.0

Updated for new Matlab 64 bit versions

1.0.0.0

new mex-files for R2008a

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.