AutoCloseablepublic static class mkl_rt.sparse_struct extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor | Description |
|---|---|
sparse_struct() |
Default native constructor.
|
sparse_struct(long size) |
Native array allocator.
|
sparse_struct(Pointer p) |
Pointer cast constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
IntPointer |
check_result() |
|
int |
check_result(int i) |
|
mkl_rt.sparse_struct |
check_result(int i,
int setter) |
|
IntPointer |
csr_ia() |
|
mkl_rt.sparse_struct |
csr_ia(IntPointer setter) |
|
IntPointer |
csr_ja() |
|
mkl_rt.sparse_struct |
csr_ja(IntPointer setter) |
|
int |
indexing() |
|
mkl_rt.sparse_struct |
indexing(int setter) |
|
int |
matrix_format() |
|
mkl_rt.sparse_struct |
matrix_format(int setter) |
|
int |
matrix_structure() |
|
mkl_rt.sparse_struct |
matrix_structure(int setter) |
|
int |
message_level() |
|
mkl_rt.sparse_struct |
message_level(int setter) |
|
int |
n() |
|
mkl_rt.sparse_struct |
n(int setter) |
|
mkl_rt.sparse_struct |
position(long position) |
|
int |
print_style() |
|
mkl_rt.sparse_struct |
print_style(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 sparse_struct()
public sparse_struct(long size)
Pointer.position(long).public sparse_struct(Pointer p)
Pointer(Pointer).public mkl_rt.sparse_struct position(long position)
public int n()
public mkl_rt.sparse_struct n(int setter)
public IntPointer csr_ia()
public mkl_rt.sparse_struct csr_ia(IntPointer setter)
public IntPointer csr_ja()
public mkl_rt.sparse_struct csr_ja(IntPointer setter)
public int check_result(int i)
public mkl_rt.sparse_struct check_result(int i, int setter)
@MemberGetter public IntPointer check_result()
@Cast("sparse_matrix_indexing") public int indexing()
public mkl_rt.sparse_struct indexing(int setter)
@Cast("sparse_matrix_structures") public int matrix_structure()
public mkl_rt.sparse_struct matrix_structure(int setter)
@Cast("sparse_matrix_formats") public int matrix_format()
public mkl_rt.sparse_struct matrix_format(int setter)
@Cast("sparse_matrix_message_levels") public int message_level()
public mkl_rt.sparse_struct message_level(int setter)
@Cast("sparse_matrix_print_styles") public int print_style()
public mkl_rt.sparse_struct print_style(int setter)
Copyright © 2019. All rights reserved.