Package org.bytedeco.gsl
Class gsl_complex
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.javacpp.DoublePointer
-
- org.bytedeco.gsl.gsl_complex
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_complex extends DoublePointer
-
-
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_complex()Default native constructor.gsl_complex(long size)Native array allocator.gsl_complex(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublePointerdat()doubledat(int i)gsl_complexdat(int i, double setter)gsl_complexgetPointer(long i)gsl_complexposition(long position)-
Methods inherited from class org.bytedeco.javacpp.DoublePointer
asBuffer, capacity, get, get, get, get, limit, put, put, put, put, sizeof
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_complex
public gsl_complex()
Default native constructor.
-
gsl_complex
public gsl_complex(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_complex
public gsl_complex(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_complex position(long position)
- Overrides:
positionin classDoublePointer
-
getPointer
public gsl_complex getPointer(long i)
- Overrides:
getPointerin classDoublePointer
-
dat
public double dat(int i)
-
dat
public gsl_complex dat(int i, double setter)
-
dat
@MemberGetter public DoublePointer dat()
-
-