ConjugateMatrix Interface

public interface ConjugateMatrix

Contents


Module Procedures

private subroutine ConjugateMatrix_ps(this)

Every value in the matrix is changed into its complex conjugate.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(inout) :: this

The matrix to compute the complex conjugate of.