|
Macaulay2 Engine
|
Convention placeholder header that pulls in dmat.hpp for the dense-matrix test suite. More...
#include "dmat.hpp"Go to the source code of this file.
Convention placeholder header that pulls in dmat.hpp for the dense-matrix test suite.
Two-line header that exists as a stable include point for the dense-matrix tests: every DMat*Test.cpp (currently DMatZZpTest.cpp, with more planned) reaches the engine's dmat.hpp through this file rather than including it directly, so future shared fixtures, helper templates, or almostEqual-style epsilon checks can land here without touching every test file. The pattern parallels ARingTest.hpp and RingTest.hpp for the coefficient-ring suites.
Definition in file DMatTest.hpp.