Lapack::solveLinearEquationSolve a system of linear equations Description
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. Parameters
Return ValuesMatrix X Examples
Example #1 Using Lapack::singularValues:
<?php |