Lapack::pseudoInverseCalculate the inverse of a matrix Description
public static array Lapack::pseudoInverse
( array
$a
)Find the pseudoinverse of a matrix A. Parameters
Return ValuesInverted matrix (array of arrays). Examples
Example #1 Using Lapack::pseudoInverse:
<?php |