Package org.bytedeco.gsl
Class gsl_multifit_linear_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_multifit_linear_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_multifit_linear_workspace extends Pointer
-
-
Nested Class Summary
-
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_linear_workspace()Default native constructor.gsl_multifit_linear_workspace(long size)Native array allocator.gsl_multifit_linear_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_matrixA()gsl_multifit_linear_workspaceA(gsl_matrix setter)gsl_vectorD()gsl_multifit_linear_workspaceD(gsl_vector setter)gsl_multifit_linear_workspacegetPointer(long i)longn()gsl_multifit_linear_workspacen(long setter)longnmax()gsl_multifit_linear_workspacenmax(long setter)longp()gsl_multifit_linear_workspacep(long setter)longpmax()gsl_multifit_linear_workspacepmax(long setter)gsl_multifit_linear_workspaceposition(long position)gsl_matrixQ()gsl_multifit_linear_workspaceQ(gsl_matrix setter)gsl_matrixQSI()gsl_multifit_linear_workspaceQSI(gsl_matrix setter)doublercond()gsl_multifit_linear_workspacercond(double setter)gsl_vectorS()gsl_multifit_linear_workspaceS(gsl_vector setter)gsl_vectort()gsl_multifit_linear_workspacet(gsl_vector setter)gsl_vectorxt()gsl_multifit_linear_workspacext(gsl_vector setter)-
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_linear_workspace
public gsl_multifit_linear_workspace()
Default native constructor.
-
gsl_multifit_linear_workspace
public gsl_multifit_linear_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_multifit_linear_workspace
public gsl_multifit_linear_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_multifit_linear_workspace position(long position)
-
getPointer
public gsl_multifit_linear_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
nmax
@Cast("size_t") public long nmax()
-
nmax
public gsl_multifit_linear_workspace nmax(long setter)
-
pmax
@Cast("size_t") public long pmax()
-
pmax
public gsl_multifit_linear_workspace pmax(long setter)
-
n
@Cast("size_t") public long n()
-
n
public gsl_multifit_linear_workspace n(long setter)
-
p
@Cast("size_t") public long p()
-
p
public gsl_multifit_linear_workspace p(long setter)
-
A
public gsl_matrix A()
-
A
public gsl_multifit_linear_workspace A(gsl_matrix setter)
-
Q
public gsl_matrix Q()
-
Q
public gsl_multifit_linear_workspace Q(gsl_matrix setter)
-
QSI
public gsl_matrix QSI()
-
QSI
public gsl_multifit_linear_workspace QSI(gsl_matrix setter)
-
S
public gsl_vector S()
-
S
public gsl_multifit_linear_workspace S(gsl_vector setter)
-
t
public gsl_vector t()
-
t
public gsl_multifit_linear_workspace t(gsl_vector setter)
-
xt
public gsl_vector xt()
-
xt
public gsl_multifit_linear_workspace xt(gsl_vector setter)
-
D
public gsl_vector D()
-
D
public gsl_multifit_linear_workspace D(gsl_vector setter)
-
rcond
public double rcond()
-
rcond
public gsl_multifit_linear_workspace rcond(double setter)
-
-