| Package | Description | 
|---|---|
| org.apache.sysds.lops | |
| org.apache.sysds.runtime.matrix.data | |
| org.apache.sysds.runtime.matrix.operators | 
| Modifier and Type | Method and Description | 
|---|---|
| static WeightedDivMM.WDivMMType | WeightedDivMM.WDivMMType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static WeightedDivMM.WDivMMType[] | WeightedDivMM.WDivMMType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| WeightedDivMM(Lop input1,
             Lop input2,
             Lop input3,
             Lop input4,
             Types.DataType dt,
             Types.ValueType vt,
             WeightedDivMM.WDivMMType wt,
             Types.ExecType et) | 
| WeightedDivMMR(Lop input1,
              Lop input2,
              Lop input3,
              Lop input4,
              Types.DataType dt,
              Types.ValueType vt,
              WeightedDivMM.WDivMMType wt,
              boolean cacheU,
              boolean cacheV,
              Types.ExecType et) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | LibMatrixMult. matrixMultWDivMM(MatrixBlock mW,
                MatrixBlock mU,
                MatrixBlock mV,
                MatrixBlock mX,
                MatrixBlock ret,
                WeightedDivMM.WDivMMType wt)NOTE: This operation has limited NaN support, which is acceptable because all our sparse-safe operations
 have only limited NaN support. | 
| static void | LibMatrixMult. matrixMultWDivMM(MatrixBlock mW,
                MatrixBlock mU,
                MatrixBlock mV,
                MatrixBlock mX,
                MatrixBlock ret,
                WeightedDivMM.WDivMMType wt,
                int k)NOTE: This operation has limited NaN support, which is acceptable because all our sparse-safe operations
 have only limited NaN support. | 
| Modifier and Type | Field and Description | 
|---|---|
| WeightedDivMM.WDivMMType | QuaternaryOperator. wtype3 | 
| Constructor and Description | 
|---|
| QuaternaryOperator(WeightedDivMM.WDivMMType wt)wdivmm | 
| QuaternaryOperator(WeightedDivMM.WDivMMType wt,
                  double epsilon)wdivmm w/epsilon | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.