@Properties(inherit=gsl.class) public class gsl_bspline_workspace extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_bspline_workspace()
Default native constructor.
|
gsl_bspline_workspace(long size)
Native array allocator.
|
gsl_bspline_workspace(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
gsl_matrix |
A() |
gsl_bspline_workspace |
A(gsl_matrix setter) |
gsl_vector |
B() |
gsl_bspline_workspace |
B(gsl_vector setter) |
gsl_matrix |
dB() |
gsl_bspline_workspace |
dB(gsl_matrix setter) |
gsl_vector |
deltal() |
gsl_bspline_workspace |
deltal(gsl_vector setter) |
gsl_vector |
deltar() |
gsl_bspline_workspace |
deltar(gsl_vector setter) |
gsl_bspline_workspace |
getPointer(long i) |
long |
icache() |
gsl_bspline_workspace |
icache(long setter) |
gsl_vector |
knots() |
gsl_bspline_workspace |
knots(gsl_vector setter) |
long |
nbreak() |
gsl_bspline_workspace |
nbreak(long setter) |
long |
ncontrol() |
gsl_bspline_workspace |
ncontrol(long setter) |
gsl_bspline_workspace |
position(long position) |
gsl_matrix |
R() |
gsl_bspline_workspace |
R(gsl_matrix setter) |
long |
spline_order() |
gsl_bspline_workspace |
spline_order(long setter) |
gsl_vector |
work() |
gsl_bspline_workspace |
work(gsl_vector setter) |
gsl_matrix |
XTX() |
gsl_bspline_workspace |
XTX(gsl_matrix setter) |
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, zeropublic gsl_bspline_workspace()
public gsl_bspline_workspace(long size)
Pointer.position(long).public gsl_bspline_workspace(Pointer p)
Pointer(Pointer).public gsl_bspline_workspace position(long position)
public gsl_bspline_workspace getPointer(long i)
getPointer in class Pointerpublic gsl_bspline_workspace spline_order(long setter)
public gsl_bspline_workspace nbreak(long setter)
public gsl_bspline_workspace ncontrol(long setter)
public gsl_vector knots()
public gsl_bspline_workspace knots(gsl_vector setter)
public gsl_vector deltal()
public gsl_bspline_workspace deltal(gsl_vector setter)
public gsl_vector deltar()
public gsl_bspline_workspace deltar(gsl_vector setter)
public gsl_vector B()
public gsl_bspline_workspace B(gsl_vector setter)
public gsl_matrix XTX()
public gsl_bspline_workspace XTX(gsl_matrix setter)
public gsl_matrix R()
public gsl_bspline_workspace R(gsl_matrix setter)
public gsl_vector work()
public gsl_bspline_workspace work(gsl_vector setter)
public gsl_matrix A()
public gsl_bspline_workspace A(gsl_matrix setter)
public gsl_matrix dB()
public gsl_bspline_workspace dB(gsl_matrix setter)
public gsl_bspline_workspace icache(long setter)
Copyright © 2024. All rights reserved.