public static class mkl_rt.MKLVersion
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
MKLVersion()
Default native constructor.
|
MKLVersion(long size)
Native array allocator.
|
MKLVersion(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.BytePointer |
Build() |
mkl_rt.MKLVersion |
Build(org.bytedeco.javacpp.BytePointer Build) |
int |
MajorVersion() |
mkl_rt.MKLVersion |
MajorVersion(int MajorVersion) |
int |
MinorVersion() |
mkl_rt.MKLVersion |
MinorVersion(int MinorVersion) |
org.bytedeco.javacpp.BytePointer |
Platform() |
mkl_rt.MKLVersion |
Platform(org.bytedeco.javacpp.BytePointer Platform) |
mkl_rt.MKLVersion |
position(long position) |
org.bytedeco.javacpp.BytePointer |
Processor() |
mkl_rt.MKLVersion |
Processor(org.bytedeco.javacpp.BytePointer Processor) |
org.bytedeco.javacpp.BytePointer |
ProductStatus() |
mkl_rt.MKLVersion |
ProductStatus(org.bytedeco.javacpp.BytePointer ProductStatus) |
int |
UpdateVersion() |
mkl_rt.MKLVersion |
UpdateVersion(int UpdateVersion) |
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 MKLVersion()
public MKLVersion(long size)
Pointer.position(long).public MKLVersion(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public mkl_rt.MKLVersion position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int MajorVersion()
public mkl_rt.MKLVersion MajorVersion(int MajorVersion)
public int MinorVersion()
public mkl_rt.MKLVersion MinorVersion(int MinorVersion)
public int UpdateVersion()
public mkl_rt.MKLVersion UpdateVersion(int UpdateVersion)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer ProductStatus()
public mkl_rt.MKLVersion ProductStatus(org.bytedeco.javacpp.BytePointer ProductStatus)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer Build()
public mkl_rt.MKLVersion Build(org.bytedeco.javacpp.BytePointer Build)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer Processor()
public mkl_rt.MKLVersion Processor(org.bytedeco.javacpp.BytePointer Processor)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer Platform()
public mkl_rt.MKLVersion Platform(org.bytedeco.javacpp.BytePointer Platform)
Copyright © 2018. All rights reserved.