示例#1
0
def power_arr(dft):
    return _presto.power_arr(dft)
示例#2
0
def power_arr(dft: "fcomplex") -> "long *":
    return _presto.power_arr(dft)