Least squares with minimum-norm solution

버전 1.6.0.3 (8.48 KB) 작성자: Ivo Houtzager
Least squares with minimum-norm solution
다운로드 수: 2.1K
업데이트 날짜: 2021/4/7

편집자 메모: 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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.