Lapack::eigenValuesThis function returns the eigenvalues for a given square matrix Beschreibung
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. Parameter-Liste
RückgabewerteReturns an array of arrays representing the eigenvalues for the array. Beispiele
Beispiel #1 Using Lapack::eigenValues:
<?php |