RowView
Java package: com.nvidia.cuvs
Represent a contiguous list of elements backed by off-heap memory.
Public Members
getAsInt
Returns the integer element at the given position. Asserts that the
data type of the dataset on top of which this view is instantiates is
CuVSMatrix.DataType#INT
Parameters
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:22
getAsFloat
Returns the integer element at the given position. Asserts that the
data type of the dataset on top of which this view is instantiates is
CuVSMatrix.DataType#FLOAT
Parameters
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:31
getAsByte
Returns the integer element at the given position. Asserts that the
data type of the dataset on top of which this view is instantiates is
CuVSMatrix.DataType#BYTE
Parameters
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:40
toArray
Copies the content of this row to an on-heap Java array.
Parameters
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:47
toArray
Copies the content of this row to an on-heap Java array.
Parameters
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:54
toArray
Copies the content of this row to an on-heap Java array.
Parameters
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:61
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/RowView.java:12