Package org.bytedeco.gsl
Class gsl_multimin_function
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multimin_function
-
- All Implemented Interfaces:
AutoCloseable
@Name("gsl_multimin_function_struct") @Properties(inherit=gsl.class) public class gsl_multimin_function extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_multimin_function.F_gsl_vector_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_multimin_function()Default native constructor.gsl_multimin_function(long size)Native array allocator.gsl_multimin_function(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_multimin_function.F_gsl_vector_Pointerf()gsl_multimin_functionf(gsl_multimin_function.F_gsl_vector_Pointer setter)gsl_multimin_functiongetPointer(long i)longn()gsl_multimin_functionn(long setter)Pointerparams()gsl_multimin_functionparams(Pointer setter)gsl_multimin_functionposition(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_multimin_function
public gsl_multimin_function()
Default native constructor.
-
gsl_multimin_function
public gsl_multimin_function(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multimin_function
public gsl_multimin_function(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multimin_function position(long position)
-
getPointer
public gsl_multimin_function getPointer(long i)
- Overrides:
getPointerin classPointer
-
f
public gsl_multimin_function.F_gsl_vector_Pointer f()
-
f
public gsl_multimin_function f(gsl_multimin_function.F_gsl_vector_Pointer setter)
-
n
@Cast("size_t") public long n()
-
n
public gsl_multimin_function n(long setter)
-
params
public Pointer params()
-
params
public gsl_multimin_function params(Pointer setter)
-
-