Class xlifepp::ARGenToStdReg#

template<class TA_, class TB_>
class ARGenToStdReg : public xlifepp::ARStdFrame<TA_>#

Class used to transform a generalized problem into a standard one.

B is supposed to be invertible. Regular mode case. Matrix-vector product provided: y <- inv(B)*A * x

Public Functions

ARGenToStdReg(TermMatrix &A, TermMatrix &B)#

Constructor.

~ARGenToStdReg()#

Destructor.

virtual void MultOPx(TA_ *x, TA_ *y)#

Matrix-vector product required: y <- inv(B)*A * x.