public class CLALibBinaryCellOp extends Object
Constructor and Description |
---|
CLALibBinaryCellOp() |
Modifier and Type | Method and Description |
---|---|
static CompressedMatrixBlock |
binaryMVRow(CompressedMatrixBlock m1,
double[] v,
CompressedMatrixBlock ret,
BinaryOperator op,
boolean left) |
static MatrixBlock |
binaryOperations(BinaryOperator op,
CompressedMatrixBlock m1,
MatrixValue thatValue,
MatrixValue result) |
static MatrixBlock |
binaryOperationsLeft(BinaryOperator op,
CompressedMatrixBlock m1,
MatrixValue thatValue,
MatrixValue result) |
public static MatrixBlock binaryOperations(BinaryOperator op, CompressedMatrixBlock m1, MatrixValue thatValue, MatrixValue result)
public static MatrixBlock binaryOperationsLeft(BinaryOperator op, CompressedMatrixBlock m1, MatrixValue thatValue, MatrixValue result)
public static CompressedMatrixBlock binaryMVRow(CompressedMatrixBlock m1, double[] v, CompressedMatrixBlock ret, BinaryOperator op, boolean left)
Copyright © 2021 The Apache Software Foundation. All rights reserved.