Class CLALibMatrixMult
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibMatrixMult
-
public class CLALibMatrixMult extends Object
-
-
Constructor Summary
Constructors Constructor Description CLALibMatrixMult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
matrixMult(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, int k)
static MatrixBlock
matrixMultiply(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, int k, boolean transposeLeft, boolean transposeRight)
-
-
-
Method Detail
-
matrixMult
public static MatrixBlock matrixMult(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, int k)
-
matrixMultiply
public static MatrixBlock matrixMultiply(MatrixBlock m1, MatrixBlock m2, MatrixBlock ret, int k, boolean transposeLeft, boolean transposeRight)
-
-