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