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