Python: intersection indices numpy array

前端 未结 4 441
走了就别回头了
走了就别回头了 2020-12-24 05:53

How can I get the indices of intersection points between two numpy arrays? I can get intersecting values with intersect1d:

import numpy as np

a         


        
4条回答
提交回复
热议问题