ConvertMatrixToReal Subroutine

public subroutine ConvertMatrixToReal(in, out)

Converts the current matrix to a real type matrix.

Arguments

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

The matrix to convert.

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

Real version of the matrix.


Contents

None