def _from_np()

in dict_minimize/jax_api.py [0:0]


def _from_np(X, dtype):
    Xt = np.asarray(X, dtype=dtype)
    return Xt