#pragma once #include namespace MbD { class DiagonalMatrix; using DiagMatsptr = std::shared_ptr; using DiagMatDsptr = std::shared_ptr; }