selectRow Function

public pure function selectRow(Matrix, RowIDs) result(SelectedRows)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: Matrix(:,:)
integer(kind=int32), intent(in) :: RowIDs(:)

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


Contents

None