PHP » GoLang |
login |
register |
about
|
GoLang Lapack::eigenValues
request it (347)
GoLang replacement for PHP's Lapack::eigenValues
[edit | history]
Lapack::eigenValues(PECL lapack >= 0.1.0) Lapack::eigenValues — This 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 |
more
Recently updated
more
Most requested
more
Last requests
|