public class ElementDivide extends Divide implements BinaryOperatorI
curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
ElementDivide() |
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
calcDim(Dimensions ldim,
Dimensions rdim)
Find the dimensions of this operator when applied to arguments with given dimensions.
|
MatrixValueI |
calcValue(MatrixValueI res,
MatrixValueI lhs,
MatrixValueI rhs)
Multiply the inputs element by element putting the results in res.
|
Object |
div(MatrixValueI param1,
MatrixValueI param2) |
Object |
div(Object param1,
Object param2)
Multiply arguments element by element.
|
div, div, div, div, div, div, div, div, runcheckNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameterspublic Dimensions calcDim(Dimensions ldim, Dimensions rdim)
BinaryOperatorIcalcDim in interface BinaryOperatorIpublic MatrixValueI calcValue(MatrixValueI res, MatrixValueI lhs, MatrixValueI rhs) throws ParseException
calcValue in interface BinaryOperatorIParseExceptionpublic Object div(Object param1, Object param2) throws ParseException
div in class DivideParseExceptionpublic Object div(MatrixValueI param1, MatrixValueI param2) throws ParseException
ParseExceptionCopyright © 2018. All rights reserved.