Files
j3ml/tests/LinearAlgebra/Matrix2x2Tests.hpp
josh 4d9a9d3a95
Some checks failed
Build Docs With Doxygen / Explore-Gitea-Actions (push) Waiting to run
Run tests / Explore-Gitea-Actions (push) Has been cancelled
Migrate from google-test to jtest.
2024-06-26 11:43:29 -04:00

8 lines
120 B
C++

#include <J3ML/LinearAlgebra/Matrix3x3.h>
using namespace J3ML::LinearAlgebra;
int Matrix2x2Tests() {
return 0;
}