Skip to content
Snippets Groups Projects
Commit 022fae06 authored by Emmanuel Labourasse's avatar Emmanuel Labourasse
Browse files

Add tests for polynomial basis

parent 6eedc659
No related branches found
No related tags found
No related merge requests found
...@@ -199,6 +199,7 @@ class Polynomial ...@@ -199,6 +199,7 @@ class Polynomial
} }
return P; return P;
} }
template <size_t M, size_t I> template <size_t M, size_t I>
PUGS_INLINE constexpr Polynomial<M * N> PUGS_INLINE constexpr Polynomial<M * N>
power(const Polynomial<M>& Q) const power(const Polynomial<M>& Q) const
......
...@@ -69,6 +69,7 @@ add_executable (unit_tests ...@@ -69,6 +69,7 @@ add_executable (unit_tests
test_OStreamProcessor.cpp test_OStreamProcessor.cpp
test_PCG.cpp test_PCG.cpp
test_Polynomial.cpp test_Polynomial.cpp
test_PolynomialBasis.cpp
test_PugsFunctionAdapter.cpp test_PugsFunctionAdapter.cpp
test_PugsAssert.cpp test_PugsAssert.cpp
test_RevisionInfo.cpp test_RevisionInfo.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment