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