function for square root of matrix

I want to calculate the square root of a 2x2 matrix using C++. But not able to find the function for it in C++.. please help asap!

Cheers,
nav
There is none, at least not without using additional libraries.
So you have to make one yourself.
Topic archived. No new replies allowed.