Kaiser-Yang/matrix-calculation-accelerator

Update pow, powNumber and numberPow

Closed this issue · 0 comments

The method transpose in Matrix will return the transposed matrix of *this, and the transpose methods in mca.h will transpose the matrix directly or transpose the matrix and store the result into output. However, our pow, powNumber and numberPow are not consistent with the transpose method. Update these three methods to make them consistent with the transpose method.