Dew MtxVec NET
TEigGenType Type
Summary
Defines the type of the symmetric-definite generalized eigenvalue problem.

Unit
MtxVec

Declaration
TEigGenType = (etAzBz, etABz, etBAz);
 Value  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 
Description
Defines the type of the symmetric-definite generalized eigenvalue problem:

Copyright 2008 Dew Research
http://www.dewresearch.com