static SDIndex |
SDIndex.all() |
Represents all the elements in along this dimension.
|
static SDIndex |
SDIndex.interval(Integer begin,
Integer end) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(Integer begin,
Integer strides,
Integer end) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(Long begin,
Long end) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(Long begin,
Long end,
Boolean inclusive) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(Long begin,
Long strides,
Long end) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(Long begin,
Long strides,
Long end,
Boolean inclusive) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(SDVariable begin,
SDVariable end) |
Represents all elements begin to end (think get row from beginning to end)
Note these are dynamic indices.
|
static SDIndex |
SDIndex.interval(SDVariable begin,
SDVariable strides,
SDVariable end) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.interval(SDVariable begin,
SDVariable strides,
SDVariable end,
SDVariable inclusive) |
Represents all elements begin to end (think get row from beginning to end)
Note these are static indices.
|
static SDIndex |
SDIndex.point(long i) |
Represents all elements at a singular point in this dimension (think row or column)
This is a static index
|
static SDIndex |
SDIndex.point(long i,
boolean keepDim) |
Represents all elements at a singular point in this dimension (think row or column)
This is a static index
|
static SDIndex |
SDIndex.point(SDVariable i) |
Represents all elements at a singular point in this dimension (think row or column)
Note this is the SDVariable version.
|
static SDIndex |
SDIndex.point(SDVariable i,
boolean keepDim) |
Represents all elements at a singular point in this dimension (think row or column)
This is a dynamic index
|