MinaMourice / AsuMathLabG14

2 stars 1 forks source link

support power and sqrt to matrices #13

Closed BeshoyAnwar closed 6 years ago

BeshoyAnwar commented 6 years ago

The prototypes of the function as following: void pow(double d); / M^d is the d product of matrix M / friend CMatrix sqrt(const CMatrix& m); / Get square root of matrix m /