b2/python/examples/make_and_print.py
2025-01-14 01:15:53 +01:00

6 lines
108 B
Python

import numpy as np
import pybertini as pb
v = np.zeros(shape=(3,), dtype=pb.multiprec.Complex)
print(v[0])