public interface DenseMatrixProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getEntries(int index)
repeated int32 entries = 3; |
int |
getEntriesCount()
repeated int32 entries = 3; |
java.util.List<java.lang.Integer> |
getEntriesList()
repeated int32 entries = 3; |
int |
getNumCols()
int32 num_cols = 2; |
int |
getNumRows()
int32 num_rows = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getNumRows()
int32 num_rows = 1;
int getNumCols()
int32 num_cols = 2;
java.util.List<java.lang.Integer> getEntriesList()
repeated int32 entries = 3;
int getEntriesCount()
repeated int32 entries = 3;
int getEntries(int index)
repeated int32 entries = 3;
index
- The index of the element to return.Copyright © 2025. All rights reserved.