public class BroadcastRSubOp extends BaseBroadcastOp
dimensionextraArgs, n, numProcessed, passThrough, x, y, z| Constructor and Description |
|---|
BroadcastRSubOp() |
BroadcastRSubOp(INDArray x,
INDArray y,
INDArray z,
int... dimension) |
BroadcastRSubOp(INDArray x,
INDArray y,
INDArray z,
int n) |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
The name of this operation
|
double |
op(double origin)
Transform an individual element
|
double |
op(double origin,
double other)
Pairwise op (applicable with an individual element in y)
|
float |
op(float origin)
Transform an individual element
|
float |
op(float origin,
float other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin)
Transform an individual element
|
IComplexNumber |
op(IComplexNumber origin,
double other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin,
float other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin,
IComplexNumber other)
Pairwise op (applicable with an individual element in y)
|
broadcastLength, broadcastShape, getDimension, opForDimension, opForDimension, setDimensionensureProperVectors, exec, exec, extraArgs, init, isPassThrough, n, numProcessed, setN, setX, setY, setZ, toString, x, y, zpublic String name()
Oppublic IComplexNumber op(IComplexNumber origin, double other)
Oporigin - the origin numberother - the other numberpublic IComplexNumber op(IComplexNumber origin, float other)
Oporigin - the origin numberother - the other numberpublic IComplexNumber op(IComplexNumber origin, IComplexNumber other)
Oporigin - the origin numberother - the other numberpublic float op(float origin,
float other)
Oporigin - the origin numberother - the other numberpublic double op(double origin,
double other)
Oporigin - the origin numberother - the other numberpublic double op(double origin)
Oporigin - the origin elementpublic float op(float origin)
Oporigin - the origin elementpublic IComplexNumber op(IComplexNumber origin)
Oporigin - the origin elementCopyright © 2016. All Rights Reserved.