ConjugateMatrix Interface

public interface ConjugateMatrix

Contents


Module Procedures

private subroutine ConjugateMatrix_lsc(this)

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

Arguments

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

The matrix to compute the complex conjugate of.