ILNumerics - Technical Application Development
Top
Overload List
| Name | Description | |
|---|---|---|
| eigGen(InArraycomplex, InArraycomplex, OutArraycomplex, GenEigenType, Boolean) |
Computes eigenvalues and eigenvectors (optional) of symmetric/hermitian inputs A and B: A*V=lamda*B*V.
[ILNumerics Computing Engine] | |
| eigGen(InArrayfcomplex, InArrayfcomplex, OutArrayfcomplex, GenEigenType, Boolean) |
Computes eigenvalues and eigenvectors (optional) of symmetric/hermitian inputs A and B: A*V=lamda*B*V.
[ILNumerics Computing Engine] | |
| eigGen(InArrayDouble, InArrayDouble, OutArrayDouble, GenEigenType, Boolean) |
Computes eigenvalues and eigenvectors (optional) of symmetric/hermitian inputs A and B: A*V=lamda*B*V.
[ILNumerics Computing Engine] | |
| eigGen(InArraySingle, InArraySingle, OutArraySingle, GenEigenType, Boolean) |
Computes eigenvalues and eigenvectors (optional) of symmetric/hermitian inputs A and B: A*V=lamda*B*V.
[ILNumerics Computing Engine] |
See Also