Add union and union's unittest.
This commit is contained in:
@@ -74,6 +74,8 @@ namespace Aurora {
|
||||
|
||||
Matrix linspace(double aStart, double aEnd, int aNum);
|
||||
|
||||
Matrix auroraUnion(const Matrix& aMatrix1, const Matrix& aMatrix2);
|
||||
|
||||
/**
|
||||
* 多项式计算
|
||||
* @brief 例如p[1 0 1],x[3 2 5],代表对多项式 y = x^2 + 1 求(x=3, x=2, x=5)时所有的y
|
||||
|
||||
Reference in New Issue
Block a user