Uses of Class
org.apache.sysds.runtime.matrix.operators.QuaternaryOperator
Packages that use QuaternaryOperator
-
Uses of QuaternaryOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type QuaternaryOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.quaternaryOperations(QuaternaryOperator qop, MatrixBlock um, MatrixBlock vm, MatrixBlock wm, MatrixBlock out, int k) -
Uses of QuaternaryOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type QuaternaryOperatorModifier and TypeMethodDescriptionfinal MatrixBlockMatrixBlock.quaternaryOperations(QuaternaryOperator qop, MatrixBlock um, MatrixBlock vm, MatrixBlock wm, MatrixBlock out) MatrixBlock.quaternaryOperations(QuaternaryOperator qop, MatrixBlock U, MatrixBlock V, MatrixBlock wm, MatrixBlock out, int k)