ivector_from_array Subroutine

public subroutine ivector_from_array(this, x)

Creates an ivector with all elements from an array

Arguments

Type IntentOptional AttributesName
type(ivector_t), intent(inout) :: this
integer, intent(in), dimension(:):: x

Calls

proc~~ivector_from_array~~CallsGraph proc~ivector_from_array ivector_from_array interface~ivector_init ivector_init proc~ivector_from_array->interface~ivector_init interface~ivector_init->proc~ivector_from_array interface~ivector_init->interface~ivector_init

Called by

proc~~ivector_from_array~~CalledByGraph proc~ivector_from_array ivector_from_array interface~ivector_init ivector_init proc~ivector_from_array->interface~ivector_init interface~ivector_init->proc~ivector_from_array interface~ivector_init->interface~ivector_init

Contents

None