Package org.bytedeco.gsl
Class gsl_multimin_fminimizer_type
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multimin_fminimizer_type
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_multimin_fminimizer_type extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_multimin_fminimizer_type.Alloc_Pointer_longstatic classgsl_multimin_fminimizer_type.Free_Pointerstatic classgsl_multimin_fminimizer_type.Iterate_Pointer_gsl_multimin_function_gsl_vector_DoublePointer_DoublePointerstatic classgsl_multimin_fminimizer_type.Set_Pointer_gsl_multimin_function_gsl_vector_DoublePointer_gsl_vector-
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_type()Default native constructor.gsl_multimin_fminimizer_type(long size)Native array allocator.gsl_multimin_fminimizer_type(Pointer p)Pointer cast constructor.
-
Method Summary
-
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_type
public gsl_multimin_fminimizer_type()
Default native constructor.
-
gsl_multimin_fminimizer_type
public gsl_multimin_fminimizer_type(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multimin_fminimizer_type
public gsl_multimin_fminimizer_type(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multimin_fminimizer_type position(long position)
-
getPointer
public gsl_multimin_fminimizer_type getPointer(long i)
- Overrides:
getPointerin classPointer
-
name
@Cast("const char*") public BytePointer name()
-
name
public gsl_multimin_fminimizer_type name(BytePointer setter)
-
size
@Cast("size_t") public long size()
-
size
public gsl_multimin_fminimizer_type size(long setter)
-
alloc
public gsl_multimin_fminimizer_type.Alloc_Pointer_long alloc()
-
alloc
public gsl_multimin_fminimizer_type alloc(gsl_multimin_fminimizer_type.Alloc_Pointer_long setter)
-
set
public gsl_multimin_fminimizer_type.Set_Pointer_gsl_multimin_function_gsl_vector_DoublePointer_gsl_vector set()
-
set
public gsl_multimin_fminimizer_type set(gsl_multimin_fminimizer_type.Set_Pointer_gsl_multimin_function_gsl_vector_DoublePointer_gsl_vector setter)
-
iterate
public gsl_multimin_fminimizer_type.Iterate_Pointer_gsl_multimin_function_gsl_vector_DoublePointer_DoublePointer iterate()
-
iterate
public gsl_multimin_fminimizer_type iterate(gsl_multimin_fminimizer_type.Iterate_Pointer_gsl_multimin_function_gsl_vector_DoublePointer_DoublePointer setter)
-
_free
@Name("free") public gsl_multimin_fminimizer_type.Free_Pointer _free()
-
_free
public gsl_multimin_fminimizer_type _free(gsl_multimin_fminimizer_type.Free_Pointer setter)
-
-