Uses of Class
org.apache.sysds.runtime.instructions.cp.AggregateUnaryCPInstruction
- 
Packages that use AggregateUnaryCPInstruction Package Description org.apache.sysds.runtime.instructions.cp org.apache.sysds.runtime.instructions.fed  - 
- 
Uses of AggregateUnaryCPInstruction in org.apache.sysds.runtime.instructions.cp
Subclasses of AggregateUnaryCPInstruction in org.apache.sysds.runtime.instructions.cp Modifier and Type Class Description classCentralMomentCPInstructionMethods in org.apache.sysds.runtime.instructions.cp that return AggregateUnaryCPInstruction Modifier and Type Method Description static AggregateUnaryCPInstructionAggregateUnaryCPInstruction. parseInstruction(String str) - 
Uses of AggregateUnaryCPInstruction in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type AggregateUnaryCPInstruction Modifier and Type Method Description static AggregateUnaryFEDInstructionAggregateUnaryFEDInstruction. parseInstruction(AggregateUnaryCPInstruction instr) 
 -