Add repmat and repmat3d, Fix sqrt with complex.
This commit is contained in:
@@ -39,6 +39,12 @@ namespace Aurora
|
||||
CudaMatrix sign(const CudaMatrix& aMatrix);
|
||||
|
||||
CudaMatrix sign(const CudaMatrix&& aMatrix);
|
||||
|
||||
CudaMatrix repmat(const CudaMatrix& aMatrix,int aRowTimes, int aColumnTimes);
|
||||
|
||||
CudaMatrix repmat(const CudaMatrix& aMatrix,int aRowTimes, int aColumnTimes, int aSliceTimes);
|
||||
|
||||
CudaMatrix repmat3d(const CudaMatrix& aMatrix,int aRowTimes, int aColumnTimes, int aSliceTimes);
|
||||
}
|
||||
|
||||
#endif //AURORA_CUDA_FUNCTION1D_H
|
||||
Reference in New Issue
Block a user