Package org.bytedeco.gsl
Class gsl_min_fminimizer
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_min_fminimizer
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_min_fminimizer 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_min_fminimizer()Default native constructor.gsl_min_fminimizer(long size)Native array allocator.gsl_min_fminimizer(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublef_lower()gsl_min_fminimizerf_lower(double setter)doublef_minimum()gsl_min_fminimizerf_minimum(double setter)doublef_upper()gsl_min_fminimizerf_upper(double setter)gsl_functionfunction()gsl_min_fminimizerfunction(gsl_function setter)gsl_min_fminimizergetPointer(long i)gsl_min_fminimizerposition(long position)Pointerstate()gsl_min_fminimizerstate(Pointer setter)gsl_min_fminimizer_typetype()gsl_min_fminimizertype(gsl_min_fminimizer_type setter)doublex_lower()gsl_min_fminimizerx_lower(double setter)doublex_minimum()gsl_min_fminimizerx_minimum(double setter)doublex_upper()gsl_min_fminimizerx_upper(double 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_min_fminimizer
public gsl_min_fminimizer()
Default native constructor.
-
gsl_min_fminimizer
public gsl_min_fminimizer(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_min_fminimizer
public gsl_min_fminimizer(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_min_fminimizer position(long position)
-
getPointer
public gsl_min_fminimizer getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_min_fminimizer_type type()
-
type
public gsl_min_fminimizer type(gsl_min_fminimizer_type setter)
-
function
public gsl_function function()
-
function
public gsl_min_fminimizer function(gsl_function setter)
-
x_minimum
public double x_minimum()
-
x_minimum
public gsl_min_fminimizer x_minimum(double setter)
-
x_lower
public double x_lower()
-
x_lower
public gsl_min_fminimizer x_lower(double setter)
-
x_upper
public double x_upper()
-
x_upper
public gsl_min_fminimizer x_upper(double setter)
-
f_minimum
public double f_minimum()
-
f_minimum
public gsl_min_fminimizer f_minimum(double setter)
-
f_lower
public double f_lower()
-
f_lower
public gsl_min_fminimizer f_lower(double setter)
-
f_upper
public double f_upper()
-
f_upper
public gsl_min_fminimizer f_upper(double setter)
-
state
public Pointer state()
-
state
public gsl_min_fminimizer state(Pointer setter)
-
-