@Properties(inherit=gsl.class) public class gsl_matrix_complex extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_matrix_complex()
Default native constructor.
|
gsl_matrix_complex(long size)
Native array allocator.
|
gsl_matrix_complex(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
gsl_block_complex |
block() |
gsl_matrix_complex |
block(gsl_block_complex setter) |
DoublePointer |
data() |
gsl_matrix_complex |
data(DoublePointer setter) |
gsl_matrix_complex |
getPointer(long i) |
int |
owner() |
gsl_matrix_complex |
owner(int setter) |
gsl_matrix_complex |
position(long position) |
long |
size1() |
gsl_matrix_complex |
size1(long setter) |
long |
size2() |
gsl_matrix_complex |
size2(long setter) |
long |
tda() |
gsl_matrix_complex |
tda(long setter) |
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, zeropublic gsl_matrix_complex()
public gsl_matrix_complex(long size)
Pointer.position(long).public gsl_matrix_complex(Pointer p)
Pointer(Pointer).public gsl_matrix_complex position(long position)
public gsl_matrix_complex getPointer(long i)
getPointer in class Pointerpublic gsl_matrix_complex size1(long setter)
public gsl_matrix_complex size2(long setter)
public gsl_matrix_complex tda(long setter)
public DoublePointer data()
public gsl_matrix_complex data(DoublePointer setter)
public gsl_block_complex block()
public gsl_matrix_complex block(gsl_block_complex setter)
public int owner()
public gsl_matrix_complex owner(int setter)
Copyright © 2022. All rights reserved.