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