Blendenpik

A fast solver of dense rectangular dense linear equations . (least squares or underdetermined).

現在この提出コンテンツをフォロー中です。

This library implements a randomized algorithm for solving the least-squares equation x = arg min norm(A * x - b, 2) or the underdetermined system min(norm(x, 2)) s.t. Ax=b. With high probability the running this o(mn^2) for an m-by-n matrix.

For details of the solver see the paper at:
Blendenpik: Supercharging LAPACK's least-squares solver.
Authors: Haim Avron, Petar Maymounkov, and Sivan Toledo.

To build FFTW and/or SPIRAL WHT is needed. Extract the files and write install_blendenpik.

引用

Haim Avron (2026). Blendenpik (https://jp.mathworks.com/matlabcentral/fileexchange/25241-blendenpik), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersMathematics and Optimization についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.3.0.0

Fixed a problem with 64-bit MATLAB 2009b.

1.2.0.0

Blendenpik now supports underdetermined systems too.

1.1.0.0

Corrections in README

1.0.0.0