Lapack::eigenValuesThis function returns the eigenvalues for a given square matrix Description
public static array Lapack::eigenValues
( array
$a
[, array $left
[, array $right
]] )Calculate the eigenvalues for a square matrix, and optionally calculate the left and right eigenvectors. Parameters
Return ValuesReturns an array of arrays representing the eigenvalues for the array. Examples
Example #1 Using Lapack::eigenValues:
<?php |