public static class SparseMat.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Node()
Default native constructor.
|
Node(long size)
Native array allocator.
|
Node(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SparseMat.Node |
getPointer(long i) |
long |
hashval()
hash value
|
SparseMat.Node |
hashval(long setter) |
IntPointer |
idx() |
int |
idx(int i)
index of the matrix element
|
SparseMat.Node |
idx(int i,
int setter) |
long |
next()
index of the next node in the same hash table entry
|
SparseMat.Node |
next(long setter) |
SparseMat.Node |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Node()
public Node(long size)
Pointer.position(long).public Node(Pointer p)
Pointer(Pointer).public SparseMat.Node position(long position)
public SparseMat.Node getPointer(long i)
getPointer in class Pointerpublic SparseMat.Node hashval(long setter)
public SparseMat.Node next(long setter)
public int idx(int i)
public SparseMat.Node idx(int i, int setter)
@MemberGetter public IntPointer idx()
Copyright © 2021. All rights reserved.