Package org.bytedeco.gsl
Class gsl_multimin_function_fdf
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multimin_function_fdf
-
- All Implemented Interfaces:
AutoCloseable
@Name("gsl_multimin_function_fdf_struct") @Properties(inherit=gsl.class) public class gsl_multimin_function_fdf extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_multimin_function_fdf.Df_gsl_vector_Pointer_gsl_vectorstatic classgsl_multimin_function_fdf.F_gsl_vector_Pointerstatic classgsl_multimin_function_fdf.Fdf_gsl_vector_Pointer_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_function_fdf()Default native constructor.gsl_multimin_function_fdf(long size)Native array allocator.gsl_multimin_function_fdf(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_multimin_function_fdf.Df_gsl_vector_Pointer_gsl_vectordf()gsl_multimin_function_fdfdf(gsl_multimin_function_fdf.Df_gsl_vector_Pointer_gsl_vector setter)gsl_multimin_function_fdf.F_gsl_vector_Pointerf()gsl_multimin_function_fdff(gsl_multimin_function_fdf.F_gsl_vector_Pointer setter)gsl_multimin_function_fdf.Fdf_gsl_vector_Pointer_DoublePointer_gsl_vectorfdf()gsl_multimin_function_fdffdf(gsl_multimin_function_fdf.Fdf_gsl_vector_Pointer_DoublePointer_gsl_vector setter)gsl_multimin_function_fdfgetPointer(long i)longn()gsl_multimin_function_fdfn(long setter)Pointerparams()gsl_multimin_function_fdfparams(Pointer setter)gsl_multimin_function_fdfposition(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_fdf
public gsl_multimin_function_fdf()
Default native constructor.
-
gsl_multimin_function_fdf
public gsl_multimin_function_fdf(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multimin_function_fdf
public gsl_multimin_function_fdf(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multimin_function_fdf position(long position)
-
getPointer
public gsl_multimin_function_fdf getPointer(long i)
- Overrides:
getPointerin classPointer
-
f
public gsl_multimin_function_fdf.F_gsl_vector_Pointer f()
-
f
public gsl_multimin_function_fdf f(gsl_multimin_function_fdf.F_gsl_vector_Pointer setter)
-
df
public gsl_multimin_function_fdf.Df_gsl_vector_Pointer_gsl_vector df()
-
df
public gsl_multimin_function_fdf df(gsl_multimin_function_fdf.Df_gsl_vector_Pointer_gsl_vector setter)
-
fdf
public gsl_multimin_function_fdf fdf(gsl_multimin_function_fdf.Fdf_gsl_vector_Pointer_DoublePointer_gsl_vector setter)
-
n
@Cast("size_t") public long n()
-
n
public gsl_multimin_function_fdf n(long setter)
-
params
public Pointer params()
-
params
public gsl_multimin_function_fdf params(Pointer setter)
-
-