assignment(=) Interface

public interface assignment(=)

Calls

interface~~assignment(=)~~CallsGraph interface~assignment(=) assignment(=) proc~i_dvector_assign i_dvector_assign interface~assignment(=)->proc~i_dvector_assign proc~ivector_assign ivector_assign interface~assignment(=)->proc~ivector_assign proc~dvector_assign dvector_assign interface~assignment(=)->proc~dvector_assign

Contents


Module Procedures

public subroutine ivector_assign(this, other)

Copies the contents of ivector other to ivector this

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this
class(ivector_t), intent(in) :: other

public subroutine dvector_assign(this, other)

Copies the contents of dvector other to dvector this

Arguments

Type IntentOptional AttributesName
class(dvector_t), intent(inout) :: this
class(dvector_t), intent(in) :: other

public subroutine i_dvector_assign(this, other)

Copies the contents of ivector other to dvector this. Integers are cast to reals.

Arguments

Type IntentOptional AttributesName
class(dvector_t), intent(inout) :: this
class(ivector_t), intent(in) :: other