Class xlifepp::ARInterfaceGenReg#

template<class K_, class MA_, class MB_>
class ARInterfaceGenReg : public xlifepp::ARInterfaceGen<K_, MA_, MB_>#

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