Class xlifepp::ARInterfaceStdReg# template<class K_, class MA_>class ARInterfaceStdReg : public xlifepp::ARInterface<K_, MA_># Class for standard eigenvalue problem in regular mode Matrix-vector product provided: y <- A * x. Public Functions ARInterfaceStdReg(const MA_ &matA)# A constructor for standard eigenvalue problem in regular mode. virtual void MultOPx(K_ *x, K_ *y)# matrix-vector product y <- A * x