Add transpose, horzcat, vertcat and Fix repmat threadPerBlock problem.
This commit is contained in:
@@ -63,6 +63,12 @@ namespace Aurora
|
||||
|
||||
float norm(const CudaMatrix& aMatrix, NormMethod aNormMethod);
|
||||
|
||||
CudaMatrix transpose(const CudaMatrix& aMatrix);
|
||||
|
||||
CudaMatrix horzcat(const CudaMatrix& aMatrix1, const CudaMatrix& aMatrix2);
|
||||
|
||||
CudaMatrix vertcat(const CudaMatrix& aMatrix1, const CudaMatrix& aMatrix2);
|
||||
|
||||
// ------compareSet----------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user