@Properties(inherit=gsl.class) public class gsl_spmatrix extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_spmatrix()
Default native constructor.
|
gsl_spmatrix(long size)
Native array allocator.
|
gsl_spmatrix(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
data() |
gsl_spmatrix |
data(DoublePointer setter) |
IntPointer |
i() |
gsl_spmatrix |
i(IntPointer setter) |
long |
node_size() |
gsl_spmatrix |
node_size(long setter) |
long |
nz() |
gsl_spmatrix |
nz(long setter) |
long |
nzmax() |
gsl_spmatrix |
nzmax(long setter) |
IntPointer |
p() |
gsl_spmatrix |
p(IntPointer setter) |
gsl_spmatrix_pool |
pool() |
gsl_spmatrix |
pool(gsl_spmatrix_pool setter) |
gsl_spmatrix |
position(long position) |
long |
size1() |
gsl_spmatrix |
size1(long setter) |
long |
size2() |
gsl_spmatrix |
size2(long setter) |
long |
spflags() |
gsl_spmatrix |
spflags(long setter) |
int |
sptype() |
gsl_spmatrix |
sptype(int setter) |
gsl_bst_workspace |
tree() |
gsl_spmatrix |
tree(gsl_bst_workspace setter) |
DoublePointer |
work_work_atomic() |
gsl_spmatrix |
work_work_atomic(DoublePointer setter) |
IntPointer |
work_work_int() |
gsl_spmatrix |
work_work_int(IntPointer setter) |
Pointer |
work_work_void() |
gsl_spmatrix |
work_work_void(Pointer setter) |
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 gsl_spmatrix()
public gsl_spmatrix(long size)
Pointer.position(long).public gsl_spmatrix(Pointer p)
Pointer.Pointer(Pointer).public gsl_spmatrix position(long position)
public gsl_spmatrix size1(long setter)
public gsl_spmatrix size2(long setter)
public IntPointer i()
public gsl_spmatrix i(IntPointer setter)
public DoublePointer data()
public gsl_spmatrix data(DoublePointer setter)
public IntPointer p()
public gsl_spmatrix p(IntPointer setter)
public gsl_spmatrix nzmax(long setter)
public gsl_spmatrix nz(long setter)
public gsl_bst_workspace tree()
public gsl_spmatrix tree(gsl_bst_workspace setter)
public gsl_spmatrix_pool pool()
public gsl_spmatrix pool(gsl_spmatrix_pool setter)
public gsl_spmatrix node_size(long setter)
public gsl_spmatrix work_work_void(Pointer setter)
@Name(value="work.work_int") public IntPointer work_work_int()
public gsl_spmatrix work_work_int(IntPointer setter)
@Name(value="work.work_atomic") public DoublePointer work_work_atomic()
public gsl_spmatrix work_work_atomic(DoublePointer setter)
public int sptype()
public gsl_spmatrix sptype(int setter)
public gsl_spmatrix spflags(long setter)
Copyright © 2020. All rights reserved.