Add reshape and reshape's unittest.
This commit is contained in:
@@ -77,6 +77,8 @@ namespace Aurora {
|
||||
Matrix auroraUnion(const Matrix& aMatrix1, const Matrix& aMatrix2);
|
||||
|
||||
Matrix intersect(const Matrix& aMatrix1, const Matrix& aMatrix2);
|
||||
|
||||
Matrix reshape(const Matrix& aMatrix, int aRows, int aColumns, int aSlices);
|
||||
/**
|
||||
* 并集
|
||||
* @param aIa, [C,ia,~] = intersect(A,B)用法中ia的返回值
|
||||
|
||||
Reference in New Issue
Block a user