ConvertMatrixToComplex Subroutine

public subroutine ConvertMatrixToComplex(in, out)

Converts the current matrix to a complex type matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(in) :: in

The matrix to convert.

type(Matrix_ps), intent(inout) :: out

Complex version of the matrix.


Contents

None