Add exp, mod, acos, acosd, conj, norm and unittest.
This commit is contained in:
@@ -51,7 +51,17 @@ namespace Aurora
|
||||
|
||||
CudaMatrix log(const CudaMatrix& aMatrix, int aBaseNum = -1);
|
||||
|
||||
CudaMatrix exp(const CudaMatrix& aMatrix);
|
||||
|
||||
CudaMatrix mod(const CudaMatrix& aMatrix, float aValue);
|
||||
|
||||
CudaMatrix acos(const CudaMatrix& aMatrix);
|
||||
|
||||
CudaMatrix acosd(const CudaMatrix& aMatrix);
|
||||
|
||||
CudaMatrix conj(const CudaMatrix& aMatrix);
|
||||
|
||||
float norm(const CudaMatrix& aMatrix, NormMethod aNormMethod);
|
||||
|
||||
// ------compareSet----------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user