public static class mkl_rt.matrix_descr
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
matrix_descr()
Default native constructor.
|
matrix_descr(long size)
Native array allocator.
|
matrix_descr(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
diag() |
mkl_rt.matrix_descr |
diag(int diag) |
int |
mode() |
mkl_rt.matrix_descr |
mode(int mode) |
mkl_rt.matrix_descr |
position(long position) |
int |
type() |
mkl_rt.matrix_descr |
type(int type) |
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 matrix_descr()
public matrix_descr(long size)
Pointer.position(long).public matrix_descr(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public mkl_rt.matrix_descr position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="sparse_matrix_type_t") public int type()
public mkl_rt.matrix_descr type(int type)
@Cast(value="sparse_fill_mode_t") public int mode()
public mkl_rt.matrix_descr mode(int mode)
@Cast(value="sparse_diag_type_t") public int diag()
public mkl_rt.matrix_descr diag(int diag)
Copyright © 2018. All rights reserved.