Package org.bytedeco.gsl
Class gsl_odeiv_system
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_odeiv_system
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_odeiv_system extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_odeiv_system.Function_double_DoublePointer_DoublePointer_Pointerstatic classgsl_odeiv_system.Jacobian_double_DoublePointer_DoublePointer_DoublePointer_Pointer-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_odeiv_system()Default native constructor.gsl_odeiv_system(long size)Native array allocator.gsl_odeiv_system(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longdimension()gsl_odeiv_systemdimension(long setter)gsl_odeiv_system.Function_double_DoublePointer_DoublePointer_Pointerfunction()gsl_odeiv_systemfunction(gsl_odeiv_system.Function_double_DoublePointer_DoublePointer_Pointer setter)gsl_odeiv_systemgetPointer(long i)gsl_odeiv_system.Jacobian_double_DoublePointer_DoublePointer_DoublePointer_Pointerjacobian()gsl_odeiv_systemjacobian(gsl_odeiv_system.Jacobian_double_DoublePointer_DoublePointer_DoublePointer_Pointer setter)Pointerparams()gsl_odeiv_systemparams(Pointer setter)gsl_odeiv_systemposition(long position)-
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_odeiv_system
public gsl_odeiv_system()
Default native constructor.
-
gsl_odeiv_system
public gsl_odeiv_system(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_odeiv_system
public gsl_odeiv_system(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_odeiv_system position(long position)
-
getPointer
public gsl_odeiv_system getPointer(long i)
- Overrides:
getPointerin classPointer
-
function
public gsl_odeiv_system.Function_double_DoublePointer_DoublePointer_Pointer function()
-
function
public gsl_odeiv_system function(gsl_odeiv_system.Function_double_DoublePointer_DoublePointer_Pointer setter)
-
jacobian
public gsl_odeiv_system.Jacobian_double_DoublePointer_DoublePointer_DoublePointer_Pointer jacobian()
-
jacobian
public gsl_odeiv_system jacobian(gsl_odeiv_system.Jacobian_double_DoublePointer_DoublePointer_DoublePointer_Pointer setter)
-
dimension
@Cast("size_t") public long dimension()
-
dimension
public gsl_odeiv_system dimension(long setter)
-
params
public Pointer params()
-
params
public gsl_odeiv_system params(Pointer setter)
-
-