#pragma once #include "FullColumn.ref.h" #include namespace MbD { class FullMatrixDouble; class FullMatrixFullMatrixDouble; class FullMatrixFullColumnDouble; using FMatDsptr = std::shared_ptr; using FMatFMatDsptr = std::shared_ptr; using FColFMatDsptr = std::shared_ptr>; using FMatFColDsptr = std::shared_ptr; }