public static class mkl_rt.VSLBRngProperties
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
VSLBRngProperties()
Default native constructor.
|
VSLBRngProperties(long size)
Native array allocator.
|
VSLBRngProperties(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
mkl_rt.dBRngPtr |
dBRng() |
mkl_rt.VSLBRngProperties |
dBRng(mkl_rt.dBRngPtr dBRng) |
mkl_rt.iBRngPtr |
iBRng() |
mkl_rt.VSLBRngProperties |
iBRng(mkl_rt.iBRngPtr iBRng) |
int |
IncludesZero() |
mkl_rt.VSLBRngProperties |
IncludesZero(int IncludesZero) |
mkl_rt.InitStreamPtr |
InitStream() |
mkl_rt.VSLBRngProperties |
InitStream(mkl_rt.InitStreamPtr InitStream) |
int |
NBits() |
mkl_rt.VSLBRngProperties |
NBits(int NBits) |
int |
NSeeds() |
mkl_rt.VSLBRngProperties |
NSeeds(int NSeeds) |
mkl_rt.VSLBRngProperties |
position(long position) |
mkl_rt.sBRngPtr |
sBRng() |
mkl_rt.VSLBRngProperties |
sBRng(mkl_rt.sBRngPtr sBRng) |
int |
StreamStateSize() |
mkl_rt.VSLBRngProperties |
StreamStateSize(int StreamStateSize) |
int |
WordSize() |
mkl_rt.VSLBRngProperties |
WordSize(int WordSize) |
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 VSLBRngProperties()
public VSLBRngProperties(long size)
Pointer.position(long).public VSLBRngProperties(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public mkl_rt.VSLBRngProperties position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int StreamStateSize()
public mkl_rt.VSLBRngProperties StreamStateSize(int StreamStateSize)
public int NSeeds()
public mkl_rt.VSLBRngProperties NSeeds(int NSeeds)
public int IncludesZero()
public mkl_rt.VSLBRngProperties IncludesZero(int IncludesZero)
public int WordSize()
public mkl_rt.VSLBRngProperties WordSize(int WordSize)
public int NBits()
public mkl_rt.VSLBRngProperties NBits(int NBits)
public mkl_rt.InitStreamPtr InitStream()
public mkl_rt.VSLBRngProperties InitStream(mkl_rt.InitStreamPtr InitStream)
public mkl_rt.sBRngPtr sBRng()
public mkl_rt.VSLBRngProperties sBRng(mkl_rt.sBRngPtr sBRng)
public mkl_rt.dBRngPtr dBRng()
public mkl_rt.VSLBRngProperties dBRng(mkl_rt.dBRngPtr dBRng)
public mkl_rt.iBRngPtr iBRng()
public mkl_rt.VSLBRngProperties iBRng(mkl_rt.iBRngPtr iBRng)
Copyright © 2018. All rights reserved.