Add mod and mod's unittest.

This commit is contained in:
sunwen
2023-04-23 16:37:23 +08:00
parent 4c08268887
commit 4096087315
2 changed files with 21 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ namespace Aurora {
Matrix exp(const Matrix& aMatrix);
Matrix mod(const Matrix& aMatrix, double aValue);
/**
* 多项式计算
* @brief 例如p[1 0 1],x[3 2 5],代表对多项式 y = x^2 + 1 求(x=3, x=2, x=5)时所有的y