Initializing a matrix<complex> with matrix

Hello eveyone,

I could not find the proper way to put a matrix into a matrix complex.

Thank you for your help,
Lorenzo

matrix A = eye(10, 10);
matrix<complex> Ac = A;