Package io.deephaven.jpy
Interface JpyModule.ArrayOps<T>
- Enclosing class:
- JpyModule
public static interface JpyModule.ArrayOps<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
newInstance
(int len) org.jpy.PyObject
org.jpy.PyObject
newPyInstance
(int len)
-
Method Details
-
getType
PrimitiveArrayType<T> getType() -
newPyCopy
-
newCopy
-
newPyInstance
org.jpy.PyObject newPyInstance(int len) -
newInstance
-