ConvertMatrixType Interface

public interface ConvertMatrixType

Contents


Module Procedures

private subroutine ConvertMatrixType_lsrtolsc(cin, rout)

Convert a complex matrix to a real matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsc), intent(in) :: cin

The starting matrix.

type(Matrix_lsr), intent(inout) :: rout

Real valued matrix.

private subroutine ConvertMatrixType_lsctolsr(rin, cout)

Convert a real matrix to a complex matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsr), intent(in) :: rin

The starting matrix.

type(Matrix_lsc), intent(inout) :: cout

The complex valued matrix.