Macaulay2 Engine
Loading...
Searching...
No Matches
DMatTest.hpp File Reference

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.

Detailed Description

Convention placeholder header that pulls in dmat.hpp for the dense-matrix test suite.

Note
AI-generated documentation. Verify against the source before relying on it.

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.

See also
dmat.hpp
DMatZZpTest.cpp
ARingTest.hpp
RingTest.hpp

Definition in file DMatTest.hpp.