update : 2015.11.03
php.shukuma.com검색:
|
Lapack::eigenValues(PECL lapack >= 0.1.0) Lapack::eigenValues — This function returns the eigenvalues for a given square matrix 설명
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. 인수
반환값Returns an array of arrays representing the eigenvalues for the array. 예제
Example #1 Using Lapack::eigenValues():
<?php |