标签: python numpy ironpython mathnet rhinoceros
我正在将一段目前使用numpy的python代码移植到IronPython(其原因与我正在编写的平台的细节有关)。
由于numpy和IronPython不兼容,我需要用Math.NET等效替换每个numpy函数,我已将其作为外部引用添加。
作为Math.NET的新手,我很难找到numpy.where()函数的等价物。
numpy.where()
任何帮助将不胜感激!