public class ShapeMapper extends Object
| Constructor and Description |
|---|
ShapeMapper() |
| Modifier and Type | Method and Description |
|---|---|
static net.bytebuddy.implementation.Implementation |
getInd2Sub(char ordering,
int rank)
Get an implementation of
ind2sub
|
static IndexMapper |
getInd2SubInstance(char ordering,
int rank)
Get an ind2sub instance
based on the ordering and rank
|
static net.bytebuddy.implementation.Implementation |
getOffsetMapper(int rank)
Get the offset mapper bytecode
for a particular rank
|
static OffsetMapper |
getOffsetMapperInstance(int rank)
Get an ind2sub instance
based on the ordering and rank
|
public static IndexMapper getInd2SubInstance(char ordering, int rank)
ordering - the orderingrank - the rankpublic static OffsetMapper getOffsetMapperInstance(int rank)
rank - the rankpublic static net.bytebuddy.implementation.Implementation getOffsetMapper(int rank)
rank - the rank of array
to generate the offset mapper byte code forpublic static net.bytebuddy.implementation.Implementation getInd2Sub(char ordering,
int rank)
ordering - the order to iterate inrank - the rank of the arrayCopyright © 2015. All Rights Reserved.