public class CSRMatrix extends PyClassDict implements HasArray
| Constructor and Description |
|---|
CSRMatrix(java.lang.String module,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<?> |
getArrayContent() |
int[] |
getArrayShape() |
java.util.List<?> |
getData() |
java.util.List<java.lang.Integer> |
getIndices() |
java.util.List<java.lang.Integer> |
getIndPtr() |
java.lang.Object[] |
getShape() |
get, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getOption, getTupleListclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic java.util.List<?> getArrayContent()
getArrayContent in interface HasArraypublic int[] getArrayShape()
getArrayShape in interface HasArraypublic java.util.List<?> getData()
public java.util.List<java.lang.Integer> getIndices()
public java.util.List<java.lang.Integer> getIndPtr()
public java.lang.Object[] getShape()
Copyright © 2018. All Rights Reserved.