public class jarray extends Object
jarray()
static Class<?>
array_class(PyObject type)
static PyArray
array(PyObject seq, char typecode)
array(PyObject seq, Class type)
zeros(int n, char typecode)
zeros(int n, Class type)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public jarray()
public static PyArray array(PyObject seq, char typecode)
public static PyArray array(PyObject seq, Class type)
public static PyArray zeros(int n, char typecode)
public static PyArray zeros(int n, Class type)
public static Class<?> array_class(PyObject type)
Jython homepage