Package org.bytedeco.gsl
Class gsl_sf_mathieu_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_sf_mathieu_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_sf_mathieu_workspace 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_sf_mathieu_workspace()Default native constructor.gsl_sf_mathieu_workspace(long size)Native array allocator.gsl_sf_mathieu_workspace(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_sf_mathieu_workspace
public gsl_sf_mathieu_workspace()
Default native constructor.
-
gsl_sf_mathieu_workspace
public gsl_sf_mathieu_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_sf_mathieu_workspace
public gsl_sf_mathieu_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_sf_mathieu_workspace position(long position)
-
getPointer
public gsl_sf_mathieu_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
size
@Cast("size_t") public long size()
-
size
public gsl_sf_mathieu_workspace size(long setter)
-
even_order
@Cast("size_t") public long even_order()
-
even_order
public gsl_sf_mathieu_workspace even_order(long setter)
-
odd_order
@Cast("size_t") public long odd_order()
-
odd_order
public gsl_sf_mathieu_workspace odd_order(long setter)
-
extra_values
public int extra_values()
-
extra_values
public gsl_sf_mathieu_workspace extra_values(int setter)
-
qa
public double qa()
-
qa
public gsl_sf_mathieu_workspace qa(double setter)
-
qb
public double qb()
-
qb
public gsl_sf_mathieu_workspace qb(double setter)
-
aa
public DoublePointer aa()
-
aa
public gsl_sf_mathieu_workspace aa(DoublePointer setter)
-
bb
public DoublePointer bb()
-
bb
public gsl_sf_mathieu_workspace bb(DoublePointer setter)
-
dd
public DoublePointer dd()
-
dd
public gsl_sf_mathieu_workspace dd(DoublePointer setter)
-
ee
public DoublePointer ee()
-
ee
public gsl_sf_mathieu_workspace ee(DoublePointer setter)
-
tt
public DoublePointer tt()
-
tt
public gsl_sf_mathieu_workspace tt(DoublePointer setter)
-
e2
public DoublePointer e2()
-
e2
public gsl_sf_mathieu_workspace e2(DoublePointer setter)
-
zz
public DoublePointer zz()
-
zz
public gsl_sf_mathieu_workspace zz(DoublePointer setter)
-
eval
public gsl_vector eval()
-
eval
public gsl_sf_mathieu_workspace eval(gsl_vector setter)
-
evec
public gsl_matrix evec()
-
evec
public gsl_sf_mathieu_workspace evec(gsl_matrix setter)
-
wmat
public gsl_eigen_symmv_workspace wmat()
-
wmat
public gsl_sf_mathieu_workspace wmat(gsl_eigen_symmv_workspace setter)
-
-