Package org.bytedeco.gsl
Class gsl_spmatrix_complex_float
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_spmatrix_complex_float
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_spmatrix_complex_float extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_spmatrix_complex_float()Default native constructor.gsl_spmatrix_complex_float(long size)Native array allocator.gsl_spmatrix_complex_float(Pointer p)Pointer cast constructor.
-
Method Summary
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_spmatrix_complex_float
public gsl_spmatrix_complex_float()
Default native constructor.
-
gsl_spmatrix_complex_float
public gsl_spmatrix_complex_float(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_spmatrix_complex_float
public gsl_spmatrix_complex_float(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_spmatrix_complex_float position(long position)
-
getPointer
public gsl_spmatrix_complex_float getPointer(long i)
- Overrides:
getPointerin classPointer
-
size1
@Cast("size_t") public long size1()
-
size1
public gsl_spmatrix_complex_float size1(long setter)
-
size2
@Cast("size_t") public long size2()
-
size2
public gsl_spmatrix_complex_float size2(long setter)
-
i
public IntPointer i()
-
i
public gsl_spmatrix_complex_float i(IntPointer setter)
-
data
public FloatPointer data()
-
data
public gsl_spmatrix_complex_float data(FloatPointer setter)
-
p
public IntPointer p()
-
p
public gsl_spmatrix_complex_float p(IntPointer setter)
-
nzmax
@Cast("size_t") public long nzmax()
-
nzmax
public gsl_spmatrix_complex_float nzmax(long setter)
-
nz
@Cast("size_t") public long nz()
-
nz
public gsl_spmatrix_complex_float nz(long setter)
-
tree
public gsl_bst_workspace tree()
-
tree
public gsl_spmatrix_complex_float tree(gsl_bst_workspace setter)
-
pool
public gsl_spmatrix_pool pool()
-
pool
public gsl_spmatrix_complex_float pool(gsl_spmatrix_pool setter)
-
node_size
@Cast("size_t") public long node_size()
-
node_size
public gsl_spmatrix_complex_float node_size(long setter)
-
work_work_void
public gsl_spmatrix_complex_float work_work_void(Pointer setter)
-
work_work_int
@Name("work.work_int") public IntPointer work_work_int()
-
work_work_int
public gsl_spmatrix_complex_float work_work_int(IntPointer setter)
-
work_work_atomic
@Name("work.work_atomic") public FloatPointer work_work_atomic()
-
work_work_atomic
public gsl_spmatrix_complex_float work_work_atomic(FloatPointer setter)
-
sptype
public int sptype()
-
sptype
public gsl_spmatrix_complex_float sptype(int setter)
-
spflags
@Cast("size_t") public long spflags()
-
spflags
public gsl_spmatrix_complex_float spflags(long setter)
-
-