public class NDArray extends CustomPythonObject implements HasArray, HasContent<Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NDArray() |
NDArray(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
__init__(Object[] args) |
void |
__setstate__(Object[] args)
https://github.com/numpy/numpy/blob/master/numpy/core/src/multiarray/methods.c
|
void |
clearContent() |
List<?> |
getArrayContent() |
int[] |
getArrayShape() |
Object |
getContent() |
Object |
getData() |
Object |
getDescr() |
Boolean |
getFortranOrder() |
Object[] |
getShape() |
__getstate__, __setstate__, createAttributeMapget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void __init__(Object[] args)
__init__ in class CustomPythonObjectpublic void __setstate__(Object[] args)
__setstate__ in class CustomPythonObjectpublic List<?> getArrayContent()
getArrayContent in interface HasArraypublic int[] getArrayShape()
getArrayShape in interface HasArraypublic Object getContent()
getContent in interface HasContent<Object>public void clearContent()
clearContent in interface HasContent<Object>public Object[] getShape()
public Object getDescr()
public Boolean getFortranOrder()
public Object getData()
Copyright © 2022. All rights reserved.