Help for this page

Select Code to Download


  1. or download this
    my $data = pdl ...; # 1-d
    #my $set1 = $data->where(something); # before Update 1
    ...
    # Now the intersection of $set1 and $set2 is:
    my $tmp = $full1->dice($set2)->sever;
    my $intersect = $tmp->where(isgood $tmp);