assignment(=) Interface

public interface assignment(=)

Contents


Module Procedures

private subroutine assignmentDTN(T1, T2)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(inout) :: T1
type(tn_tensor), intent(in) :: T2

private subroutine assignmentZTN(T1, T2)

Arguments

Type IntentOptional AttributesName
complex(kind=8), intent(inout) :: T1
type(tn_tensor), intent(in) :: T2

private subroutine assignmentTTN(T1, T2)

Arguments

Type IntentOptional AttributesName
type(tensor), intent(inout) :: T1
type(tn_tensor), intent(in) :: T2

private subroutine assignmentTNTN(T1, T2)

Arguments

Type IntentOptional AttributesName
type(tn_tensor), intent(inout) :: T1
type(tn_tensor), intent(in) :: T2