Package org.bytedeco.gsl
Class gsl_bspline_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bspline_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bspline_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_bspline_workspace()Default native constructor.gsl_bspline_workspace(long size)Native array allocator.gsl_bspline_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_matrixA()gsl_bspline_workspaceA(gsl_matrix setter)gsl_vectorB()gsl_bspline_workspaceB(gsl_vector setter)gsl_matrixdB()gsl_bspline_workspacedB(gsl_matrix setter)gsl_vectordeltal()gsl_bspline_workspacedeltal(gsl_vector setter)gsl_vectordeltar()gsl_bspline_workspacedeltar(gsl_vector setter)gsl_bspline_workspacegetPointer(long i)longicache()gsl_bspline_workspaceicache(long setter)gsl_vectorknots()gsl_bspline_workspaceknots(gsl_vector setter)longnbreak()gsl_bspline_workspacenbreak(long setter)longncontrol()gsl_bspline_workspacencontrol(long setter)gsl_bspline_workspaceposition(long position)gsl_matrixR()gsl_bspline_workspaceR(gsl_matrix setter)longspline_order()gsl_bspline_workspacespline_order(long setter)gsl_vectorwork()gsl_bspline_workspacework(gsl_vector setter)gsl_matrixXTX()gsl_bspline_workspaceXTX(gsl_matrix 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_bspline_workspace
public gsl_bspline_workspace()
Default native constructor.
-
gsl_bspline_workspace
public gsl_bspline_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bspline_workspace
public gsl_bspline_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bspline_workspace position(long position)
-
getPointer
public gsl_bspline_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
spline_order
@Cast("size_t") public long spline_order()
-
spline_order
public gsl_bspline_workspace spline_order(long setter)
-
nbreak
@Cast("size_t") public long nbreak()
-
nbreak
public gsl_bspline_workspace nbreak(long setter)
-
ncontrol
@Cast("size_t") public long ncontrol()
-
ncontrol
public gsl_bspline_workspace ncontrol(long setter)
-
knots
public gsl_vector knots()
-
knots
public gsl_bspline_workspace knots(gsl_vector setter)
-
deltal
public gsl_vector deltal()
-
deltal
public gsl_bspline_workspace deltal(gsl_vector setter)
-
deltar
public gsl_vector deltar()
-
deltar
public gsl_bspline_workspace deltar(gsl_vector setter)
-
B
public gsl_vector B()
-
B
public gsl_bspline_workspace B(gsl_vector setter)
-
XTX
public gsl_matrix XTX()
-
XTX
public gsl_bspline_workspace XTX(gsl_matrix setter)
-
R
public gsl_matrix R()
-
R
public gsl_bspline_workspace R(gsl_matrix setter)
-
work
public gsl_vector work()
-
work
public gsl_bspline_workspace work(gsl_vector setter)
-
A
public gsl_matrix A()
-
A
public gsl_bspline_workspace A(gsl_matrix setter)
-
dB
public gsl_matrix dB()
-
dB
public gsl_bspline_workspace dB(gsl_matrix setter)
-
icache
@Cast("size_t") public long icache()
-
icache
public gsl_bspline_workspace icache(long setter)
-
-