Add transpose and transpose's unittest.

This commit is contained in:
sunwen
2023-04-25 14:21:52 +08:00
parent a6b2474dd1
commit 8d75783db6
3 changed files with 62 additions and 0 deletions

View File

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