Package org.bytedeco.gsl
Class gsl_multiroot_fsolver
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multiroot_fsolver
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_multiroot_fsolver 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_multiroot_fsolver()Default native constructor.gsl_multiroot_fsolver(long size)Native array allocator.gsl_multiroot_fsolver(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_vectordx()gsl_multiroot_fsolverdx(gsl_vector setter)gsl_vectorf()gsl_multiroot_fsolverf(gsl_vector setter)gsl_multiroot_functionfunction()gsl_multiroot_fsolverfunction(gsl_multiroot_function setter)gsl_multiroot_fsolvergetPointer(long i)gsl_multiroot_fsolverposition(long position)Pointerstate()gsl_multiroot_fsolverstate(Pointer setter)gsl_multiroot_fsolver_typetype()gsl_multiroot_fsolvertype(gsl_multiroot_fsolver_type setter)gsl_vectorx()gsl_multiroot_fsolverx(gsl_vector setter)-
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_multiroot_fsolver
public gsl_multiroot_fsolver()
Default native constructor.
-
gsl_multiroot_fsolver
public gsl_multiroot_fsolver(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multiroot_fsolver
public gsl_multiroot_fsolver(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multiroot_fsolver position(long position)
-
getPointer
public gsl_multiroot_fsolver getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_multiroot_fsolver_type type()
-
type
public gsl_multiroot_fsolver type(gsl_multiroot_fsolver_type setter)
-
function
public gsl_multiroot_function function()
-
function
public gsl_multiroot_fsolver function(gsl_multiroot_function setter)
-
x
public gsl_vector x()
-
x
public gsl_multiroot_fsolver x(gsl_vector setter)
-
f
public gsl_vector f()
-
f
public gsl_multiroot_fsolver f(gsl_vector setter)
-
dx
public gsl_vector dx()
-
dx
public gsl_multiroot_fsolver dx(gsl_vector setter)
-
state
public Pointer state()
-
state
public gsl_multiroot_fsolver state(Pointer setter)
-
-