Convert a complex matrix to a real matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | cin |
The starting matrix. |
||
type(Matrix_lsr), | intent(inout) | :: | rout |
Real valued matrix. |
Convert a real matrix to a complex matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | rin |
The starting matrix. |
||
type(Matrix_lsc), | intent(inout) | :: | cout |
The complex valued matrix. |