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