标签: .net math matrix
在Python中:
Fnk = np.array([[15.11, 16.11, 17.11, 18.11], [15.11, 16.11, 17.11, 18.11], [15.11, 16.11, 17.11, 18.11], [15.11, 16.11, 17.11, 18.11]]) CellPatAm = np.power(10, Fnk / 20)
如何在math.net中进行计算?或者我改用什么库?