Class ReorgOperator
- java.lang.Object
- 
- org.apache.sysds.runtime.matrix.operators.Operator
- 
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
- 
- org.apache.sysds.runtime.matrix.operators.ReorgOperator
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ReorgOperator extends MultiThreadedOperator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description IndexFunctionfn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description ReorgOperator(IndexFunction p)ReorgOperator(IndexFunction p, int numThreads)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReorgOperatorsetFn(IndexFunction fn)- 
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperatorgetNumThreads, setNumThreads
 
- 
 
- 
- 
- 
Field Detail- 
fnpublic final IndexFunction fn 
 
- 
 - 
Constructor Detail- 
ReorgOperatorpublic ReorgOperator(IndexFunction p) 
 - 
ReorgOperatorpublic ReorgOperator(IndexFunction p, int numThreads) 
 
- 
 - 
Method Detail- 
setFnpublic ReorgOperator setFn(IndexFunction fn) 
 
- 
 
-