#pragma once #include "EndFramec.h" #include "FullColumn.h" #include "FullMatrix.h" namespace MbD { class EndFramec; class EndFrameqc : public EndFramec { //prOeOpE pprOeOpEpE pAOepE ppAOepEpE public: EndFrameqc(); FullMatDptr prOeOpE = std::make_shared>(3, 4); //std::shared_ptr>>> pprOeOpEpE = std::make_shared>>>(3, 4); std::shared_ptr>>> pAOepE = std::make_shared>>>(4); //std::shared_ptr>>> ppAOepEpE = std::make_shared>>>(4, 4); //FullMatrix>* pprOeOpEpE1 = new FullMatrix>(3, 4); //FullColumn>* pAOepE1 = new FullColumn>(4); //FullMatrix>* ppAOepEpE1 = new FullMatrix>(4, 4); }; }