update : 2015.11.03
php.shukuma.com검색:
|
Lapack::solveLinearEquation(PECL lapack >= 0.1.0) Lapack::solveLinearEquation — Solve a system of linear equations 설명
public static array Lapack::solveLinearEquation
( array
$a
, array $b
)This function computes the solution to the system of linear equations with a square matrix A and multiple right-hand sides B. Solves A * X = B for multiple B. 인수
반환값Matrix X 예제
Example #1 Using Lapack::singularValues():
<?php |