Package org.bytedeco.gsl
Class gsl_multiroot_function
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multiroot_function
-
- All Implemented Interfaces:
AutoCloseable
@Name("gsl_multiroot_function_struct") @Properties(inherit=gsl.class) public class gsl_multiroot_function extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_multiroot_function.F_gsl_vector_Pointer_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_multiroot_function()Default native constructor.gsl_multiroot_function(long size)Native array allocator.gsl_multiroot_function(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_multiroot_function.F_gsl_vector_Pointer_gsl_vectorf()gsl_multiroot_functionf(gsl_multiroot_function.F_gsl_vector_Pointer_gsl_vector setter)gsl_multiroot_functiongetPointer(long i)longn()gsl_multiroot_functionn(long setter)Pointerparams()gsl_multiroot_functionparams(Pointer setter)gsl_multiroot_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_multiroot_function
public gsl_multiroot_function()
Default native constructor.
-
gsl_multiroot_function
public gsl_multiroot_function(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multiroot_function
public gsl_multiroot_function(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multiroot_function position(long position)
-
getPointer
public gsl_multiroot_function getPointer(long i)
- Overrides:
getPointerin classPointer
-
f
public gsl_multiroot_function f(gsl_multiroot_function.F_gsl_vector_Pointer_gsl_vector setter)
-
n
@Cast("size_t") public long n()
-
n
public gsl_multiroot_function n(long setter)
-
params
public Pointer params()
-
params
public gsl_multiroot_function params(Pointer setter)
-
-