public static class mkl_rt.sparse_struct extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
sparse_struct()
Default native constructor.
|
sparse_struct(long size)
Native array allocator.
|
sparse_struct(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntPointer |
check_result() |
int |
check_result(int i) |
mkl_rt.sparse_struct |
check_result(int i,
int check_result) |
IntPointer |
csr_ia() |
mkl_rt.sparse_struct |
csr_ia(IntPointer csr_ia) |
IntPointer |
csr_ja() |
mkl_rt.sparse_struct |
csr_ja(IntPointer csr_ja) |
int |
indexing() |
mkl_rt.sparse_struct |
indexing(int indexing) |
int |
matrix_format() |
mkl_rt.sparse_struct |
matrix_format(int matrix_format) |
int |
matrix_structure() |
mkl_rt.sparse_struct |
matrix_structure(int matrix_structure) |
int |
message_level() |
mkl_rt.sparse_struct |
message_level(int message_level) |
int |
n() |
mkl_rt.sparse_struct |
n(int n) |
mkl_rt.sparse_struct |
position(long position) |
int |
print_style() |
mkl_rt.sparse_struct |
print_style(int print_style) |
address, 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, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic sparse_struct()
public sparse_struct(long size)
Pointer.position(long).public sparse_struct(Pointer p)
Pointer.Pointer(Pointer).public mkl_rt.sparse_struct position(long position)
public int n()
public mkl_rt.sparse_struct n(int n)
public IntPointer csr_ia()
public mkl_rt.sparse_struct csr_ia(IntPointer csr_ia)
public IntPointer csr_ja()
public mkl_rt.sparse_struct csr_ja(IntPointer csr_ja)
public int check_result(int i)
public mkl_rt.sparse_struct check_result(int i, int check_result)
@MemberGetter public IntPointer check_result()
public mkl_rt.sparse_struct indexing(int indexing)
public mkl_rt.sparse_struct matrix_structure(int matrix_structure)
public mkl_rt.sparse_struct matrix_format(int matrix_format)
public mkl_rt.sparse_struct message_level(int message_level)
public mkl_rt.sparse_struct print_style(int print_style)
Copyright © 2018. All rights reserved.