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 |
|---|---|
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, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Node()
public Node(long size)
Pointer.position(long).public Node(Pointer p)
Pointer.Pointer(Pointer).public SparseMat.Node position(long position)
public 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 © 2020. All rights reserved.