You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > EigSchure Method > Matrix.EigSchure Method (TVec, TMtx, TMtx, TVec, TVec, TSelectTwoFunction, TSelectOneFunctionC, TSelectTwoFunctionSingle, TSelectOneFunctionSingleC)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.EigSchure Method (TVec, TMtx, TMtx, TVec, TVec, TSelectTwoFunction, TSelectOneFunctionC, TSelectTwoFunctionSingle, TSelectOneFunctionSingleC)

Computes eigenvalues and optionally Schure matrix

Syntax
C#
Visual Basic
public void EigSchure(TVec D, TMtx VS, TMtx T, TVec rconde, TVec rcondv, TSelectTwoFunction Select, TSelectOneFunctionC cSelect, TSelectTwoFunctionSingle SelectSingle, TSelectOneFunctionSingleC cSelectSingle);

Computes for an N-by-N nonsymmetric matrix A, the eigenvalues, the Schur form T, and, optionally, the matrix of Schur vectors VS. This gives the Schur factorization A = VS*T*(VS**H). 

Optionally, it also orders the eigenvalues on the diagonal of the Schur form so that selected eigenvalues are at the top left. If this is needed specify the Select function parameter and return true for each eigenvalue desired. Optionally computes a reciprocal condition number for the average of the selected eigenvalues (rconde[0]) and computes a reciprocal condition number for the right invariant subspace corresponding to the selected eigenvalues (rcondv[0]). The leading columns of VS form an orthonormal basis for this invariant subspace.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!