@Properties(inherit=gsl.class) public class gsl_spmatrix extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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) |
SizeTPointer |
i() |
gsl_spmatrix |
i(SizeTPointer setter) |
long |
nz() |
gsl_spmatrix |
nz(long setter) |
long |
nzmax() |
gsl_spmatrix |
nzmax(long setter) |
SizeTPointer |
p() |
gsl_spmatrix |
p(SizeTPointer setter) |
gsl_spmatrix |
position(long position) |
long |
size1() |
gsl_spmatrix |
size1(long setter) |
long |
size2() |
gsl_spmatrix |
size2(long setter) |
long |
sptype() |
gsl_spmatrix |
sptype(long setter) |
gsl_spmatrix_tree |
tree_data() |
gsl_spmatrix |
tree_data(gsl_spmatrix_tree setter) |
DoublePointer |
work_dbl() |
gsl_spmatrix |
work_dbl(DoublePointer setter) |
SizeTPointer |
work_sze() |
gsl_spmatrix |
work_sze(SizeTPointer setter) |
Pointer |
work() |
gsl_spmatrix |
work(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, 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)
@Cast(value="size_t*") public SizeTPointer i()
public gsl_spmatrix i(SizeTPointer setter)
public DoublePointer data()
public gsl_spmatrix data(DoublePointer setter)
@Cast(value="size_t*") public SizeTPointer p()
public gsl_spmatrix p(SizeTPointer setter)
public gsl_spmatrix nzmax(long setter)
public gsl_spmatrix nz(long setter)
public gsl_spmatrix_tree tree_data()
public gsl_spmatrix tree_data(gsl_spmatrix_tree setter)
public Pointer work()
public gsl_spmatrix work(Pointer setter)
@Cast(value="size_t*") public SizeTPointer work_sze()
public gsl_spmatrix work_sze(SizeTPointer setter)
public DoublePointer work_dbl()
public gsl_spmatrix work_dbl(DoublePointer setter)
public gsl_spmatrix sptype(long setter)
Copyright © 2019. All rights reserved.