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.
-
ARGenToStdReg(TermMatrix &A, TermMatrix &B)#