Lapack::pseudoInverseCalculate the inverse of a matrix Beschreibung
public static array Lapack::pseudoInverse
( array
$a
)Find the pseudoinverse of a matrix A. Parameter-Liste
RückgabewerteInverted matrix (array of arrays). Beispiele
Beispiel #1 Using Lapack::pseudoInverse:
<?php |