Package org.bytedeco.gsl
Class gsl_multiroot_function_fdf
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multiroot_function_fdf
-
- All Implemented Interfaces:
AutoCloseable
@Name("gsl_multiroot_function_fdf_struct") @Properties(inherit=gsl.class) public class gsl_multiroot_function_fdf extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_multiroot_function_fdf.Df_gsl_vector_Pointer_gsl_matrixstatic classgsl_multiroot_function_fdf.F_gsl_vector_Pointer_gsl_vectorstatic classgsl_multiroot_function_fdf.Fdf_gsl_vector_Pointer_gsl_vector_gsl_matrix-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_multiroot_function_fdf()Default native constructor.gsl_multiroot_function_fdf(long size)Native array allocator.gsl_multiroot_function_fdf(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_multiroot_function_fdf.Df_gsl_vector_Pointer_gsl_matrixdf()gsl_multiroot_function_fdfdf(gsl_multiroot_function_fdf.Df_gsl_vector_Pointer_gsl_matrix setter)gsl_multiroot_function_fdf.F_gsl_vector_Pointer_gsl_vectorf()gsl_multiroot_function_fdff(gsl_multiroot_function_fdf.F_gsl_vector_Pointer_gsl_vector setter)gsl_multiroot_function_fdf.Fdf_gsl_vector_Pointer_gsl_vector_gsl_matrixfdf()gsl_multiroot_function_fdffdf(gsl_multiroot_function_fdf.Fdf_gsl_vector_Pointer_gsl_vector_gsl_matrix setter)gsl_multiroot_function_fdfgetPointer(long i)longn()gsl_multiroot_function_fdfn(long setter)Pointerparams()gsl_multiroot_function_fdfparams(Pointer setter)gsl_multiroot_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_multiroot_function_fdf
public gsl_multiroot_function_fdf()
Default native constructor.
-
gsl_multiroot_function_fdf
public gsl_multiroot_function_fdf(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multiroot_function_fdf
public gsl_multiroot_function_fdf(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multiroot_function_fdf position(long position)
-
getPointer
public gsl_multiroot_function_fdf getPointer(long i)
- Overrides:
getPointerin classPointer
-
f
public gsl_multiroot_function_fdf f(gsl_multiroot_function_fdf.F_gsl_vector_Pointer_gsl_vector setter)
-
df
public gsl_multiroot_function_fdf.Df_gsl_vector_Pointer_gsl_matrix df()
-
df
public gsl_multiroot_function_fdf df(gsl_multiroot_function_fdf.Df_gsl_vector_Pointer_gsl_matrix setter)
-
fdf
public gsl_multiroot_function_fdf fdf(gsl_multiroot_function_fdf.Fdf_gsl_vector_Pointer_gsl_vector_gsl_matrix setter)
-
n
@Cast("size_t") public long n()
-
n
public gsl_multiroot_function_fdf n(long setter)
-
params
public Pointer params()
-
params
public gsl_multiroot_function_fdf params(Pointer setter)
-
-