You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TEigGenType Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TEigGenType Enumeration

Defines the type of the symmetric-definite generalized eigenvalue problem.

Syntax
C#
Visual Basic
public enum TEigGenType : uint { etAzBz, etABz, etBAz }

MtxVec.cs

Members 
Description 
etAzBz 
The problem is A*x = lambda*B*x, and A is overwritten by inv(U**T)*A*inv(U) or inv(L)*A*inv(L**T) 
etABz 
The problem is A*B*x = lambda*x and A is overwritten by U*A*U**T or L**T*A*L 
etBAz 
The problem is B*A*x = lambda*x and A is overwritten by U*A*U**T or L**T*A*L 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!