Hi, I wanted to ask that when using nimpy can I import a specific function by running the following code.
import nimpy let np = pyImport("numpy") from np import np.linalg inv
Hi, I wanted to ask that when using nimpy can I import a specific function by running the following code.
import nimpy let np = pyImport("numpy") from np import np.linalg inv