Start » Filter Reference » Data Classification » Principal Component Analysis » MatrixPseudoEigenvectors
Module: | FoundationPro |
---|
Find the pseudo-eigenvalues and pseudo-eigenvectors of a symmetrical square matrix.
Name | Type | Description | |
---|---|---|---|
inMatrix | Matrix | ||
outEigenvectors | Matrix | Row matrix of eigenvectors | |
outEigenvalues | RealArray | Array of eigenvalues |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Matrix empty on input in MatrixPseudoEigenvectors! |
DomainError | Matrix with non-matching dimensions on input in MatrixPseudoEigenvectors! |
Complexity Level
This filter is available on Expert Complexity Level.