conjg Interface

public interface conjg

Module Procedures

public function conjgVectorComplex(vec) result(ret)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: vec(:)

Return Value complex(kind=real64), allocatable, (:)

public function conjgTensor2Complex(vec) result(ret)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: vec(:,:)

Return Value complex(kind=real64), allocatable, (:,:)

public function conjgTensor3Complex(vec) result(ret)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: vec(:,:,:)

Return Value complex(kind=real64), allocatable, (:,:,:)