public interface PointerConverter
| Modifier and Type | Method and Description |
|---|---|
long |
toPointer(Buffer buffer)
Get the underlying address for the array
|
long |
toPointer(IComplexNDArray arr)
Get the underlying address for the array
|
long |
toPointer(INDArray arr)
Get the underlying address for the array
|
long toPointer(IComplexNDArray arr)
arr - the array to get the underlying address forlong toPointer(INDArray arr)
arr - the array to get the underlying address forlong toPointer(Buffer buffer)
buffer - the array to get the underlying address forCopyright © 2016. All Rights Reserved.