AutoCloseablepublic static class mkl_rt.matrix_descr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor | Description |
|---|---|
matrix_descr() |
Default native constructor.
|
matrix_descr(long size) |
Native array allocator.
|
matrix_descr(Pointer p) |
Pointer cast constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
diag() |
|
mkl_rt.matrix_descr |
diag(int setter) |
|
int |
mode() |
|
mkl_rt.matrix_descr |
mode(int setter) |
|
mkl_rt.matrix_descr |
position(long position) |
|
int |
type() |
|
mkl_rt.matrix_descr |
type(int setter) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic matrix_descr()
public matrix_descr(long size)
Pointer.position(long).public matrix_descr(Pointer p)
Pointer(Pointer).public mkl_rt.matrix_descr position(long position)
@Cast("sparse_matrix_type_t") public int type()
public mkl_rt.matrix_descr type(int setter)
@Cast("sparse_fill_mode_t") public int mode()
public mkl_rt.matrix_descr mode(int setter)
@Cast("sparse_diag_type_t") public int diag()
public mkl_rt.matrix_descr diag(int setter)
Copyright © 2019. All rights reserved.