Lapack::solveLinearEquationSolve a system of linear equations Beschreibung
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. Parameter-Liste
RückgabewerteMatrix X Beispiele
Beispiel #1 Using Lapack::singularValues:
<?php |