TEigGenType Enumeration

Header: Dew.Math/MtxVec.h · Cross-compiler

enum class TEigGenType : unsigned int;

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

Values

NameDescription
etABzThe problem is A*B*x = lambda*x and A is overwritten by U*A*U**T or L**T*A*L
etAzBzThe 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)
etBAzThe problem is B*A*x = lambda*x and A is overwritten by U*A*U**T or L**T*A*L