Package org.bytedeco.gsl
Class gsl_multimin_fminimizer
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multimin_fminimizer
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_multimin_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_multimin_fminimizer()Default native constructor.gsl_multimin_fminimizer(long size)Native array allocator.gsl_multimin_fminimizer(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_multimin_functionf()gsl_multimin_fminimizerf(gsl_multimin_function setter)doublefval()gsl_multimin_fminimizerfval(double setter)gsl_multimin_fminimizergetPointer(long i)gsl_multimin_fminimizerposition(long position)doublesize()gsl_multimin_fminimizersize(double setter)Pointerstate()gsl_multimin_fminimizerstate(Pointer setter)gsl_multimin_fminimizer_typetype()gsl_multimin_fminimizertype(gsl_multimin_fminimizer_type setter)gsl_vectorx()gsl_multimin_fminimizerx(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_multimin_fminimizer
public gsl_multimin_fminimizer()
Default native constructor.
-
gsl_multimin_fminimizer
public gsl_multimin_fminimizer(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multimin_fminimizer
public gsl_multimin_fminimizer(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multimin_fminimizer position(long position)
-
getPointer
public gsl_multimin_fminimizer getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_multimin_fminimizer_type type()
-
type
public gsl_multimin_fminimizer type(gsl_multimin_fminimizer_type setter)
-
f
public gsl_multimin_function f()
-
f
public gsl_multimin_fminimizer f(gsl_multimin_function setter)
-
fval
public double fval()
-
fval
public gsl_multimin_fminimizer fval(double setter)
-
x
public gsl_vector x()
-
x
public gsl_multimin_fminimizer x(gsl_vector setter)
-
size
public double size()
-
size
public gsl_multimin_fminimizer size(double setter)
-
state
public Pointer state()
-
state
public gsl_multimin_fminimizer state(Pointer setter)
-
-