public class jarray extends Object
Constructor and Description |
---|
jarray() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
array_class(PyObject type) |
static PyArray |
array(PyObject seq,
char typecode) |
static PyArray |
array(PyObject seq,
Class type) |
static PyArray |
zeros(int n,
char typecode) |
static PyArray |
zeros(int n,
Class type) |
public static PyArray zeros(int n, char typecode)