Class for generalized eigenvalue problem in regular mode except in the real symmetric case Matrix-vector product provided: y <- inv(B)*A * x and y <- B * x.
Public Functions
-
ARInterfaceGenReg(const MA_ &matA, const MB_ &matB)
-
A_B constructor B symmetric positive definite.
-
~ARInterfaceGenReg()
-
destructor
-
virtual void MultOPx(K_ *x, K_ *y)
-
matrix-vector product y <- inv(B)*A * x