Package org.bytedeco.gsl
Class gsl_matrix
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_matrix
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_matrix 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_matrix()Default native constructor.gsl_matrix(long size)Native array allocator.gsl_matrix(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_blockblock()gsl_matrixblock(gsl_block setter)DoublePointerdata()gsl_matrixdata(DoublePointer setter)gsl_matrixgetPointer(long i)intowner()gsl_matrixowner(int setter)gsl_matrixposition(long position)longsize1()gsl_matrixsize1(long setter)longsize2()gsl_matrixsize2(long setter)longtda()gsl_matrixtda(long 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_matrix
public gsl_matrix()
Default native constructor.
-
gsl_matrix
public gsl_matrix(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_matrix
public gsl_matrix(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_matrix position(long position)
-
getPointer
public gsl_matrix getPointer(long i)
- Overrides:
getPointerin classPointer
-
size1
@Cast("size_t") public long size1()
-
size1
public gsl_matrix size1(long setter)
-
size2
@Cast("size_t") public long size2()
-
size2
public gsl_matrix size2(long setter)
-
tda
@Cast("size_t") public long tda()
-
tda
public gsl_matrix tda(long setter)
-
data
public DoublePointer data()
-
data
public gsl_matrix data(DoublePointer setter)
-
block
public gsl_block block()
-
block
public gsl_matrix block(gsl_block setter)
-
owner
public int owner()
-
owner
public gsl_matrix owner(int setter)
-
-