Class CLALibTSMM
- java.lang.Object
- 
- org.apache.sysds.runtime.compress.lib.CLALibTSMM
 
- 
 public class CLALibTSMM extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description CLALibTSMM()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidleftMultByTransposeSelf(CompressedMatrixBlock cmb, MatrixBlock ret, int k)Self left Matrix multiplication (tsmm) t(x) %*% x
 
- 
- 
- 
Method Detail- 
leftMultByTransposeSelfpublic static void leftMultByTransposeSelf(CompressedMatrixBlock cmb, MatrixBlock ret, int k) Self left Matrix multiplication (tsmm) t(x) %*% x- Parameters:
- cmb- Compressed matrix to multiply
- ret- The output matrix to put the result into
- k- The parallelization degree allowed
 
 
- 
 
-