dvector_init Interface

public interface dvector_init

Calls

interface~~dvector_init~~CallsGraph interface~dvector_init dvector_init interface~dvector_init->interface~dvector_init proc~dvector_from_array dvector_from_array interface~dvector_init->proc~dvector_from_array proc~dvector_from_array->interface~dvector_init

Called by

interface~~dvector_init~~CalledByGraph interface~dvector_init dvector_init interface~dvector_init->interface~dvector_init proc~dvector_from_array dvector_from_array interface~dvector_init->proc~dvector_from_array proc~dvector_from_array->interface~dvector_init

Contents


Module Procedures

public interface dvector_init()

Arguments

None

public subroutine dvector_from_array(this, x)

Creates a dvector with all elements from an array

Arguments

Type IntentOptional AttributesName
type(dvector_t), intent(inout) :: this
real(kind=rp), intent(in), dimension(:):: x