| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Lapack::leastSquaresBySVD(PECL lapack >= 0.1.0) Lapack::leastSquaresBySVD — Solve the linear least squares problem, using SVD 説明
public static array Lapack::leastSquaresBySVD
( array
$a
, array $b
)Solve the linear least squares problem, find min x in || B - Ax || Returns an array representing x. Expects arrays of arrays, and will return an array of arrays in the dimension B num cols x A num cols. Uses SVD with a divide and conquer algorithm. パラメータ
返り値Returns the solution as an array of arrays. 例
例1 Using Lapack::leastSquaresBySVD():
<?php |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Lapack::leastSquaresBySVD - Solve the linear least squares problem, using SVD」をGoogle検索
|