public subroutine ConvertMatrixToComplex(in, out)
Converts the current matrix to a complex type matrix.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(Matrix_ps),
|
intent(in) |
|
|
:: |
in |
The matrix to convert.
|
type(Matrix_ps),
|
intent(inout) |
|
|
:: |
out |
Complex version of the matrix.
|