Class xlifepp::ARGenFrame#

template<class K_>
class ARGenFrame : public xlifepp::ARInterfaceFrame<K_>#

Public Functions

inline ARGenFrame(const TermMatrix &charMat, std::string cname = "")#

constructor

inline virtual void MultAx(real_t *x, real_t *y)#

matrix-vector product y <- A * x required for some Arpack++ classes

virtual void MultBx(K_ *x, K_ *y) = 0#

matrix-vector product y <- B * x required for some Arpack++ classes