Package org.bytedeco.gsl
Class gsl_multilarge_linear_type
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multilarge_linear_type
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_multilarge_linear_type extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_multilarge_linear_type.Accumulate_gsl_matrix_gsl_vector_Pointerstatic classgsl_multilarge_linear_type.Alloc_longstatic classgsl_multilarge_linear_type.Free_Pointerstatic classgsl_multilarge_linear_type.Lcurve_gsl_vector_gsl_vector_gsl_vector_Pointerstatic classgsl_multilarge_linear_type.Matrix_ptr_Pointerstatic classgsl_multilarge_linear_type.Rcond_DoublePointer_Pointerstatic classgsl_multilarge_linear_type.Reset_Pointerstatic classgsl_multilarge_linear_type.Rhs_ptr_Pointerstatic classgsl_multilarge_linear_type.Solve_double_gsl_vector_DoublePointer_DoublePointer_Pointer-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_multilarge_linear_type()Default native constructor.gsl_multilarge_linear_type(long size)Native array allocator.gsl_multilarge_linear_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_multilarge_linear_type
public gsl_multilarge_linear_type()
Default native constructor.
-
gsl_multilarge_linear_type
public gsl_multilarge_linear_type(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multilarge_linear_type
public gsl_multilarge_linear_type(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multilarge_linear_type position(long position)
-
getPointer
public gsl_multilarge_linear_type getPointer(long i)
- Overrides:
getPointerin classPointer
-
name
@Cast("const char*") public BytePointer name()
-
name
public gsl_multilarge_linear_type name(BytePointer setter)
-
alloc
public gsl_multilarge_linear_type.Alloc_long alloc()
-
alloc
public gsl_multilarge_linear_type alloc(gsl_multilarge_linear_type.Alloc_long setter)
-
reset
public gsl_multilarge_linear_type.Reset_Pointer reset()
-
reset
public gsl_multilarge_linear_type reset(gsl_multilarge_linear_type.Reset_Pointer setter)
-
accumulate
public gsl_multilarge_linear_type.Accumulate_gsl_matrix_gsl_vector_Pointer accumulate()
-
accumulate
public gsl_multilarge_linear_type accumulate(gsl_multilarge_linear_type.Accumulate_gsl_matrix_gsl_vector_Pointer setter)
-
solve
public gsl_multilarge_linear_type.Solve_double_gsl_vector_DoublePointer_DoublePointer_Pointer solve()
-
solve
public gsl_multilarge_linear_type solve(gsl_multilarge_linear_type.Solve_double_gsl_vector_DoublePointer_DoublePointer_Pointer setter)
-
rcond
public gsl_multilarge_linear_type.Rcond_DoublePointer_Pointer rcond()
-
rcond
public gsl_multilarge_linear_type rcond(gsl_multilarge_linear_type.Rcond_DoublePointer_Pointer setter)
-
lcurve
public gsl_multilarge_linear_type.Lcurve_gsl_vector_gsl_vector_gsl_vector_Pointer lcurve()
-
lcurve
public gsl_multilarge_linear_type lcurve(gsl_multilarge_linear_type.Lcurve_gsl_vector_gsl_vector_gsl_vector_Pointer setter)
-
matrix_ptr
public gsl_multilarge_linear_type.Matrix_ptr_Pointer matrix_ptr()
-
matrix_ptr
public gsl_multilarge_linear_type matrix_ptr(gsl_multilarge_linear_type.Matrix_ptr_Pointer setter)
-
rhs_ptr
public gsl_multilarge_linear_type.Rhs_ptr_Pointer rhs_ptr()
-
rhs_ptr
public gsl_multilarge_linear_type rhs_ptr(gsl_multilarge_linear_type.Rhs_ptr_Pointer setter)
-
_free
@Name("free") public gsl_multilarge_linear_type.Free_Pointer _free()
-
_free
public gsl_multilarge_linear_type _free(gsl_multilarge_linear_type.Free_Pointer setter)
-
-