You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ba...@apache.org on 2020/06/18 14:38:24 UTC

[systemml] branch master updated: [SYSTEMDS-501] Documentation webpage framework

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git


The following commit(s) were added to refs/heads/master by this push:
     new cfe5242  [SYSTEMDS-501] Documentation webpage framework
cfe5242 is described below

commit cfe52420d091d620ebd2823b5276871aba69734b
Author: Sebastian <ba...@tugraz.at>
AuthorDate: Thu Jun 18 14:16:37 2020 +0200

    [SYSTEMDS-501] Documentation webpage framework
    
    This commit moves the documentation back to the master branch.
    It also clean up the previous documentation (by deleting it).
    Such that we have a clean start.
    
    Furthermore this commit, merges back the documentation on master,
    into the webpage documentation.
    
    Related PRs: #949 #922
    
    Discussion Mails:
    https://tinyurl.com/yal7fd3r
    https://preview.tinyurl.com/yal7fd3r
---
 .gitignore                                         |     3 +-
 bin/README.md                                      |    77 +-
 dev/{docs => }/CodeStyle_eclipse.xml               |    18 +
 dev/{docs => }/Tasks.txt                           |    22 +
 dev/docs/README.md                                 |    39 -
 docs/Gemfile                                       |    23 +
 docs/README.md                                     |    91 +
 docs/_config.yml                                   |    42 +
 docs/_layouts/global.html                          |   164 +
 docs/api/java/allclasses-frame.html                |  1284 +
 docs/api/java/allclasses-noframe.html              |  1284 +
 docs/api/java/constant-values.html                 |  6401 ++++
 docs/api/java/deprecated-list.html                 |   192 +
 docs/api/java/help-doc.html                        |   231 +
 docs/api/java/index-all.html                       | 35589 +++++++++++++++++++
 docs/api/java/index.html                           |    76 +
 .../java/org/apache/sysds/api/ConfigurableAPI.html |   257 +
 .../java/org/apache/sysds/api/DMLException.html    |   352 +
 docs/api/java/org/apache/sysds/api/DMLOptions.html |   603 +
 docs/api/java/org/apache/sysds/api/DMLScript.html  |   835 +
 .../java/org/apache/sysds/api/PythonDMLScript.html |   261 +
 .../org/apache/sysds/api/ScriptExecutorUtils.html  |   319 +
 .../sysds/api/class-use/ConfigurableAPI.html       |   193 +
 .../apache/sysds/api/class-use/DMLException.html   |   278 +
 .../org/apache/sysds/api/class-use/DMLOptions.html |   181 +
 .../org/apache/sysds/api/class-use/DMLScript.html  |   126 +
 .../sysds/api/class-use/PythonDMLScript.html       |   126 +
 .../sysds/api/class-use/ScriptExecutorUtils.html   |   126 +
 .../java/org/apache/sysds/api/jmlc/Connection.html |  1461 +
 .../java/org/apache/sysds/api/jmlc/JMLCUtils.html  |   362 +
 .../org/apache/sysds/api/jmlc/PreparedScript.html  |  1067 +
 .../org/apache/sysds/api/jmlc/ResultVariables.html |   529 +
 .../sysds/api/jmlc/class-use/Connection.html       |   166 +
 .../apache/sysds/api/jmlc/class-use/JMLCUtils.html |   126 +
 .../sysds/api/jmlc/class-use/PreparedScript.html   |   196 +
 .../sysds/api/jmlc/class-use/ResultVariables.html  |   169 +
 .../org/apache/sysds/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysds/api/jmlc/package-summary.html |   167 +
 .../org/apache/sysds/api/jmlc/package-tree.html    |   142 +
 .../org/apache/sysds/api/jmlc/package-use.html     |   190 +
 .../java/org/apache/sysds/api/mlcontext/Frame.html |   594 +
 .../apache/sysds/api/mlcontext/FrameFormat.html    |   395 +
 .../apache/sysds/api/mlcontext/FrameMetadata.html  |  1043 +
 .../apache/sysds/api/mlcontext/FrameSchema.html    |   383 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   404 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   412 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   280 +
 .../org/apache/sysds/api/mlcontext/MLContext.html  |  1066 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1615 +
 .../sysds/api/mlcontext/MLContextException.html    |   371 +
 .../apache/sysds/api/mlcontext/MLContextUtil.html  |  1175 +
 .../org/apache/sysds/api/mlcontext/MLResults.html  |  2493 ++
 .../org/apache/sysds/api/mlcontext/Matrix.html     |   705 +
 .../apache/sysds/api/mlcontext/MatrixFormat.html   |   454 +
 .../apache/sysds/api/mlcontext/MatrixMetadata.html |   761 +
 .../org/apache/sysds/api/mlcontext/Metadata.html   |   574 +
 .../apache/sysds/api/mlcontext/ProjectInfo.html    |   367 +
 .../org/apache/sysds/api/mlcontext/Script.html     |  1109 +
 .../apache/sysds/api/mlcontext/ScriptExecutor.html |  1407 +
 .../apache/sysds/api/mlcontext/ScriptFactory.html  |   440 +
 .../sysds/api/mlcontext/class-use/Frame.html       |   168 +
 .../sysds/api/mlcontext/class-use/FrameFormat.html |   318 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   271 +
 .../sysds/api/mlcontext/class-use/FrameSchema.html |   254 +
 .../class-use/MLContext.ExecutionType.html         |   221 +
 .../class-use/MLContext.ExplainLevel.html          |   211 +
 .../class-use/MLContext.InternalProxy.html         |   168 +
 .../sysds/api/mlcontext/class-use/MLContext.html   |   215 +
 .../class-use/MLContextConversionUtil.html         |   126 +
 .../mlcontext/class-use/MLContextException.html    |   126 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   126 +
 .../sysds/api/mlcontext/class-use/MLResults.html   |   214 +
 .../sysds/api/mlcontext/class-use/Matrix.html      |   168 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   269 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   301 +
 .../sysds/api/mlcontext/class-use/Metadata.html    |   219 +
 .../sysds/api/mlcontext/class-use/ProjectInfo.html |   175 +
 .../sysds/api/mlcontext/class-use/Script.html      |   374 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   215 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   126 +
 .../apache/sysds/api/mlcontext/package-frame.html  |    45 +
 .../sysds/api/mlcontext/package-summary.html       |   287 +
 .../apache/sysds/api/mlcontext/package-tree.html   |   184 +
 .../apache/sysds/api/mlcontext/package-use.html    |   288 +
 .../java/org/apache/sysds/api/package-frame.html   |    32 +
 .../java/org/apache/sysds/api/package-summary.html |   197 +
 .../java/org/apache/sysds/api/package-tree.html    |   159 +
 .../api/java/org/apache/sysds/api/package-use.html |   314 +
 .../api/java/org/apache/sysds/common/Builtins.html |  2554 ++
 .../java/org/apache/sysds/common/Types.AggOp.html  |   496 +
 .../org/apache/sysds/common/Types.BlockType.html   |   372 +
 .../sysds/common/Types.CorrectionLocationType.html |   445 +
 .../org/apache/sysds/common/Types.DataType.html    |   474 +
 .../org/apache/sysds/common/Types.Direction.html   |   377 +
 .../org/apache/sysds/common/Types.ExecMode.html    |   360 +
 .../org/apache/sysds/common/Types.ExecType.html    |   384 +
 .../org/apache/sysds/common/Types.FileFormat.html  |   516 +
 .../java/org/apache/sysds/common/Types.OpOp1.html  |  1050 +
 .../java/org/apache/sysds/common/Types.OpOp2.html  |   834 +
 .../java/org/apache/sysds/common/Types.OpOp3.html  |   449 +
 .../java/org/apache/sysds/common/Types.OpOp4.html  |   400 +
 .../java/org/apache/sysds/common/Types.OpOpDG.html |   383 +
 .../org/apache/sysds/common/Types.OpOpData.html    |   476 +
 .../org/apache/sysds/common/Types.OpOpDnn.html     |   515 +
 .../java/org/apache/sysds/common/Types.OpOpN.html  |   432 +
 .../apache/sysds/common/Types.ParamBuiltinOp.html  |   515 +
 .../org/apache/sysds/common/Types.ReOrgOp.html     |   413 +
 .../org/apache/sysds/common/Types.ReturnType.html  |   361 +
 .../org/apache/sysds/common/Types.ValueType.html   |   473 +
 docs/api/java/org/apache/sysds/common/Types.html   |   349 +
 .../api/java/org/apache/sysds/common/Warnings.html |   286 +
 .../apache/sysds/common/class-use/Builtins.html    |   278 +
 .../apache/sysds/common/class-use/Types.AggOp.html |   516 +
 .../sysds/common/class-use/Types.BlockType.html    |   175 +
 .../class-use/Types.CorrectionLocationType.html    |   284 +
 .../sysds/common/class-use/Types.DataType.html     |  1933 +
 .../sysds/common/class-use/Types.Direction.html    |   375 +
 .../sysds/common/class-use/Types.ExecMode.html     |   267 +
 .../sysds/common/class-use/Types.ExecType.html     |   175 +
 .../sysds/common/class-use/Types.FileFormat.html   |   914 +
 .../apache/sysds/common/class-use/Types.OpOp1.html |   369 +
 .../apache/sysds/common/class-use/Types.OpOp2.html |   514 +
 .../apache/sysds/common/class-use/Types.OpOp3.html |   299 +
 .../apache/sysds/common/class-use/Types.OpOp4.html |   265 +
 .../sysds/common/class-use/Types.OpOpDG.html       |   285 +
 .../sysds/common/class-use/Types.OpOpData.html     |   346 +
 .../sysds/common/class-use/Types.OpOpDnn.html      |   317 +
 .../apache/sysds/common/class-use/Types.OpOpN.html |   297 +
 .../common/class-use/Types.ParamBuiltinOp.html     |   328 +
 .../sysds/common/class-use/Types.ReOrgOp.html      |   359 +
 .../sysds/common/class-use/Types.ReturnType.html   |   175 +
 .../sysds/common/class-use/Types.ValueType.html    |  3074 ++
 .../org/apache/sysds/common/class-use/Types.html   |   126 +
 .../apache/sysds/common/class-use/Warnings.html    |   126 +
 .../org/apache/sysds/common/package-frame.html     |    46 +
 .../org/apache/sysds/common/package-summary.html   |   260 +
 .../java/org/apache/sysds/common/package-tree.html |   172 +
 .../java/org/apache/sysds/common/package-use.html  |  1071 +
 .../sysds/conf/CompilerConfig.ConfigType.html      |   539 +
 .../java/org/apache/sysds/conf/CompilerConfig.html |   430 +
 .../apache/sysds/conf/ConfigurationManager.html    |   535 +
 docs/api/java/org/apache/sysds/conf/DMLConfig.html |  1033 +
 .../conf/class-use/CompilerConfig.ConfigType.html  |   237 +
 .../sysds/conf/class-use/CompilerConfig.html       |   323 +
 .../sysds/conf/class-use/ConfigurationManager.html |   126 +
 .../org/apache/sysds/conf/class-use/DMLConfig.html |   461 +
 .../java/org/apache/sysds/conf/package-frame.html  |    27 +
 .../org/apache/sysds/conf/package-summary.html     |   172 +
 .../java/org/apache/sysds/conf/package-tree.html   |   153 +
 .../java/org/apache/sysds/conf/package-use.html    |   319 +
 .../apache/sysds/hops/AggBinaryOp.MMultMethod.html |   455 +
 .../sysds/hops/AggBinaryOp.SparkAggType.html       |   359 +
 .../java/org/apache/sysds/hops/AggBinaryOp.html    |   870 +
 .../api/java/org/apache/sysds/hops/AggUnaryOp.html |   697 +
 .../apache/sysds/hops/BinaryOp.AppendMethod.html   |   383 +
 .../apache/sysds/hops/BinaryOp.MMBinaryMethod.html |   395 +
 docs/api/java/org/apache/sysds/hops/BinaryOp.html  |   865 +
 docs/api/java/org/apache/sysds/hops/DataGenOp.html |   840 +
 docs/api/java/org/apache/sysds/hops/DataOp.html    |   938 +
 docs/api/java/org/apache/sysds/hops/DnnOp.html     |   679 +
 .../apache/sysds/hops/FunctionOp.FunctionType.html |   359 +
 .../api/java/org/apache/sysds/hops/FunctionOp.html |   828 +
 docs/api/java/org/apache/sysds/hops/Hop.html       |  2788 ++
 .../java/org/apache/sysds/hops/HopsException.html  |   404 +
 .../api/java/org/apache/sysds/hops/IndexingOp.html |   724 +
 .../hops/LeftIndexingOp.LeftIndexingMethod.html    |   359 +
 .../java/org/apache/sysds/hops/LeftIndexingOp.html |   732 +
 docs/api/java/org/apache/sysds/hops/LiteralOp.html |   670 +
 docs/api/java/org/apache/sysds/hops/MemoTable.html |   379 +
 .../org/apache/sysds/hops/MultiThreadedHop.html    |   386 +
 docs/api/java/org/apache/sysds/hops/NaryOp.html    |   676 +
 .../hops/OptimizerUtils.OptimizationLevel.html     |   429 +
 .../java/org/apache/sysds/hops/OptimizerUtils.html |  2253 ++
 .../apache/sysds/hops/ParameterizedBuiltinOp.html  |   774 +
 .../java/org/apache/sysds/hops/QuaternaryOp.html   |   809 +
 docs/api/java/org/apache/sysds/hops/ReorgOp.html   |   685 +
 docs/api/java/org/apache/sysds/hops/TernaryOp.html |   700 +
 docs/api/java/org/apache/sysds/hops/UnaryOp.html   |   709 +
 .../hops/class-use/AggBinaryOp.MMultMethod.html    |   192 +
 .../hops/class-use/AggBinaryOp.SparkAggType.html   |   308 +
 .../apache/sysds/hops/class-use/AggBinaryOp.html   |   172 +
 .../apache/sysds/hops/class-use/AggUnaryOp.html    |   177 +
 .../hops/class-use/BinaryOp.AppendMethod.html      |   188 +
 .../hops/class-use/BinaryOp.MMBinaryMethod.html    |   188 +
 .../org/apache/sysds/hops/class-use/BinaryOp.html  |   198 +
 .../org/apache/sysds/hops/class-use/DataGenOp.html |   196 +
 .../org/apache/sysds/hops/class-use/DataOp.html    |   188 +
 .../org/apache/sysds/hops/class-use/DnnOp.html     |   126 +
 .../hops/class-use/FunctionOp.FunctionType.html    |   227 +
 .../apache/sysds/hops/class-use/FunctionOp.html    |   186 +
 .../java/org/apache/sysds/hops/class-use/Hop.html  |  3575 ++
 .../apache/sysds/hops/class-use/HopsException.html |   167 +
 .../apache/sysds/hops/class-use/IndexingOp.html    |   197 +
 .../LeftIndexingOp.LeftIndexingMethod.html         |   188 +
 .../sysds/hops/class-use/LeftIndexingOp.html       |   188 +
 .../org/apache/sysds/hops/class-use/LiteralOp.html |   310 +
 .../org/apache/sysds/hops/class-use/MemoTable.html |   331 +
 .../sysds/hops/class-use/MultiThreadedHop.html     |   239 +
 .../org/apache/sysds/hops/class-use/NaryOp.html    |   167 +
 .../OptimizerUtils.OptimizationLevel.html          |   207 +
 .../sysds/hops/class-use/OptimizerUtils.html       |   126 +
 .../hops/class-use/ParameterizedBuiltinOp.html     |   168 +
 .../apache/sysds/hops/class-use/QuaternaryOp.html  |   126 +
 .../org/apache/sysds/hops/class-use/ReorgOp.html   |   181 +
 .../org/apache/sysds/hops/class-use/TernaryOp.html |   185 +
 .../org/apache/sysds/hops/class-use/UnaryOp.html   |   195 +
 .../hops/codegen/SpoofCompiler.CompilerType.html   |   359 +
 .../codegen/SpoofCompiler.IntegrationType.html     |   347 +
 .../codegen/SpoofCompiler.PlanCachePolicy.html     |   374 +
 .../hops/codegen/SpoofCompiler.PlanSelector.html   |   397 +
 .../hops/codegen/SpoofCompiler.RegisterAlloc.html  |   359 +
 .../apache/sysds/hops/codegen/SpoofCompiler.html   |   653 +
 .../codegen/SpoofFusedOp.SpoofOutputDimsType.html  |   467 +
 .../apache/sysds/hops/codegen/SpoofFusedOp.html    |   673 +
 .../class-use/SpoofCompiler.CompilerType.html      |   188 +
 .../class-use/SpoofCompiler.IntegrationType.html   |   188 +
 .../class-use/SpoofCompiler.PlanCachePolicy.html   |   193 +
 .../class-use/SpoofCompiler.PlanSelector.html      |   188 +
 .../class-use/SpoofCompiler.RegisterAlloc.html     |   188 +
 .../hops/codegen/class-use/SpoofCompiler.html      |   126 +
 .../SpoofFusedOp.SpoofOutputDimsType.html          |   229 +
 .../sysds/hops/codegen/class-use/SpoofFusedOp.html |   126 +
 .../org/apache/sysds/hops/codegen/cplan/CNode.html |   806 +
 .../hops/codegen/cplan/CNodeBinary.BinType.html    |  1334 +
 .../sysds/hops/codegen/cplan/CNodeBinary.html      |   408 +
 .../apache/sysds/hops/codegen/cplan/CNodeCell.html |   597 +
 .../apache/sysds/hops/codegen/cplan/CNodeData.html |   501 +
 .../sysds/hops/codegen/cplan/CNodeMultiAgg.html    |   549 +
 .../hops/codegen/cplan/CNodeNary.NaryType.html     |   426 +
 .../apache/sysds/hops/codegen/cplan/CNodeNary.html |   406 +
 .../hops/codegen/cplan/CNodeOuterProduct.html      |   508 +
 .../apache/sysds/hops/codegen/cplan/CNodeRow.html  |   519 +
 .../codegen/cplan/CNodeTernary.TernaryType.html    |   470 +
 .../sysds/hops/codegen/cplan/CNodeTernary.html     |   410 +
 .../apache/sysds/hops/codegen/cplan/CNodeTpl.html  |   626 +
 .../hops/codegen/cplan/CNodeUnary.UnaryType.html   |  1086 +
 .../sysds/hops/codegen/cplan/CNodeUnary.html       |   419 +
 .../sysds/hops/codegen/cplan/class-use/CNode.html  |   710 +
 .../cplan/class-use/CNodeBinary.BinType.html       |   234 +
 .../hops/codegen/cplan/class-use/CNodeBinary.html  |   126 +
 .../hops/codegen/cplan/class-use/CNodeCell.html    |   126 +
 .../hops/codegen/cplan/class-use/CNodeData.html    |   192 +
 .../codegen/cplan/class-use/CNodeMultiAgg.html     |   126 +
 .../cplan/class-use/CNodeNary.NaryType.html        |   191 +
 .../hops/codegen/cplan/class-use/CNodeNary.html    |   126 +
 .../codegen/cplan/class-use/CNodeOuterProduct.html |   126 +
 .../hops/codegen/cplan/class-use/CNodeRow.html     |   126 +
 .../cplan/class-use/CNodeTernary.TernaryType.html  |   216 +
 .../hops/codegen/cplan/class-use/CNodeTernary.html |   126 +
 .../hops/codegen/cplan/class-use/CNodeTpl.html     |   323 +
 .../cplan/class-use/CNodeUnary.UnaryType.html      |   231 +
 .../hops/codegen/cplan/class-use/CNodeUnary.html   |   126 +
 .../sysds/hops/codegen/cplan/package-frame.html    |    38 +
 .../sysds/hops/codegen/cplan/package-summary.html  |   211 +
 .../sysds/hops/codegen/cplan/package-tree.html     |   170 +
 .../sysds/hops/codegen/cplan/package-use.html      |   233 +
 .../codegen/opt/InterestingPoint.DecisionType.html |   347 +
 .../sysds/hops/codegen/opt/InterestingPoint.html   |   462 +
 .../sysds/hops/codegen/opt/PlanAnalyzer.html       |   280 +
 .../sysds/hops/codegen/opt/PlanPartition.html      |   376 +
 .../opt/PlanSelection.BasicPlanComparator.html     |   314 +
 .../opt/PlanSelection.TypedPlanComparator.html     |   327 +
 .../hops/codegen/opt/PlanSelection.VisitMark.html  |   300 +
 .../codegen/opt/PlanSelection.VisitMarkCost.html   |   300 +
 .../sysds/hops/codegen/opt/PlanSelection.html      |   403 +
 .../hops/codegen/opt/PlanSelectionFuseAll.html     |   322 +
 .../codegen/opt/PlanSelectionFuseCostBased.html    |   322 +
 .../codegen/opt/PlanSelectionFuseCostBasedV2.html  |   424 +
 .../codegen/opt/PlanSelectionFuseNoRedundancy.html |   325 +
 .../codegen/opt/ReachabilityGraph.SubProblem.html  |   347 +
 .../sysds/hops/codegen/opt/ReachabilityGraph.html  |   378 +
 .../class-use/InterestingPoint.DecisionType.html   |   192 +
 .../codegen/opt/class-use/InterestingPoint.html    |   255 +
 .../hops/codegen/opt/class-use/PlanAnalyzer.html   |   126 +
 .../hops/codegen/opt/class-use/PlanPartition.html  |   180 +
 .../PlanSelection.BasicPlanComparator.html         |   126 +
 .../PlanSelection.TypedPlanComparator.html         |   126 +
 .../opt/class-use/PlanSelection.VisitMark.html     |   126 +
 .../opt/class-use/PlanSelection.VisitMarkCost.html |   126 +
 .../hops/codegen/opt/class-use/PlanSelection.html  |   217 +
 .../opt/class-use/PlanSelectionFuseAll.html        |   126 +
 .../opt/class-use/PlanSelectionFuseCostBased.html  |   126 +
 .../class-use/PlanSelectionFuseCostBasedV2.html    |   126 +
 .../class-use/PlanSelectionFuseNoRedundancy.html   |   126 +
 .../class-use/ReachabilityGraph.SubProblem.html    |   166 +
 .../codegen/opt/class-use/ReachabilityGraph.html   |   126 +
 .../sysds/hops/codegen/opt/package-frame.html      |    38 +
 .../sysds/hops/codegen/opt/package-summary.html    |   235 +
 .../sysds/hops/codegen/opt/package-tree.html       |   167 +
 .../apache/sysds/hops/codegen/opt/package-use.html |   213 +
 .../apache/sysds/hops/codegen/package-frame.html   |    31 +
 .../apache/sysds/hops/codegen/package-summary.html |   183 +
 .../apache/sysds/hops/codegen/package-tree.html    |   165 +
 .../org/apache/sysds/hops/codegen/package-use.html |   193 +
 .../hops/codegen/template/CPlanCSERewriter.html    |   273 +
 .../template/CPlanMemoTable.MemoTableEntry.html    |   576 +
 .../template/CPlanMemoTable.MemoTableEntrySet.html |   336 +
 .../hops/codegen/template/CPlanMemoTable.html      |   926 +
 .../hops/codegen/template/CPlanOpRewriter.html     |   282 +
 .../codegen/template/TemplateBase.CloseType.html   |   397 +
 .../template/TemplateBase.TemplateType.html        |   397 +
 .../sysds/hops/codegen/template/TemplateBase.html  |   566 +
 .../template/TemplateCell.HopInputComparator.html  |   311 +
 .../sysds/hops/codegen/template/TemplateCell.html  |   570 +
 .../hops/codegen/template/TemplateMultiAgg.html    |   488 +
 .../codegen/template/TemplateOuterProduct.html     |   486 +
 .../template/TemplateRow.HopInputComparator.html   |   300 +
 .../sysds/hops/codegen/template/TemplateRow.html   |   482 +
 .../sysds/hops/codegen/template/TemplateUtils.html |  1082 +
 .../template/class-use/CPlanCSERewriter.html       |   126 +
 .../class-use/CPlanMemoTable.MemoTableEntry.html   |   343 +
 .../CPlanMemoTable.MemoTableEntrySet.html          |   167 +
 .../codegen/template/class-use/CPlanMemoTable.html |   293 +
 .../template/class-use/CPlanOpRewriter.html        |   126 +
 .../template/class-use/TemplateBase.CloseType.html |   274 +
 .../class-use/TemplateBase.TemplateType.html       |   439 +
 .../codegen/template/class-use/TemplateBase.html   |   240 +
 .../class-use/TemplateCell.HopInputComparator.html |   126 +
 .../codegen/template/class-use/TemplateCell.html   |   166 +
 .../template/class-use/TemplateMultiAgg.html       |   126 +
 .../template/class-use/TemplateOuterProduct.html   |   126 +
 .../class-use/TemplateRow.HopInputComparator.html  |   126 +
 .../codegen/template/class-use/TemplateRow.html    |   126 +
 .../codegen/template/class-use/TemplateUtils.html  |   126 +
 .../sysds/hops/codegen/template/package-frame.html |    38 +
 .../hops/codegen/template/package-summary.html     |   218 +
 .../sysds/hops/codegen/template/package-tree.html  |   170 +
 .../sysds/hops/codegen/template/package-use.html   |   202 +
 .../hops/cost/CostEstimationWrapper.CostType.html  |   347 +
 .../sysds/hops/cost/CostEstimationWrapper.html     |   311 +
 .../org/apache/sysds/hops/cost/CostEstimator.html  |   392 +
 .../hops/cost/CostEstimatorStaticRuntime.html      |   386 +
 .../java/org/apache/sysds/hops/cost/VarStats.html  |   341 +
 .../class-use/CostEstimationWrapper.CostType.html  |   175 +
 .../hops/cost/class-use/CostEstimationWrapper.html |   126 +
 .../sysds/hops/cost/class-use/CostEstimator.html   |   166 +
 .../cost/class-use/CostEstimatorStaticRuntime.html |   126 +
 .../apache/sysds/hops/cost/class-use/VarStats.html |   213 +
 .../org/apache/sysds/hops/cost/package-frame.html  |    28 +
 .../apache/sysds/hops/cost/package-summary.html    |   171 +
 .../org/apache/sysds/hops/cost/package-tree.html   |   157 +
 .../org/apache/sysds/hops/cost/package-use.html    |   165 +
 .../apache/sysds/hops/estim/EstimationUtils.html   |   301 +
 .../apache/sysds/hops/estim/EstimatorBasicAvg.html |   418 +
 .../sysds/hops/estim/EstimatorBasicWorst.html      |   422 +
 .../hops/estim/EstimatorBitsetMM.BitsetMatrix.html |   556 +
 .../estim/EstimatorBitsetMM.BitsetMatrix1.html     |   496 +
 .../estim/EstimatorBitsetMM.BitsetMatrix2.html     |   491 +
 .../apache/sysds/hops/estim/EstimatorBitsetMM.html |   473 +
 .../hops/estim/EstimatorDensityMap.DensityMap.html |   431 +
 .../sysds/hops/estim/EstimatorDensityMap.html      |   476 +
 .../estim/EstimatorLayeredGraph.LayeredGraph.html  |   292 +
 .../sysds/hops/estim/EstimatorLayeredGraph.html    |   443 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   408 +
 .../sysds/hops/estim/EstimatorMatrixHistogram.html |   477 +
 .../apache/sysds/hops/estim/EstimatorSample.html   |   451 +
 .../apache/sysds/hops/estim/EstimatorSampleRa.html |   485 +
 .../java/org/apache/sysds/hops/estim/MMNode.html   |   508 +
 .../sysds/hops/estim/SparsityEstimator.OpCode.html |   443 +
 .../apache/sysds/hops/estim/SparsityEstimator.html |   494 +
 .../hops/estim/class-use/EstimationUtils.html      |   126 +
 .../hops/estim/class-use/EstimatorBasicAvg.html    |   126 +
 .../hops/estim/class-use/EstimatorBasicWorst.html  |   126 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix.html  |   355 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix1.html |   126 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix2.html |   126 +
 .../hops/estim/class-use/EstimatorBitsetMM.html    |   126 +
 .../class-use/EstimatorDensityMap.DensityMap.html  |   187 +
 .../hops/estim/class-use/EstimatorDensityMap.html  |   126 +
 .../EstimatorLayeredGraph.LayeredGraph.html        |   126 +
 .../estim/class-use/EstimatorLayeredGraph.html     |   126 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   202 +
 .../estim/class-use/EstimatorMatrixHistogram.html  |   126 +
 .../hops/estim/class-use/EstimatorSample.html      |   126 +
 .../hops/estim/class-use/EstimatorSampleRa.html    |   126 +
 .../apache/sysds/hops/estim/class-use/MMNode.html  |   251 +
 .../estim/class-use/SparsityEstimator.OpCode.html  |   360 +
 .../hops/estim/class-use/SparsityEstimator.html    |   224 +
 .../org/apache/sysds/hops/estim/package-frame.html |    41 +
 .../apache/sysds/hops/estim/package-summary.html   |   258 +
 .../org/apache/sysds/hops/estim/package-tree.html  |   173 +
 .../org/apache/sysds/hops/estim/package-use.html   |   177 +
 .../apache/sysds/hops/ipa/FunctionCallGraph.html   |   715 +
 .../sysds/hops/ipa/FunctionCallSizeInfo.html       |   592 +
 .../java/org/apache/sysds/hops/ipa/IPAPass.html    |   355 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   343 +
 .../sysds/hops/ipa/IPAPassEliminateDeadCode.html   |   342 +
 .../ipa/IPAPassFlagFunctionsRecompileOnce.html     |   375 +
 .../sysds/hops/ipa/IPAPassFlagNonDeterminism.html  |   340 +
 .../hops/ipa/IPAPassForwardFunctionCalls.html      |   343 +
 .../sysds/hops/ipa/IPAPassInlineFunctions.html     |   344 +
 .../hops/ipa/IPAPassPropagateReplaceLiterals.html  |   342 +
 .../hops/ipa/IPAPassRemoveConstantBinaryOps.html   |   344 +
 .../ipa/IPAPassRemoveUnnecessaryCheckpoints.html   |   357 +
 .../hops/ipa/IPAPassRemoveUnusedFunctions.html     |   343 +
 .../sysds/hops/ipa/InterProceduralAnalysis.html    |   624 +
 .../hops/ipa/class-use/FunctionCallGraph.html      |   300 +
 .../hops/ipa/class-use/FunctionCallSizeInfo.html   |   231 +
 .../apache/sysds/hops/ipa/class-use/IPAPass.html   |   233 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   126 +
 .../ipa/class-use/IPAPassEliminateDeadCode.html    |   126 +
 .../IPAPassFlagFunctionsRecompileOnce.html         |   126 +
 .../ipa/class-use/IPAPassFlagNonDeterminism.html   |   126 +
 .../ipa/class-use/IPAPassForwardFunctionCalls.html |   126 +
 .../hops/ipa/class-use/IPAPassInlineFunctions.html |   126 +
 .../class-use/IPAPassPropagateReplaceLiterals.html |   126 +
 .../class-use/IPAPassRemoveConstantBinaryOps.html  |   126 +
 .../IPAPassRemoveUnnecessaryCheckpoints.html       |   126 +
 .../class-use/IPAPassRemoveUnusedFunctions.html    |   126 +
 .../ipa/class-use/InterProceduralAnalysis.html     |   126 +
 .../org/apache/sysds/hops/ipa/package-frame.html   |    34 +
 .../org/apache/sysds/hops/ipa/package-summary.html |   237 +
 .../org/apache/sysds/hops/ipa/package-tree.html    |   155 +
 .../org/apache/sysds/hops/ipa/package-use.html     |   171 +
 .../java/org/apache/sysds/hops/package-frame.html  |    54 +
 .../org/apache/sysds/hops/package-summary.html     |   319 +
 .../java/org/apache/sysds/hops/package-tree.html   |   199 +
 .../java/org/apache/sysds/hops/package-use.html    |   604 +
 .../sysds/hops/recompile/LiteralReplacement.html   |   277 +
 .../sysds/hops/recompile/RecompileStatus.html      |   315 +
 .../sysds/hops/recompile/Recompiler.ResetType.html |   372 +
 .../apache/sysds/hops/recompile/Recompiler.html    |  1015 +
 .../recompile/class-use/LiteralReplacement.html    |   126 +
 .../hops/recompile/class-use/RecompileStatus.html  |   262 +
 .../recompile/class-use/Recompiler.ResetType.html  |   221 +
 .../sysds/hops/recompile/class-use/Recompiler.html |   126 +
 .../apache/sysds/hops/recompile/package-frame.html |    27 +
 .../sysds/hops/recompile/package-summary.html      |   174 +
 .../apache/sysds/hops/recompile/package-tree.html  |   153 +
 .../apache/sysds/hops/recompile/package-use.html   |   184 +
 .../apache/sysds/hops/rewrite/HopDagValidator.html |   258 +
 .../apache/sysds/hops/rewrite/HopRewriteRule.html  |   352 +
 .../apache/sysds/hops/rewrite/HopRewriteUtils.html |  2944 ++
 .../sysds/hops/rewrite/MarkForLineageReuse.html    |   372 +
 .../sysds/hops/rewrite/ProgramRewriteStatus.html   |   389 +
 .../apache/sysds/hops/rewrite/ProgramRewriter.html |   502 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   342 +
 .../RewriteAlgebraicSimplificationStatic.html      |   342 +
 .../hops/rewrite/RewriteBlockSizeAndReblock.html   |   340 +
 ...eCommonSubexpressionElimination.LiteralKey.html |   300 +
 .../RewriteCommonSubexpressionElimination.html     |   372 +
 .../hops/rewrite/RewriteCompressedReblock.html     |   378 +
 .../sysds/hops/rewrite/RewriteConstantFolding.html |   341 +
 .../RewriteElementwiseMultChainOptimization.html   |   353 +
 .../hops/rewrite/RewriteForLoopVectorization.html  |   375 +
 .../sysds/hops/rewrite/RewriteGPUSpecificOps.html  |   336 +
 .../RewriteHoistLoopInvariantOperations.html       |   386 +
 .../hops/rewrite/RewriteIndexingVectorization.html |   343 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   377 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   340 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   374 +
 .../RewriteMatrixMultChainOptimization.html        |   458 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   323 +
 .../hops/rewrite/RewriteMergeBlockSequence.html    |   374 +
 .../RewriteRemoveDanglingParentReferences.html     |   340 +
 .../rewrite/RewriteRemoveEmptyBasicBlocks.html     |   375 +
 .../rewrite/RewriteRemovePersistentReadWrite.html  |   356 +
 .../hops/rewrite/RewriteRemoveReadAfterWrite.html  |   341 +
 .../rewrite/RewriteRemoveUnnecessaryBranches.html  |   375 +
 .../rewrite/RewriteRemoveUnnecessaryCasts.html     |   348 +
 .../RewriteSplitDagDataDependentOperators.html     |   387 +
 .../rewrite/RewriteSplitDagUnknownCSVRead.html     |   376 +
 .../RewriteTransientWriteParentHandling.html       |   341 +
 .../hops/rewrite/StatementBlockRewriteRule.html    |   391 +
 .../hops/rewrite/class-use/HopDagValidator.html    |   126 +
 .../hops/rewrite/class-use/HopRewriteRule.html     |   334 +
 .../hops/rewrite/class-use/HopRewriteUtils.html    |   126 +
 .../rewrite/class-use/MarkForLineageReuse.html     |   126 +
 .../rewrite/class-use/ProgramRewriteStatus.html    |   515 +
 .../hops/rewrite/class-use/ProgramRewriter.html    |   126 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   126 +
 .../RewriteAlgebraicSimplificationStatic.html      |   126 +
 .../class-use/RewriteBlockSizeAndReblock.html      |   126 +
 ...eCommonSubexpressionElimination.LiteralKey.html |   126 +
 .../RewriteCommonSubexpressionElimination.html     |   126 +
 .../class-use/RewriteCompressedReblock.html        |   126 +
 .../rewrite/class-use/RewriteConstantFolding.html  |   126 +
 .../RewriteElementwiseMultChainOptimization.html   |   126 +
 .../class-use/RewriteForLoopVectorization.html     |   126 +
 .../rewrite/class-use/RewriteGPUSpecificOps.html   |   126 +
 .../RewriteHoistLoopInvariantOperations.html       |   126 +
 .../class-use/RewriteIndexingVectorization.html    |   126 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   126 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   126 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   126 +
 .../RewriteMatrixMultChainOptimization.html        |   175 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   126 +
 .../class-use/RewriteMergeBlockSequence.html       |   126 +
 .../RewriteRemoveDanglingParentReferences.html     |   126 +
 .../class-use/RewriteRemoveEmptyBasicBlocks.html   |   126 +
 .../RewriteRemovePersistentReadWrite.html          |   126 +
 .../class-use/RewriteRemoveReadAfterWrite.html     |   126 +
 .../RewriteRemoveUnnecessaryBranches.html          |   126 +
 .../class-use/RewriteRemoveUnnecessaryCasts.html   |   126 +
 .../RewriteSplitDagDataDependentOperators.html     |   126 +
 .../class-use/RewriteSplitDagUnknownCSVRead.html   |   126 +
 .../RewriteTransientWriteParentHandling.html       |   126 +
 .../class-use/StatementBlockRewriteRule.html       |   277 +
 .../apache/sysds/hops/rewrite/package-frame.html   |    54 +
 .../apache/sysds/hops/rewrite/package-summary.html |   368 +
 .../apache/sysds/hops/rewrite/package-tree.html    |   181 +
 .../org/apache/sysds/hops/rewrite/package-use.html |   182 +
 docs/api/java/org/apache/sysds/lops/Append.html    |   422 +
 docs/api/java/org/apache/sysds/lops/AppendG.html   |   440 +
 .../org/apache/sysds/lops/AppendGAlignedSP.html    |   420 +
 .../org/apache/sysds/lops/AppendM.CacheType.html   |   347 +
 docs/api/java/org/apache/sysds/lops/AppendM.html   |   437 +
 docs/api/java/org/apache/sysds/lops/AppendR.html   |   417 +
 docs/api/java/org/apache/sysds/lops/Binary.html    |   391 +
 .../org/apache/sysds/lops/BinaryM.VectorType.html  |   347 +
 docs/api/java/org/apache/sysds/lops/BinaryM.html   |   431 +
 .../java/org/apache/sysds/lops/BinaryScalar.html   |   411 +
 .../org/apache/sysds/lops/BinaryUAggChain.html     |   408 +
 .../api/java/org/apache/sysds/lops/CSVReBlock.html |   392 +
 .../java/org/apache/sysds/lops/CentralMoment.html  |   424 +
 .../api/java/org/apache/sysds/lops/Checkpoint.html |   528 +
 .../api/java/org/apache/sysds/lops/CoVariance.html |   440 +
 .../sysds/lops/Compression.CompressConfig.html     |   372 +
 .../java/org/apache/sysds/lops/Compression.html    |   400 +
 .../apache/sysds/lops/Ctable.OperationTypes.html   |   421 +
 docs/api/java/org/apache/sysds/lops/Ctable.html    |   452 +
 .../apache/sysds/lops/CumulativeOffsetBinary.html  |   390 +
 .../sysds/lops/CumulativePartialAggregate.html     |   359 +
 docs/api/java/org/apache/sysds/lops/Data.html      |   710 +
 docs/api/java/org/apache/sysds/lops/DataGen.html   |   518 +
 .../java/org/apache/sysds/lops/DnnTransform.html   |   627 +
 docs/api/java/org/apache/sysds/lops/Federated.html |   361 +
 .../java/org/apache/sysds/lops/FunctionCallCP.html |   411 +
 .../org/apache/sysds/lops/GroupedAggregate.html    |   426 +
 .../sysds/lops/GroupedAggregateM.CacheType.html    |   347 +
 .../org/apache/sysds/lops/GroupedAggregateM.html   |   407 +
 .../apache/sysds/lops/LeftIndex.LixCacheType.html  |   359 +
 docs/api/java/org/apache/sysds/lops/LeftIndex.html |   455 +
 .../org/apache/sysds/lops/Lop.SimpleInstType.html  |   336 +
 docs/api/java/org/apache/sysds/lops/Lop.Type.html  |  1007 +
 .../org/apache/sysds/lops/Lop.VisitStatus.html     |   347 +
 docs/api/java/org/apache/sysds/lops/Lop.html       |  2025 ++
 .../apache/sysds/lops/LopProperties.ExecType.html  |   395 +
 .../java/org/apache/sysds/lops/LopProperties.html  |   385 +
 .../java/org/apache/sysds/lops/LopsException.html  |   303 +
 .../java/org/apache/sysds/lops/MMCJ.MMCJType.html  |   347 +
 docs/api/java/org/apache/sysds/lops/MMCJ.html      |   412 +
 docs/api/java/org/apache/sysds/lops/MMRJ.html      |   374 +
 .../org/apache/sysds/lops/MMTSJ.MMTSJType.html     |   372 +
 docs/api/java/org/apache/sysds/lops/MMTSJ.html     |   419 +
 docs/api/java/org/apache/sysds/lops/MMZip.html     |   365 +
 .../org/apache/sysds/lops/MapMult.CacheType.html   |   397 +
 docs/api/java/org/apache/sysds/lops/MapMult.html   |   425 +
 .../apache/sysds/lops/MapMultChain.ChainType.html  |   371 +
 .../java/org/apache/sysds/lops/MapMultChain.html   |   517 +
 docs/api/java/org/apache/sysds/lops/MatMultCP.html |   408 +
 docs/api/java/org/apache/sysds/lops/Nary.html      |   390 +
 .../org/apache/sysds/lops/OutputParameters.html    |   612 +
 .../java/org/apache/sysds/lops/PMMJ.CacheType.html |   347 +
 docs/api/java/org/apache/sysds/lops/PMMJ.html      |   441 +
 docs/api/java/org/apache/sysds/lops/PMapMult.html  |   392 +
 .../apache/sysds/lops/ParameterizedBuiltin.html    |   440 +
 .../org/apache/sysds/lops/PartialAggregate.html    |   490 +
 .../sysds/lops/PickByCount.OperationTypes.html     |   371 +
 .../java/org/apache/sysds/lops/PickByCount.html    |   477 +
 docs/api/java/org/apache/sysds/lops/ReBlock.html   |   394 +
 .../api/java/org/apache/sysds/lops/RightIndex.html |   499 +
 .../apache/sysds/lops/SortKeys.OperationTypes.html |   359 +
 docs/api/java/org/apache/sysds/lops/SortKeys.html  |   534 +
 .../api/java/org/apache/sysds/lops/SpoofFused.html |   624 +
 docs/api/java/org/apache/sysds/lops/Sql.html       |   364 +
 docs/api/java/org/apache/sysds/lops/Ternary.html   |   370 +
 .../org/apache/sysds/lops/TernaryAggregate.html    |   424 +
 docs/api/java/org/apache/sysds/lops/Transform.html |   590 +
 .../java/org/apache/sysds/lops/UAggOuterChain.html |   416 +
 docs/api/java/org/apache/sysds/lops/Unary.html     |   457 +
 docs/api/java/org/apache/sysds/lops/UnaryCP.html   |   505 +
 .../sysds/lops/WeightedCrossEntropy.WCeMMType.html |   360 +
 .../apache/sysds/lops/WeightedCrossEntropy.html    |   447 +
 .../apache/sysds/lops/WeightedCrossEntropyR.html   |   410 +
 .../sysds/lops/WeightedDivMM.WDivMMType.html       |   563 +
 .../java/org/apache/sysds/lops/WeightedDivMM.html  |   447 +
 .../java/org/apache/sysds/lops/WeightedDivMMR.html |   410 +
 .../sysds/lops/WeightedSigmoid.WSigmoidType.html   |   371 +
 .../org/apache/sysds/lops/WeightedSigmoid.html     |   442 +
 .../org/apache/sysds/lops/WeightedSigmoidR.html    |   405 +
 .../lops/WeightedSquaredLoss.WeightsType.html      |   384 +
 .../org/apache/sysds/lops/WeightedSquaredLoss.html |   447 +
 .../apache/sysds/lops/WeightedSquaredLossR.html    |   410 +
 .../sysds/lops/WeightedUnaryMM.WUMMType.html       |   347 +
 .../org/apache/sysds/lops/WeightedUnaryMM.html     |   444 +
 .../org/apache/sysds/lops/WeightedUnaryMMR.html    |   407 +
 .../org/apache/sysds/lops/class-use/Append.html    |   126 +
 .../org/apache/sysds/lops/class-use/AppendG.html   |   126 +
 .../sysds/lops/class-use/AppendGAlignedSP.html     |   126 +
 .../sysds/lops/class-use/AppendM.CacheType.html    |   175 +
 .../org/apache/sysds/lops/class-use/AppendM.html   |   126 +
 .../org/apache/sysds/lops/class-use/AppendR.html   |   126 +
 .../org/apache/sysds/lops/class-use/Binary.html    |   126 +
 .../sysds/lops/class-use/BinaryM.VectorType.html   |   237 +
 .../org/apache/sysds/lops/class-use/BinaryM.html   |   126 +
 .../apache/sysds/lops/class-use/BinaryScalar.html  |   126 +
 .../sysds/lops/class-use/BinaryUAggChain.html      |   126 +
 .../apache/sysds/lops/class-use/CSVReBlock.html    |   126 +
 .../apache/sysds/lops/class-use/CentralMoment.html |   126 +
 .../apache/sysds/lops/class-use/Checkpoint.html    |   126 +
 .../apache/sysds/lops/class-use/CoVariance.html    |   126 +
 .../lops/class-use/Compression.CompressConfig.html |   175 +
 .../apache/sysds/lops/class-use/Compression.html   |   126 +
 .../lops/class-use/Ctable.OperationTypes.html      |   214 +
 .../org/apache/sysds/lops/class-use/Ctable.html    |   126 +
 .../lops/class-use/CumulativeOffsetBinary.html     |   126 +
 .../lops/class-use/CumulativePartialAggregate.html |   126 +
 .../java/org/apache/sysds/lops/class-use/Data.html |   169 +
 .../org/apache/sysds/lops/class-use/DataGen.html   |   126 +
 .../apache/sysds/lops/class-use/DnnTransform.html  |   126 +
 .../org/apache/sysds/lops/class-use/Federated.html |   126 +
 .../sysds/lops/class-use/FunctionCallCP.html       |   126 +
 .../sysds/lops/class-use/GroupedAggregate.html     |   126 +
 .../class-use/GroupedAggregateM.CacheType.html     |   175 +
 .../sysds/lops/class-use/GroupedAggregateM.html    |   126 +
 .../lops/class-use/LeftIndex.LixCacheType.html     |   224 +
 .../org/apache/sysds/lops/class-use/LeftIndex.html |   126 +
 .../sysds/lops/class-use/Lop.SimpleInstType.html   |   185 +
 .../org/apache/sysds/lops/class-use/Lop.Type.html  |   209 +
 .../sysds/lops/class-use/Lop.VisitStatus.html      |   196 +
 .../java/org/apache/sysds/lops/class-use/Lop.html  |  1841 +
 .../lops/class-use/LopProperties.ExecType.html     |  1347 +
 .../apache/sysds/lops/class-use/LopProperties.html |   166 +
 .../apache/sysds/lops/class-use/LopsException.html |   167 +
 .../apache/sysds/lops/class-use/MMCJ.MMCJType.html |   193 +
 .../java/org/apache/sysds/lops/class-use/MMCJ.html |   126 +
 .../java/org/apache/sysds/lops/class-use/MMRJ.html |   126 +
 .../sysds/lops/class-use/MMTSJ.MMTSJType.html      |   369 +
 .../org/apache/sysds/lops/class-use/MMTSJ.html     |   126 +
 .../org/apache/sysds/lops/class-use/MMZip.html     |   126 +
 .../sysds/lops/class-use/MapMult.CacheType.html    |   179 +
 .../org/apache/sysds/lops/class-use/MapMult.html   |   126 +
 .../lops/class-use/MapMultChain.ChainType.html     |   328 +
 .../apache/sysds/lops/class-use/MapMultChain.html  |   126 +
 .../org/apache/sysds/lops/class-use/MatMultCP.html |   126 +
 .../java/org/apache/sysds/lops/class-use/Nary.html |   126 +
 .../sysds/lops/class-use/OutputParameters.html     |   196 +
 .../sysds/lops/class-use/PMMJ.CacheType.html       |   175 +
 .../java/org/apache/sysds/lops/class-use/PMMJ.html |   126 +
 .../org/apache/sysds/lops/class-use/PMapMult.html  |   126 +
 .../sysds/lops/class-use/ParameterizedBuiltin.html |   126 +
 .../sysds/lops/class-use/PartialAggregate.html     |   126 +
 .../lops/class-use/PickByCount.OperationTypes.html |   204 +
 .../apache/sysds/lops/class-use/PickByCount.html   |   126 +
 .../org/apache/sysds/lops/class-use/ReBlock.html   |   126 +
 .../apache/sysds/lops/class-use/RightIndex.html    |   126 +
 .../lops/class-use/SortKeys.OperationTypes.html    |   236 +
 .../org/apache/sysds/lops/class-use/SortKeys.html  |   179 +
 .../apache/sysds/lops/class-use/SpoofFused.html    |   126 +
 .../java/org/apache/sysds/lops/class-use/Sql.html  |   126 +
 .../org/apache/sysds/lops/class-use/Ternary.html   |   126 +
 .../sysds/lops/class-use/TernaryAggregate.html     |   126 +
 .../org/apache/sysds/lops/class-use/Transform.html |   126 +
 .../sysds/lops/class-use/UAggOuterChain.html       |   126 +
 .../org/apache/sysds/lops/class-use/Unary.html     |   126 +
 .../org/apache/sysds/lops/class-use/UnaryCP.html   |   126 +
 .../class-use/WeightedCrossEntropy.WCeMMType.html  |   283 +
 .../sysds/lops/class-use/WeightedCrossEntropy.html |   126 +
 .../lops/class-use/WeightedCrossEntropyR.html      |   126 +
 .../lops/class-use/WeightedDivMM.WDivMMType.html   |   289 +
 .../apache/sysds/lops/class-use/WeightedDivMM.html |   126 +
 .../sysds/lops/class-use/WeightedDivMMR.html       |   126 +
 .../class-use/WeightedSigmoid.WSigmoidType.html    |   273 +
 .../sysds/lops/class-use/WeightedSigmoid.html      |   126 +
 .../sysds/lops/class-use/WeightedSigmoidR.html     |   126 +
 .../class-use/WeightedSquaredLoss.WeightsType.html |   277 +
 .../sysds/lops/class-use/WeightedSquaredLoss.html  |   126 +
 .../sysds/lops/class-use/WeightedSquaredLossR.html |   126 +
 .../lops/class-use/WeightedUnaryMM.WUMMType.html   |   278 +
 .../sysds/lops/class-use/WeightedUnaryMM.html      |   126 +
 .../sysds/lops/class-use/WeightedUnaryMMR.html     |   126 +
 .../java/org/apache/sysds/lops/compile/Dag.html    |   353 +
 .../apache/sysds/lops/compile/LopComparator.html   |   309 +
 .../apache/sysds/lops/compile/class-use/Dag.html   |   168 +
 .../lops/compile/class-use/LopComparator.html      |   126 +
 .../apache/sysds/lops/compile/package-frame.html   |    22 +
 .../apache/sysds/lops/compile/package-summary.html |   153 +
 .../apache/sysds/lops/compile/package-tree.html    |   140 +
 .../org/apache/sysds/lops/compile/package-use.html |   162 +
 .../java/org/apache/sysds/lops/package-frame.html  |   111 +
 .../org/apache/sysds/lops/package-summary.html     |   563 +
 .../java/org/apache/sysds/lops/package-tree.html   |   253 +
 .../java/org/apache/sysds/lops/package-use.html    |   597 +
 .../apache/sysds/parser/AssignmentStatement.html   |   575 +
 .../org/apache/sysds/parser/BinaryExpression.html  |   499 +
 .../org/apache/sysds/parser/BooleanExpression.html |   484 +
 .../org/apache/sysds/parser/BooleanIdentifier.html |   465 +
 .../org/apache/sysds/parser/BuiltinConstant.html   |   382 +
 .../sysds/parser/BuiltinFunctionExpression.html    |   838 +
 .../apache/sysds/parser/ConditionalPredicate.html  |   545 +
 .../org/apache/sysds/parser/ConstIdentifier.html   |   349 +
 .../java/org/apache/sysds/parser/DMLProgram.html   |   651 +
 .../org/apache/sysds/parser/DMLTranslator.html     |   712 +
 .../org/apache/sysds/parser/DataExpression.html    |  1731 +
 .../org/apache/sysds/parser/DataIdentifier.html    |   564 +
 .../org/apache/sysds/parser/DoubleIdentifier.html  |   505 +
 .../apache/sysds/parser/Expression.BinaryOp.html   |   432 +
 .../apache/sysds/parser/Expression.BooleanOp.html  |   396 +
 .../org/apache/sysds/parser/Expression.DataOp.html |   408 +
 .../sysds/parser/Expression.FunctCallOp.html       |   348 +
 .../sysds/parser/Expression.RelationalOp.html      |   408 +
 .../java/org/apache/sysds/parser/Expression.html   |  1245 +
 .../org/apache/sysds/parser/ExpressionList.html    |   457 +
 .../java/org/apache/sysds/parser/ForStatement.html |   555 +
 .../org/apache/sysds/parser/ForStatementBlock.html |   770 +
 .../sysds/parser/FunctionCallIdentifier.html       |   563 +
 .../org/apache/sysds/parser/FunctionStatement.html |   668 +
 .../sysds/parser/FunctionStatementBlock.html       |   501 +
 .../java/org/apache/sysds/parser/Identifier.html   |   758 +
 .../java/org/apache/sysds/parser/IfStatement.html  |   562 +
 .../org/apache/sysds/parser/IfStatementBlock.html  |   478 +
 .../org/apache/sysds/parser/ImportStatement.html   |   510 +
 .../org/apache/sysds/parser/IndexedIdentifier.html |   674 +
 .../org/apache/sysds/parser/IntIdentifier.html     |   492 +
 .../org/apache/sysds/parser/IterablePredicate.html |   544 +
 .../LanguageException.LanguageErrorCodes.html      |   317 +
 .../org/apache/sysds/parser/LanguageException.html |   361 +
 .../apache/sysds/parser/LiveVariableAnalysis.html  |   485 +
 .../sysds/parser/MultiAssignmentStatement.html     |   486 +
 .../org/apache/sysds/parser/OutputStatement.html   |   577 +
 .../org/apache/sysds/parser/ParForStatement.html   |   351 +
 .../parser/ParForStatementBlock.ResultVar.html     |   381 +
 .../apache/sysds/parser/ParForStatementBlock.html  |   657 +
 .../apache/sysds/parser/ParameterExpression.html   |   331 +
 .../ParameterizedBuiltinFunctionExpression.html    |   696 +
 .../org/apache/sysds/parser/ParseException.html    |   484 +
 .../java/org/apache/sysds/parser/ParseInfo.html    |   385 +
 .../org/apache/sysds/parser/ParserFactory.html     |   295 +
 .../org/apache/sysds/parser/ParserWrapper.html     |   428 +
 .../org/apache/sysds/parser/PathStatement.html     |   445 +
 .../sysds/parser/PrintStatement.PRINTTYPE.html     |   375 +
 .../org/apache/sysds/parser/PrintStatement.html    |   561 +
 .../apache/sysds/parser/RelationalExpression.html  |   484 +
 .../sysds/parser/Statement.PSCheckpointing.html    |   359 +
 .../apache/sysds/parser/Statement.PSFrequency.html |   347 +
 .../apache/sysds/parser/Statement.PSModeType.html  |   347 +
 .../apache/sysds/parser/Statement.PSScheme.html    |   371 +
 .../sysds/parser/Statement.PSUpdateType.html       |   385 +
 .../java/org/apache/sysds/parser/Statement.html    |  1479 +
 .../org/apache/sysds/parser/StatementBlock.html    |  1315 +
 .../org/apache/sysds/parser/StringIdentifier.html  |   453 +
 .../java/org/apache/sysds/parser/VariableSet.html  |   451 +
 .../org/apache/sysds/parser/WhileStatement.html    |   510 +
 .../apache/sysds/parser/WhileStatementBlock.html   |   478 +
 .../parser/class-use/AssignmentStatement.html      |   167 +
 .../sysds/parser/class-use/BinaryExpression.html   |   126 +
 .../sysds/parser/class-use/BooleanExpression.html  |   126 +
 .../sysds/parser/class-use/BooleanIdentifier.html  |   126 +
 .../sysds/parser/class-use/BuiltinConstant.html    |   175 +
 .../class-use/BuiltinFunctionExpression.html       |   169 +
 .../parser/class-use/ConditionalPredicate.html     |   187 +
 .../sysds/parser/class-use/ConstIdentifier.html    |   389 +
 .../apache/sysds/parser/class-use/DMLProgram.html  |   782 +
 .../sysds/parser/class-use/DMLTranslator.html      |   181 +
 .../sysds/parser/class-use/DataExpression.html     |   194 +
 .../sysds/parser/class-use/DataIdentifier.html     |   754 +
 .../sysds/parser/class-use/DoubleIdentifier.html   |   178 +
 .../parser/class-use/Expression.BinaryOp.html      |   213 +
 .../parser/class-use/Expression.BooleanOp.html     |   200 +
 .../sysds/parser/class-use/Expression.DataOp.html  |   222 +
 .../parser/class-use/Expression.FunctCallOp.html   |   179 +
 .../parser/class-use/Expression.RelationalOp.html  |   200 +
 .../apache/sysds/parser/class-use/Expression.html  |   950 +
 .../sysds/parser/class-use/ExpressionList.html     |   126 +
 .../sysds/parser/class-use/ForStatement.html       |   169 +
 .../sysds/parser/class-use/ForStatementBlock.html  |   232 +
 .../parser/class-use/FunctionCallIdentifier.html   |   191 +
 .../sysds/parser/class-use/FunctionStatement.html  |   126 +
 .../parser/class-use/FunctionStatementBlock.html   |   282 +
 .../apache/sysds/parser/class-use/Identifier.html  |   286 +
 .../apache/sysds/parser/class-use/IfStatement.html |   126 +
 .../sysds/parser/class-use/IfStatementBlock.html   |   207 +
 .../sysds/parser/class-use/ImportStatement.html    |   126 +
 .../sysds/parser/class-use/IndexedIdentifier.html  |   126 +
 .../sysds/parser/class-use/IntIdentifier.html      |   165 +
 .../sysds/parser/class-use/IterablePredicate.html  |   196 +
 .../LanguageException.LanguageErrorCodes.html      |   126 +
 .../sysds/parser/class-use/LanguageException.html  |   172 +
 .../parser/class-use/LiveVariableAnalysis.html     |   189 +
 .../parser/class-use/MultiAssignmentStatement.html |   183 +
 .../sysds/parser/class-use/OutputStatement.html    |   167 +
 .../sysds/parser/class-use/ParForStatement.html    |   126 +
 .../class-use/ParForStatementBlock.ResultVar.html  |   444 +
 .../parser/class-use/ParForStatementBlock.html     |   221 +
 .../parser/class-use/ParameterExpression.html      |   334 +
 .../ParameterizedBuiltinFunctionExpression.html    |   169 +
 .../sysds/parser/class-use/ParseException.html     |   170 +
 .../apache/sysds/parser/class-use/ParseInfo.html   |   682 +
 .../sysds/parser/class-use/ParserFactory.html      |   126 +
 .../sysds/parser/class-use/ParserWrapper.html      |   196 +
 .../sysds/parser/class-use/PathStatement.html      |   126 +
 .../parser/class-use/PrintStatement.PRINTTYPE.html |   204 +
 .../sysds/parser/class-use/PrintStatement.html     |   126 +
 .../parser/class-use/RelationalExpression.html     |   126 +
 .../class-use/Statement.PSCheckpointing.html       |   175 +
 .../parser/class-use/Statement.PSFrequency.html    |   242 +
 .../parser/class-use/Statement.PSModeType.html     |   175 +
 .../sysds/parser/class-use/Statement.PSScheme.html |   233 +
 .../parser/class-use/Statement.PSUpdateType.html   |   216 +
 .../apache/sysds/parser/class-use/Statement.html   |   392 +
 .../sysds/parser/class-use/StatementBlock.html     |  1109 +
 .../sysds/parser/class-use/StringIdentifier.html   |   126 +
 .../apache/sysds/parser/class-use/VariableSet.html |   891 +
 .../sysds/parser/class-use/WhileStatement.html     |   126 +
 .../parser/class-use/WhileStatementBlock.html      |   207 +
 .../parser/dml/CustomErrorListener.ParseIssue.html |   468 +
 .../dml/CustomErrorListener.ParseIssueType.html    |   382 +
 .../sysds/parser/dml/CustomErrorListener.html      |   561 +
 .../apache/sysds/parser/dml/DMLParserWrapper.html  |   369 +
 .../apache/sysds/parser/dml/DmlBaseListener.html   |  2760 ++
 .../java/org/apache/sysds/parser/dml/DmlLexer.html |  1752 +
 .../org/apache/sysds/parser/dml/DmlListener.html   |  2264 ++
 ...rser.AccumulatorAssignmentStatementContext.html |   447 +
 .../dml/DmlParser.AddSubExpressionContext.html     |   447 +
 .../dml/DmlParser.AssignmentStatementContext.html  |   447 +
 .../dml/DmlParser.AtomicExpressionContext.html     |   408 +
 .../dml/DmlParser.BooleanAndExpressionContext.html |   447 +
 .../dml/DmlParser.BooleanNotExpressionContext.html |   421 +
 .../dml/DmlParser.BooleanOrExpressionContext.html  |   447 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   460 +
 ...mlParser.CommandlineParamExpressionContext.html |   380 +
 ...arser.CommandlinePositionExpressionContext.html |   380 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   380 +
 .../dml/DmlParser.ConstFalseExpressionContext.html |   367 +
 .../dml/DmlParser.ConstIntIdExpressionContext.html |   380 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   380 +
 .../dml/DmlParser.ConstTrueExpressionContext.html  |   367 +
 .../dml/DmlParser.DataIdExpressionContext.html     |   380 +
 .../dml/DmlParser.DataIdentifierContext.html       |   390 +
 .../parser/dml/DmlParser.DataTypeContext.html      |   362 +
 .../parser/dml/DmlParser.ExpressionContext.html    |   390 +
 ...arser.ExternalFunctionDefExpressionContext.html |   525 +
 .../parser/dml/DmlParser.ForStatementContext.html  |   538 +
 ...ser.FunctionCallAssignmentStatementContext.html |   486 +
 ...unctionCallMultiAssignmentStatementContext.html |   512 +
 .../dml/DmlParser.FunctionStatementContext.html    |   390 +
 .../parser/dml/DmlParser.IfStatementContext.html   |   473 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   473 +
 .../dml/DmlParser.ImportStatementContext.html      |   434 +
 .../dml/DmlParser.IndexedExpressionContext.html    |   486 +
 ...arser.InternalFunctionDefExpressionContext.html |   564 +
 ...er.IterablePredicateColonExpressionContext.html |   434 +
 .../dml/DmlParser.IterablePredicateContext.html    |   390 +
 ...rser.IterablePredicateSeqExpressionContext.html |   460 +
 .../dml/DmlParser.MatrixDataTypeCheckContext.html  |   373 +
 .../dml/DmlParser.MatrixMulExpressionContext.html  |   447 +
 .../sysds/parser/dml/DmlParser.Ml_typeContext.html |   393 +
 .../dml/DmlParser.ModIntDivExpressionContext.html  |   447 +
 .../dml/DmlParser.MultDivExpressionContext.html    |   447 +
 .../dml/DmlParser.MultiIdExpressionContext.html    |   434 +
 .../dml/DmlParser.ParForStatementContext.html      |   538 +
 .../DmlParser.ParameterizedExpressionContext.html  |   434 +
 .../parser/dml/DmlParser.PathStatementContext.html |   408 +
 .../dml/DmlParser.PowerExpressionContext.html      |   447 +
 .../parser/dml/DmlParser.ProgramrootContext.html   |   499 +
 .../dml/DmlParser.RelationalExpressionContext.html |   447 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   380 +
 .../parser/dml/DmlParser.StatementContext.html     |   390 +
 ...arser.StrictParameterizedExpressionContext.html |   434 +
 ...r.StrictParameterizedKeyValueStringContext.html |   434 +
 .../dml/DmlParser.TypedArgAssignContext.html       |   460 +
 .../dml/DmlParser.TypedArgNoAssignContext.html     |   434 +
 .../dml/DmlParser.UnaryExpressionContext.html      |   421 +
 .../parser/dml/DmlParser.ValueTypeContext.html     |   367 +
 .../dml/DmlParser.WhileStatementContext.html       |   460 +
 .../org/apache/sysds/parser/dml/DmlParser.html     |  2463 ++
 .../apache/sysds/parser/dml/DmlPreprocessor.html   |  2747 ++
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   311 +
 .../sysds/parser/dml/DmlSyntacticValidator.html    |  3599 ++
 .../apache/sysds/parser/dml/ExpressionInfo.html    |   320 +
 .../org/apache/sysds/parser/dml/StatementInfo.html |   307 +
 .../class-use/CustomErrorListener.ParseIssue.html  |   278 +
 .../CustomErrorListener.ParseIssueType.html        |   209 +
 .../parser/dml/class-use/CustomErrorListener.html  |   220 +
 .../parser/dml/class-use/DMLParserWrapper.html     |   126 +
 .../parser/dml/class-use/DmlBaseListener.html      |   126 +
 .../sysds/parser/dml/class-use/DmlLexer.html       |   126 +
 .../sysds/parser/dml/class-use/DmlListener.html    |   181 +
 ...rser.AccumulatorAssignmentStatementContext.html |   206 +
 .../DmlParser.AddSubExpressionContext.html         |   206 +
 .../DmlParser.AssignmentStatementContext.html      |   206 +
 .../DmlParser.AtomicExpressionContext.html         |   206 +
 .../DmlParser.BooleanAndExpressionContext.html     |   206 +
 .../DmlParser.BooleanNotExpressionContext.html     |   206 +
 .../DmlParser.BooleanOrExpressionContext.html      |   206 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   206 +
 ...mlParser.CommandlineParamExpressionContext.html |   206 +
 ...arser.CommandlinePositionExpressionContext.html |   206 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   206 +
 .../DmlParser.ConstFalseExpressionContext.html     |   206 +
 .../DmlParser.ConstIntIdExpressionContext.html     |   206 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   206 +
 .../DmlParser.ConstTrueExpressionContext.html      |   206 +
 .../DmlParser.DataIdExpressionContext.html         |   206 +
 .../class-use/DmlParser.DataIdentifierContext.html |   311 +
 .../dml/class-use/DmlParser.DataTypeContext.html   |   207 +
 .../dml/class-use/DmlParser.ExpressionContext.html |   648 +
 ...arser.ExternalFunctionDefExpressionContext.html |   206 +
 .../class-use/DmlParser.ForStatementContext.html   |   206 +
 ...ser.FunctionCallAssignmentStatementContext.html |   206 +
 ...unctionCallMultiAssignmentStatementContext.html |   206 +
 .../DmlParser.FunctionStatementContext.html        |   253 +
 .../class-use/DmlParser.IfStatementContext.html    |   206 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   206 +
 .../DmlParser.ImportStatementContext.html          |   206 +
 .../DmlParser.IndexedExpressionContext.html        |   208 +
 ...arser.InternalFunctionDefExpressionContext.html |   206 +
 ...er.IterablePredicateColonExpressionContext.html |   206 +
 .../DmlParser.IterablePredicateContext.html        |   235 +
 ...rser.IterablePredicateSeqExpressionContext.html |   206 +
 .../DmlParser.MatrixDataTypeCheckContext.html      |   206 +
 .../DmlParser.MatrixMulExpressionContext.html      |   206 +
 .../dml/class-use/DmlParser.Ml_typeContext.html    |   240 +
 .../DmlParser.ModIntDivExpressionContext.html      |   206 +
 .../DmlParser.MultDivExpressionContext.html        |   206 +
 .../DmlParser.MultiIdExpressionContext.html        |   206 +
 .../DmlParser.ParForStatementContext.html          |   206 +
 .../DmlParser.ParameterizedExpressionContext.html  |   303 +
 .../class-use/DmlParser.PathStatementContext.html  |   206 +
 .../DmlParser.PowerExpressionContext.html          |   206 +
 .../class-use/DmlParser.ProgramrootContext.html    |   215 +
 .../DmlParser.RelationalExpressionContext.html     |   206 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   206 +
 .../dml/class-use/DmlParser.StatementContext.html  |   400 +
 ...arser.StrictParameterizedExpressionContext.html |   274 +
 ...r.StrictParameterizedKeyValueStringContext.html |   258 +
 .../class-use/DmlParser.TypedArgAssignContext.html |   258 +
 .../DmlParser.TypedArgNoAssignContext.html         |   278 +
 .../DmlParser.UnaryExpressionContext.html          |   206 +
 .../dml/class-use/DmlParser.ValueTypeContext.html  |   219 +
 .../class-use/DmlParser.WhileStatementContext.html |   206 +
 .../sysds/parser/dml/class-use/DmlParser.html      |   126 +
 .../parser/dml/class-use/DmlPreprocessor.html      |   126 +
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   170 +
 .../dml/class-use/DmlSyntacticValidator.html       |   126 +
 .../sysds/parser/dml/class-use/ExpressionInfo.html |   263 +
 .../sysds/parser/dml/class-use/StatementInfo.html  |   237 +
 .../org/apache/sysds/parser/dml/package-frame.html |    91 +
 .../apache/sysds/parser/dml/package-summary.html   |   444 +
 .../org/apache/sysds/parser/dml/package-tree.html  |   268 +
 .../org/apache/sysds/parser/dml/package-use.html   |   375 +
 .../org/apache/sysds/parser/package-frame.html     |    90 +
 .../org/apache/sysds/parser/package-summary.html   |   444 +
 .../java/org/apache/sysds/parser/package-tree.html |   256 +
 .../java/org/apache/sysds/parser/package-use.html  |   769 +
 .../sysds/runtime/DMLCompressionException.html     |   320 +
 .../apache/sysds/runtime/DMLRuntimeException.html  |   320 +
 .../apache/sysds/runtime/DMLScriptException.html   |   302 +
 .../runtime/class-use/DMLCompressionException.html |   126 +
 .../runtime/class-use/DMLRuntimeException.html     |  1212 +
 .../runtime/class-use/DMLScriptException.html      |   126 +
 .../sysds/runtime/codegen/ByteClassLoader.html     |   324 +
 .../apache/sysds/runtime/codegen/CodegenUtils.html |   383 +
 .../sysds/runtime/codegen/LibSpoofPrimitives.html  |  7085 ++++
 .../sysds/runtime/codegen/SpoofCellwise.AggOp.html |   371 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   371 +
 .../sysds/runtime/codegen/SpoofCellwise.html       |   558 +
 .../sysds/runtime/codegen/SpoofMultiAggregate.html |   520 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   388 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   323 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   325 +
 .../sysds/runtime/codegen/SpoofOperator.html       |   817 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   371 +
 .../sysds/runtime/codegen/SpoofOuterProduct.html   |   550 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   507 +
 .../apache/sysds/runtime/codegen/SpoofRowwise.html |   671 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   126 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   126 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   126 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   246 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   250 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   126 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   126 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   421 +
 .../SpoofOperator.SideInputSparseCell.html         |   126 +
 .../SpoofOperator.SideInputSparseRow.html          |   126 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   191 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   276 +
 .../codegen/class-use/SpoofOuterProduct.html       |   126 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   264 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   126 +
 .../sysds/runtime/codegen/package-frame.html       |    38 +
 .../sysds/runtime/codegen/package-summary.html     |   214 +
 .../apache/sysds/runtime/codegen/package-tree.html |   182 +
 .../apache/sysds/runtime/codegen/package-use.html  |   243 +
 .../compress/AbstractCompressedMatrixBlock.html    |  1628 +
 .../sysds/runtime/compress/BitmapEncoder.html      |   428 +
 .../runtime/compress/CompressedMatrixBlock.html    |  1101 +
 .../compress/CompressedMatrixBlockFactory.html     |   339 +
 .../runtime/compress/CompressionSettings.html      |   409 +
 .../compress/CompressionSettingsBuilder.html       |   366 +
 .../runtime/compress/CompressionStatistics.html    |   478 +
 .../runtime/compress/ReaderColumnSelection.html    |   410 +
 .../compress/ReaderColumnSelectionDense.html       |   344 +
 .../compress/ReaderColumnSelectionDenseSample.html |   378 +
 .../compress/ReaderColumnSelectionSparse.html      |   320 +
 .../sysds/runtime/compress/UncompressedBitmap.html |   403 +
 .../class-use/AbstractCompressedMatrixBlock.html   |   166 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   126 +
 .../compress/class-use/CompressedMatrixBlock.html  |   126 +
 .../class-use/CompressedMatrixBlockFactory.html    |   126 +
 .../compress/class-use/CompressionSettings.html    |   379 +
 .../class-use/CompressionSettingsBuilder.html      |   190 +
 .../compress/class-use/CompressionStatistics.html  |   179 +
 .../compress/class-use/ReaderColumnSelection.html  |   180 +
 .../class-use/ReaderColumnSelectionDense.html      |   126 +
 .../ReaderColumnSelectionDenseSample.html          |   126 +
 .../class-use/ReaderColumnSelectionSparse.html     |   126 +
 .../compress/class-use/UncompressedBitmap.html     |   337 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   290 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   331 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   295 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   294 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   347 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   316 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   298 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   469 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   335 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   174 +
 .../ColumnGroupPartitionerBinPacking.html          |   126 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   126 +
 .../PlanningCoCoder.GroupableColInfo.html          |   193 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   175 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   126 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   126 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   213 +
 .../cocode/class-use/PlanningMemoTable.html        |   126 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   193 +
 .../runtime/compress/cocode/package-tree.html      |   161 +
 .../sysds/runtime/compress/cocode/package-use.html |   170 +
 .../colgroup/ColGroup.ColGroupRowIterator.html     |   287 +
 .../compress/colgroup/ColGroup.ColGroupType.html   |   386 +
 .../colgroup/ColGroup.CompressionType.html         |   374 +
 .../sysds/runtime/compress/colgroup/ColGroup.html  |   983 +
 .../compress/colgroup/ColGroupConverter.html       |   327 +
 .../runtime/compress/colgroup/ColGroupDDC.html     |   820 +
 .../runtime/compress/colgroup/ColGroupDDC1.html    |  1022 +
 .../runtime/compress/colgroup/ColGroupDDC2.html    |   909 +
 .../runtime/compress/colgroup/ColGroupFactory.html |   368 +
 .../runtime/compress/colgroup/ColGroupIO.html      |   319 +
 .../runtime/compress/colgroup/ColGroupOLE.html     |   962 +
 .../colgroup/ColGroupOffset.OffsetRowIterator.html |   314 +
 .../ColGroupOffset.OffsetValueIterator.html        |   314 +
 .../colgroup/ColGroupOffset.ZeroValueIterator.html |   312 +
 .../runtime/compress/colgroup/ColGroupOffset.html  |   959 +
 .../runtime/compress/colgroup/ColGroupRLE.html     |   888 +
 .../runtime/compress/colgroup/ColGroupSizes.html   |   460 +
 .../compress/colgroup/ColGroupUncompressed.html    |   930 +
 .../runtime/compress/colgroup/ColGroupValue.html   |  1030 +
 .../compress/colgroup/DenseRowIterator.html        |   382 +
 .../runtime/compress/colgroup/Dictionary.html      |   418 +
 .../compress/colgroup/DictionaryShared.html        |   410 +
 .../compress/colgroup/SparseRowIterator.html       |   382 +
 .../class-use/ColGroup.ColGroupRowIterator.html    |   189 +
 .../colgroup/class-use/ColGroup.ColGroupType.html  |   202 +
 .../class-use/ColGroup.CompressionType.html        |   341 +
 .../compress/colgroup/class-use/ColGroup.html      |   452 +
 .../colgroup/class-use/ColGroupConverter.html      |   126 +
 .../compress/colgroup/class-use/ColGroupDDC.html   |   210 +
 .../compress/colgroup/class-use/ColGroupDDC1.html  |   178 +
 .../compress/colgroup/class-use/ColGroupDDC2.html  |   126 +
 .../colgroup/class-use/ColGroupFactory.html        |   126 +
 .../compress/colgroup/class-use/ColGroupIO.html    |   126 +
 .../compress/colgroup/class-use/ColGroupOLE.html   |   126 +
 .../ColGroupOffset.OffsetRowIterator.html          |   126 +
 .../ColGroupOffset.OffsetValueIterator.html        |   126 +
 .../ColGroupOffset.ZeroValueIterator.html          |   126 +
 .../colgroup/class-use/ColGroupOffset.html         |   175 +
 .../compress/colgroup/class-use/ColGroupRLE.html   |   126 +
 .../compress/colgroup/class-use/ColGroupSizes.html |   126 +
 .../colgroup/class-use/ColGroupUncompressed.html   |   126 +
 .../compress/colgroup/class-use/ColGroupValue.html |   201 +
 .../colgroup/class-use/DenseRowIterator.html       |   126 +
 .../compress/colgroup/class-use/Dictionary.html    |   214 +
 .../colgroup/class-use/DictionaryShared.html       |   166 +
 .../colgroup/class-use/SparseRowIterator.html      |   126 +
 .../runtime/compress/colgroup/package-frame.html   |    42 +
 .../runtime/compress/colgroup/package-summary.html |   269 +
 .../runtime/compress/colgroup/package-tree.html    |   187 +
 .../runtime/compress/colgroup/package-use.html     |   285 +
 .../estim/CompressedSizeEstimationFactors.html     |   474 +
 .../compress/estim/CompressedSizeEstimator.html    |   487 +
 .../estim/CompressedSizeEstimatorExact.html        |   315 +
 .../estim/CompressedSizeEstimatorFactory.html      |   315 +
 .../estim/CompressedSizeEstimatorSample.html       |   325 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   390 +
 .../compress/estim/CompressedSizeInfoColGroup.html |   355 +
 .../class-use/CompressedSizeEstimationFactors.html |   200 +
 .../estim/class-use/CompressedSizeEstimator.html   |   236 +
 .../class-use/CompressedSizeEstimatorExact.html    |   126 +
 .../class-use/CompressedSizeEstimatorFactory.html  |   126 +
 .../class-use/CompressedSizeEstimatorSample.html   |   126 +
 .../estim/class-use/CompressedSizeInfo.html        |   201 +
 .../class-use/CompressedSizeInfoColGroup.html      |   214 +
 .../runtime/compress/estim/package-frame.html      |    27 +
 .../runtime/compress/estim/package-summary.html    |   178 +
 .../sysds/runtime/compress/estim/package-tree.html |   148 +
 .../sysds/runtime/compress/estim/package-use.html  |   202 +
 .../compress/estim/sample/FrequencyCount.html      |   283 +
 .../estim/sample/GuaranteedErrorEstimator.html     |   239 +
 .../compress/estim/sample/HassAndStokes.html       |   419 +
 .../compress/estim/sample/ShlosserEstimator.html   |   289 +
 .../estim/sample/ShlosserJackknifeEstimator.html   |   239 +
 .../estim/sample/SmoothedJackknifeEstimator.html   |   289 +
 .../estim/sample/class-use/FrequencyCount.html     |   126 +
 .../sample/class-use/GuaranteedErrorEstimator.html |   126 +
 .../estim/sample/class-use/HassAndStokes.html      |   126 +
 .../estim/sample/class-use/ShlosserEstimator.html  |   126 +
 .../class-use/ShlosserJackknifeEstimator.html      |   126 +
 .../class-use/SmoothedJackknifeEstimator.html      |   126 +
 .../compress/estim/sample/package-frame.html       |    26 +
 .../compress/estim/sample/package-summary.html     |   164 +
 .../compress/estim/sample/package-tree.html        |   144 +
 .../runtime/compress/estim/sample/package-use.html |   126 +
 .../sysds/runtime/compress/package-frame.html      |    32 +
 .../sysds/runtime/compress/package-summary.html    |   206 +
 .../sysds/runtime/compress/package-tree.html       |   164 +
 .../apache/sysds/runtime/compress/package-use.html |   255 +
 .../compress/utils/ColumnGroupIterator.html        |   316 +
 .../runtime/compress/utils/CustomHashMap.html      |   365 +
 .../sysds/runtime/compress/utils/DblArray.html     |   389 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   307 +
 .../compress/utils/DblArrayIntListHashMap.html     |   364 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   307 +
 .../compress/utils/DoubleIntListHashMap.html       |   363 +
 .../sysds/runtime/compress/utils/IntArrayList.html |   333 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   504 +
 .../utils/class-use/ColumnGroupIterator.html       |   126 +
 .../compress/utils/class-use/CustomHashMap.html    |   175 +
 .../runtime/compress/utils/class-use/DblArray.html |   239 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   179 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   165 +
 .../DoubleIntListHashMap.DIListEntry.html          |   179 +
 .../utils/class-use/DoubleIntListHashMap.html      |   164 +
 .../compress/utils/class-use/IntArrayList.html     |   244 +
 .../utils/class-use/LinearAlgebraUtils.html        |   126 +
 .../runtime/compress/utils/package-frame.html      |    27 +
 .../runtime/compress/utils/package-summary.html    |   181 +
 .../sysds/runtime/compress/utils/package-tree.html |   150 +
 .../sysds/runtime/compress/utils/package-use.html  |   214 +
 .../runtime/controlprogram/BasicProgramBlock.html  |   477 +
 .../ForProgramBlock.SequenceIterator.html          |   358 +
 .../runtime/controlprogram/ForProgramBlock.html    |   629 +
 .../controlprogram/FunctionProgramBlock.html       |   615 +
 .../runtime/controlprogram/IfProgramBlock.html     |   494 +
 .../runtime/controlprogram/LocalVariableMap.html   |   555 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   443 +
 .../ParForProgramBlock.PDataPartitioner.html       |   371 +
 .../ParForProgramBlock.PExecMode.html              |   371 +
 .../ParForProgramBlock.POptMode.html               |   371 +
 .../ParForProgramBlock.PResultMerge.html           |   396 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   407 +
 .../ParForProgramBlock.PartitionFormat.html        |   493 +
 .../runtime/controlprogram/ParForProgramBlock.html |  1632 +
 .../sysds/runtime/controlprogram/Program.html      |   482 +
 .../sysds/runtime/controlprogram/ProgramBlock.html |  1005 +
 .../runtime/controlprogram/WhileProgramBlock.html  |   442 +
 .../runtime/controlprogram/caching/ByteBuffer.html |   451 +
 .../runtime/controlprogram/caching/CacheBlock.html |   440 +
 .../controlprogram/caching/CacheBlockFactory.html  |   301 +
 .../controlprogram/caching/CacheDataInput.html     |   687 +
 .../controlprogram/caching/CacheDataOutput.html    |   682 +
 .../caching/CacheStatistics.Stat.html              |   455 +
 .../controlprogram/caching/CacheStatistics.html    |   716 +
 .../caching/CacheableData.CacheStatus.html         |   396 +
 .../controlprogram/caching/CacheableData.html      |  2071 ++
 .../controlprogram/caching/FrameObject.html        |   680 +
 .../caching/LazyWriteBuffer.RPolicy.html           |   347 +
 .../controlprogram/caching/LazyWriteBuffer.html    |   479 +
 .../caching/MatrixObject.UpdateType.html           |   372 +
 .../controlprogram/caching/MatrixObject.html       |   873 +
 .../runtime/controlprogram/caching/PageCache.html  |   312 +
 .../controlprogram/caching/TensorObject.html       |   580 +
 .../caching/class-use/ByteBuffer.html              |   126 +
 .../caching/class-use/CacheBlock.html              |   631 +
 .../caching/class-use/CacheBlockFactory.html       |   126 +
 .../caching/class-use/CacheDataInput.html          |   126 +
 .../caching/class-use/CacheDataOutput.html         |   126 +
 .../caching/class-use/CacheStatistics.Stat.html    |   175 +
 .../caching/class-use/CacheStatistics.html         |   126 +
 .../class-use/CacheableData.CacheStatus.html       |   179 +
 .../caching/class-use/CacheableData.html           |   308 +
 .../caching/class-use/FrameObject.html             |   433 +
 .../caching/class-use/LazyWriteBuffer.RPolicy.html |   188 +
 .../caching/class-use/LazyWriteBuffer.html         |   126 +
 .../caching/class-use/MatrixObject.UpdateType.html |   501 +
 .../caching/class-use/MatrixObject.html            |  1892 +
 .../caching/class-use/PageCache.html               |   126 +
 .../caching/class-use/TensorObject.html            |   208 +
 .../controlprogram/caching/package-frame.html      |    42 +
 .../controlprogram/caching/package-summary.html    |   245 +
 .../controlprogram/caching/package-tree.html       |   179 +
 .../controlprogram/caching/package-use.html        |   679 +
 .../class-use/BasicProgramBlock.html               |   199 +
 .../ForProgramBlock.SequenceIterator.html          |   126 +
 .../controlprogram/class-use/ForProgramBlock.html  |   285 +
 .../class-use/FunctionProgramBlock.html            |   234 +
 .../controlprogram/class-use/IfProgramBlock.html   |   221 +
 .../controlprogram/class-use/LocalVariableMap.html |  1140 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   322 +
 .../ParForProgramBlock.PDataPartitioner.html       |   201 +
 .../class-use/ParForProgramBlock.PExecMode.html    |   245 +
 .../class-use/ParForProgramBlock.POptMode.html     |   246 +
 .../class-use/ParForProgramBlock.PResultMerge.html |   201 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   230 +
 .../ParForProgramBlock.PartitionFormat.html        |   388 +
 .../class-use/ParForProgramBlock.html              |   328 +
 .../runtime/controlprogram/class-use/Program.html  |   733 +
 .../controlprogram/class-use/ProgramBlock.html     |   744 +
 .../class-use/WhileProgramBlock.html               |   193 +
 .../controlprogram/context/ExecutionContext.html   |  1521 +
 .../context/ExecutionContextFactory.html           |   333 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   364 +
 .../context/SparkExecutionContext.html             |  1403 +
 .../context/class-use/ExecutionContext.html        |  2413 ++
 .../context/class-use/ExecutionContextFactory.html |   126 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   168 +
 .../context/class-use/SparkExecutionContext.html   |   415 +
 .../controlprogram/context/package-frame.html      |    24 +
 .../controlprogram/context/package-summary.html    |   159 +
 .../controlprogram/context/package-tree.html       |   145 +
 .../controlprogram/context/package-use.html        |   554 +
 .../controlprogram/federated/FederatedData.html    |   423 +
 .../controlprogram/federated/FederatedRange.html   |   425 +
 .../federated/FederatedRequest.FedMethod.html      |   395 +
 .../controlprogram/federated/FederatedRequest.html |   394 +
 .../federated/FederatedResponse.Type.html          |   359 +
 .../federated/FederatedResponse.html               |   355 +
 .../controlprogram/federated/FederatedWorker.html  |   309 +
 .../federated/FederatedWorkerHandler.html          |   392 +
 .../controlprogram/federated/LibFederatedAgg.html  |   279 +
 .../federated/LibFederatedAppend.html              |   279 +
 .../federated/class-use/FederatedData.html         |   269 +
 .../federated/class-use/FederatedRange.html        |   294 +
 .../class-use/FederatedRequest.FedMethod.html      |   198 +
 .../federated/class-use/FederatedRequest.html      |   203 +
 .../class-use/FederatedResponse.Type.html          |   194 +
 .../federated/class-use/FederatedResponse.html     |   208 +
 .../federated/class-use/FederatedWorker.html       |   126 +
 .../class-use/FederatedWorkerHandler.html          |   126 +
 .../federated/class-use/LibFederatedAgg.html       |   126 +
 .../federated/class-use/LibFederatedAppend.html    |   126 +
 .../controlprogram/federated/package-frame.html    |    33 +
 .../controlprogram/federated/package-summary.html  |   193 +
 .../controlprogram/federated/package-tree.html     |   167 +
 .../controlprogram/federated/package-use.html      |   243 +
 .../runtime/controlprogram/package-frame.html      |    39 +
 .../runtime/controlprogram/package-summary.html    |   223 +
 .../sysds/runtime/controlprogram/package-tree.html |   172 +
 .../sysds/runtime/controlprogram/package-use.html  |   674 +
 .../controlprogram/paramserv/LocalPSWorker.html    |   464 +
 .../controlprogram/paramserv/LocalParamServer.html |   344 +
 .../runtime/controlprogram/paramserv/PSWorker.html |   627 +
 .../controlprogram/paramserv/ParamServer.html      |   465 +
 .../controlprogram/paramserv/ParamservUtils.html   |   780 +
 .../controlprogram/paramserv/SparkPSBody.html      |   299 +
 .../controlprogram/paramserv/SparkPSProxy.html     |   327 +
 .../controlprogram/paramserv/SparkPSWorker.html    |   490 +
 .../paramserv/class-use/LocalPSWorker.html         |   166 +
 .../paramserv/class-use/LocalParamServer.html      |   207 +
 .../paramserv/class-use/PSWorker.html              |   170 +
 .../paramserv/class-use/ParamServer.html           |   209 +
 .../paramserv/class-use/ParamservUtils.html        |   126 +
 .../paramserv/class-use/SparkPSBody.html           |   181 +
 .../paramserv/class-use/SparkPSProxy.html          |   168 +
 .../paramserv/class-use/SparkPSWorker.html         |   126 +
 .../controlprogram/paramserv/dp/DCLocalScheme.html |   321 +
 .../controlprogram/paramserv/dp/DCSparkScheme.html |   338 +
 .../controlprogram/paramserv/dp/DRLocalScheme.html |   305 +
 .../paramserv/dp/DRRLocalScheme.html               |   322 +
 .../paramserv/dp/DRRSparkScheme.html               |   336 +
 .../controlprogram/paramserv/dp/DRSparkScheme.html |   338 +
 .../dp/DataPartitionLocalScheme.Result.html        |   294 +
 .../paramserv/dp/DataPartitionLocalScheme.html     |   300 +
 .../dp/DataPartitionSparkScheme.Result.html        |   296 +
 .../paramserv/dp/DataPartitionSparkScheme.html     |   411 +
 .../dp/DataPartitionerSparkAggregator.html         |   310 +
 .../paramserv/dp/DataPartitionerSparkMapper.html   |   317 +
 .../paramserv/dp/LocalDataPartitioner.html         |   277 +
 .../controlprogram/paramserv/dp/ORLocalScheme.html |   321 +
 .../controlprogram/paramserv/dp/ORSparkScheme.html |   336 +
 .../paramserv/dp/SparkDataPartitioner.html         |   296 +
 .../paramserv/dp/class-use/DCLocalScheme.html      |   126 +
 .../paramserv/dp/class-use/DCSparkScheme.html      |   126 +
 .../paramserv/dp/class-use/DRLocalScheme.html      |   126 +
 .../paramserv/dp/class-use/DRRLocalScheme.html     |   126 +
 .../paramserv/dp/class-use/DRRSparkScheme.html     |   126 +
 .../paramserv/dp/class-use/DRSparkScheme.html      |   126 +
 .../class-use/DataPartitionLocalScheme.Result.html |   198 +
 .../dp/class-use/DataPartitionLocalScheme.html     |   198 +
 .../class-use/DataPartitionSparkScheme.Result.html |   204 +
 .../dp/class-use/DataPartitionSparkScheme.html     |   188 +
 .../class-use/DataPartitionerSparkAggregator.html  |   126 +
 .../dp/class-use/DataPartitionerSparkMapper.html   |   126 +
 .../dp/class-use/LocalDataPartitioner.html         |   126 +
 .../paramserv/dp/class-use/ORLocalScheme.html      |   126 +
 .../paramserv/dp/class-use/ORSparkScheme.html      |   126 +
 .../dp/class-use/SparkDataPartitioner.html         |   126 +
 .../controlprogram/paramserv/dp/package-frame.html |    34 +
 .../paramserv/dp/package-summary.html              |   226 +
 .../controlprogram/paramserv/dp/package-tree.html  |   160 +
 .../controlprogram/paramserv/dp/package-use.html   |   168 +
 .../controlprogram/paramserv/package-frame.html    |    28 +
 .../controlprogram/paramserv/package-summary.html  |   174 +
 .../controlprogram/paramserv/package-tree.html     |   155 +
 .../controlprogram/paramserv/package-use.html      |   211 +
 .../controlprogram/paramserv/rpc/PSRpcCall.html    |   387 +
 .../controlprogram/paramserv/rpc/PSRpcFactory.html |   310 +
 .../controlprogram/paramserv/rpc/PSRpcHandler.html |   312 +
 .../controlprogram/paramserv/rpc/PSRpcObject.html  |   425 +
 .../paramserv/rpc/PSRpcResponse.Type.html          |   359 +
 .../paramserv/rpc/PSRpcResponse.html               |   416 +
 .../paramserv/rpc/class-use/PSRpcCall.html         |   126 +
 .../paramserv/rpc/class-use/PSRpcFactory.html      |   126 +
 .../paramserv/rpc/class-use/PSRpcHandler.html      |   126 +
 .../paramserv/rpc/class-use/PSRpcObject.html       |   170 +
 .../rpc/class-use/PSRpcResponse.Type.html          |   190 +
 .../paramserv/rpc/class-use/PSRpcResponse.html     |   126 +
 .../paramserv/rpc/package-frame.html               |    29 +
 .../paramserv/rpc/package-summary.html             |   175 +
 .../controlprogram/paramserv/rpc/package-tree.html |   162 +
 .../controlprogram/paramserv/rpc/package-use.html  |   162 +
 .../parfor/CachedReuseVariables.html               |   307 +
 .../controlprogram/parfor/DataPartitioner.html     |   496 +
 .../parfor/DataPartitionerLocal.html               |   407 +
 .../parfor/DataPartitionerRemoteSpark.html         |   323 +
 .../parfor/DataPartitionerRemoteSparkMapper.html   |   326 +
 .../parfor/DataPartitionerRemoteSparkReducer.html  |   293 +
 .../controlprogram/parfor/LocalParWorker.html      |   429 +
 .../controlprogram/parfor/LocalTaskQueue.html      |   404 +
 .../runtime/controlprogram/parfor/ParForBody.html  |   368 +
 .../runtime/controlprogram/parfor/ParWorker.html   |   505 +
 .../controlprogram/parfor/RemoteDPParForSpark.html |   335 +
 .../parfor/RemoteDPParForSparkWorker.html          |   336 +
 .../parfor/RemoteParForJobReturn.html              |   352 +
 .../controlprogram/parfor/RemoteParForSpark.html   |   335 +
 .../parfor/RemoteParForSparkWorker.html            |   345 +
 .../controlprogram/parfor/RemoteParForUtils.html   |   486 +
 .../runtime/controlprogram/parfor/ResultMerge.html |   540 +
 .../parfor/ResultMergeLocalAutomatic.html          |   353 +
 .../parfor/ResultMergeLocalFile.html               |   389 +
 .../parfor/ResultMergeLocalMemory.html             |   356 +
 .../parfor/ResultMergeRemoteGrouping.html          |   304 +
 .../parfor/ResultMergeRemoteSorting.html           |   304 +
 .../parfor/ResultMergeRemoteSpark.html             |   380 +
 .../parfor/ResultMergeRemoteSparkWCompare.html     |   368 +
 .../parfor/ResultMergeTaggedMatrixIndexes.html     |   401 +
 .../controlprogram/parfor/Task.TaskType.html       |   347 +
 .../sysds/runtime/controlprogram/parfor/Task.html  |   498 +
 .../controlprogram/parfor/TaskPartitioner.html     |   437 +
 .../parfor/TaskPartitionerFactoring.html           |   389 +
 .../parfor/TaskPartitionerFactoringCmax.html       |   373 +
 .../parfor/TaskPartitionerFactoringCmin.html       |   372 +
 .../parfor/TaskPartitionerFixedsize.html           |   380 +
 .../parfor/TaskPartitionerNaive.html               |   296 +
 .../parfor/TaskPartitionerStatic.html              |   298 +
 .../parfor/class-use/CachedReuseVariables.html     |   126 +
 .../parfor/class-use/DataPartitioner.html          |   174 +
 .../parfor/class-use/DataPartitionerLocal.html     |   126 +
 .../class-use/DataPartitionerRemoteSpark.html      |   126 +
 .../DataPartitionerRemoteSparkMapper.html          |   126 +
 .../DataPartitionerRemoteSparkReducer.html         |   126 +
 .../parfor/class-use/LocalParWorker.html           |   126 +
 .../parfor/class-use/LocalTaskQueue.html           |   206 +
 .../parfor/class-use/ParForBody.html               |   221 +
 .../controlprogram/parfor/class-use/ParWorker.html |   185 +
 .../parfor/class-use/RemoteDPParForSpark.html      |   126 +
 .../class-use/RemoteDPParForSparkWorker.html       |   126 +
 .../parfor/class-use/RemoteParForJobReturn.html    |   190 +
 .../parfor/class-use/RemoteParForSpark.html        |   126 +
 .../parfor/class-use/RemoteParForSparkWorker.html  |   126 +
 .../parfor/class-use/RemoteParForUtils.html        |   126 +
 .../parfor/class-use/ResultMerge.html              |   189 +
 .../class-use/ResultMergeLocalAutomatic.html       |   126 +
 .../parfor/class-use/ResultMergeLocalFile.html     |   126 +
 .../parfor/class-use/ResultMergeLocalMemory.html   |   126 +
 .../class-use/ResultMergeRemoteGrouping.html       |   126 +
 .../parfor/class-use/ResultMergeRemoteSorting.html |   126 +
 .../parfor/class-use/ResultMergeRemoteSpark.html   |   126 +
 .../class-use/ResultMergeRemoteSparkWCompare.html  |   126 +
 .../class-use/ResultMergeTaggedMatrixIndexes.html  |   166 +
 .../parfor/class-use/Task.TaskType.html            |   191 +
 .../controlprogram/parfor/class-use/Task.html      |   271 +
 .../parfor/class-use/TaskPartitioner.html          |   203 +
 .../parfor/class-use/TaskPartitionerFactoring.html |   175 +
 .../class-use/TaskPartitionerFactoringCmax.html    |   126 +
 .../class-use/TaskPartitionerFactoringCmin.html    |   126 +
 .../parfor/class-use/TaskPartitionerFixedsize.html |   176 +
 .../parfor/class-use/TaskPartitionerNaive.html     |   126 +
 .../parfor/class-use/TaskPartitionerStatic.html    |   126 +
 .../parfor/opt/CostEstimator.DataFormat.html       |   347 +
 .../parfor/opt/CostEstimator.ExcludeType.html      |   359 +
 .../parfor/opt/CostEstimator.TestMeasure.html      |   347 +
 .../controlprogram/parfor/opt/CostEstimator.html   |   662 +
 .../parfor/opt/CostEstimatorHops.html              |   393 +
 .../parfor/opt/CostEstimatorRuntime.html           |   366 +
 .../parfor/opt/OptNode.ExecType.html               |   360 +
 .../parfor/opt/OptNode.NodeType.html               |   432 +
 .../parfor/opt/OptNode.ParamType.html              |   443 +
 .../runtime/controlprogram/parfor/opt/OptNode.html |   870 +
 .../parfor/opt/OptNodeStatistics.html              |   513 +
 .../runtime/controlprogram/parfor/opt/OptTree.html |   387 +
 .../parfor/opt/OptTreeConverter.html               |   577 +
 .../parfor/opt/OptTreePlanChecker.html             |   277 +
 .../parfor/opt/OptTreePlanMapping.html             |   354 +
 .../parfor/opt/OptTreePlanMappingAbstract.html     |   405 +
 .../parfor/opt/OptTreePlanMappingRuntime.html      |   362 +
 .../parfor/opt/OptimizationWrapper.html            |   358 +
 .../parfor/opt/Optimizer.CostModelType.html        |   347 +
 .../parfor/opt/Optimizer.PlanInputType.html        |   347 +
 .../controlprogram/parfor/opt/Optimizer.html       |   456 +
 .../parfor/opt/OptimizerConstrained.html           |   531 +
 .../parfor/opt/OptimizerHeuristic.html             |   413 +
 .../parfor/opt/OptimizerRuleBased.html             |  1908 +
 .../parfor/opt/ProgramRecompiler.html              |   402 +
 .../opt/class-use/CostEstimator.DataFormat.html    |   221 +
 .../opt/class-use/CostEstimator.ExcludeType.html   |   205 +
 .../opt/class-use/CostEstimator.TestMeasure.html   |   272 +
 .../parfor/opt/class-use/CostEstimator.html        |   248 +
 .../parfor/opt/class-use/CostEstimatorHops.html    |   126 +
 .../parfor/opt/class-use/CostEstimatorRuntime.html |   126 +
 .../parfor/opt/class-use/OptNode.ExecType.html     |   217 +
 .../parfor/opt/class-use/OptNode.NodeType.html     |   211 +
 .../parfor/opt/class-use/OptNode.ParamType.html    |   206 +
 .../parfor/opt/class-use/OptNode.html              |   810 +
 .../parfor/opt/class-use/OptNodeStatistics.html    |   126 +
 .../parfor/opt/class-use/OptTree.html              |   219 +
 .../parfor/opt/class-use/OptTreeConverter.html     |   126 +
 .../parfor/opt/class-use/OptTreePlanChecker.html   |   126 +
 .../parfor/opt/class-use/OptTreePlanMapping.html   |   170 +
 .../opt/class-use/OptTreePlanMappingAbstract.html  |   181 +
 .../opt/class-use/OptTreePlanMappingRuntime.html   |   126 +
 .../parfor/opt/class-use/OptimizationWrapper.html  |   126 +
 .../opt/class-use/Optimizer.CostModelType.html     |   187 +
 .../opt/class-use/Optimizer.PlanInputType.html     |   223 +
 .../parfor/opt/class-use/Optimizer.html            |   187 +
 .../parfor/opt/class-use/OptimizerConstrained.html |   126 +
 .../parfor/opt/class-use/OptimizerHeuristic.html   |   126 +
 .../parfor/opt/class-use/OptimizerRuleBased.html   |   178 +
 .../parfor/opt/class-use/ProgramRecompiler.html    |   126 +
 .../controlprogram/parfor/opt/package-frame.html   |    48 +
 .../controlprogram/parfor/opt/package-summary.html |   288 +
 .../controlprogram/parfor/opt/package-tree.html    |   186 +
 .../controlprogram/parfor/opt/package-use.html     |   220 +
 .../controlprogram/parfor/package-frame.html       |    57 +
 .../controlprogram/parfor/package-summary.html     |   353 +
 .../controlprogram/parfor/package-tree.html        |   205 +
 .../runtime/controlprogram/parfor/package-use.html |   241 +
 .../parfor/stat/InfrastructureAnalyzer.html        |   657 +
 .../runtime/controlprogram/parfor/stat/Stat.html   |   620 +
 .../parfor/stat/StatisticMonitor.html              |   378 +
 .../runtime/controlprogram/parfor/stat/Timing.html |   329 +
 .../stat/class-use/InfrastructureAnalyzer.html     |   126 +
 .../controlprogram/parfor/stat/class-use/Stat.html |   200 +
 .../parfor/stat/class-use/StatisticMonitor.html    |   126 +
 .../parfor/stat/class-use/Timing.html              |   198 +
 .../controlprogram/parfor/stat/package-frame.html  |    27 +
 .../parfor/stat/package-summary.html               |   176 +
 .../controlprogram/parfor/stat/package-tree.html   |   153 +
 .../controlprogram/parfor/stat/package-use.html    |   182 +
 .../runtime/controlprogram/parfor/util/Cell.html   |   346 +
 .../controlprogram/parfor/util/IDHandler.html      |   339 +
 .../controlprogram/parfor/util/IDSequence.html     |   346 +
 .../parfor/util/PairWritableBlock.html             |   374 +
 .../parfor/util/PairWritableCell.html              |   360 +
 .../parfor/util/StagingFileUtils.html              |   474 +
 .../controlprogram/parfor/util/class-use/Cell.html |   180 +
 .../parfor/util/class-use/IDHandler.html           |   126 +
 .../parfor/util/class-use/IDSequence.html          |   262 +
 .../parfor/util/class-use/PairWritableBlock.html   |   126 +
 .../parfor/util/class-use/PairWritableCell.html    |   126 +
 .../parfor/util/class-use/StagingFileUtils.html    |   126 +
 .../controlprogram/parfor/util/package-frame.html  |    26 +
 .../parfor/util/package-summary.html               |   178 +
 .../controlprogram/parfor/util/package-tree.html   |   144 +
 .../controlprogram/parfor/util/package-use.html    |   267 +
 .../sysds/runtime/data/BasicTensorBlock.html       |  1021 +
 .../apache/sysds/runtime/data/DataTensorBlock.html |   765 +
 .../apache/sysds/runtime/data/DenseBlock.Type.html |   347 +
 .../org/apache/sysds/runtime/data/DenseBlock.html  |  1624 +
 .../apache/sysds/runtime/data/DenseBlockBool.html  |  1026 +
 .../apache/sysds/runtime/data/DenseBlockDRB.html   |   732 +
 .../apache/sysds/runtime/data/DenseBlockFP32.html  |   918 +
 .../apache/sysds/runtime/data/DenseBlockFP64.html  |  1030 +
 .../sysds/runtime/data/DenseBlockFactory.html      |   472 +
 .../apache/sysds/runtime/data/DenseBlockInt32.html |   918 +
 .../apache/sysds/runtime/data/DenseBlockInt64.html |   918 +
 .../apache/sysds/runtime/data/DenseBlockLBool.html |   947 +
 .../apache/sysds/runtime/data/DenseBlockLDRB.html  |   813 +
 .../apache/sysds/runtime/data/DenseBlockLFP32.html |   892 +
 .../apache/sysds/runtime/data/DenseBlockLFP64.html |   892 +
 .../sysds/runtime/data/DenseBlockLInt32.html       |   892 +
 .../sysds/runtime/data/DenseBlockLInt64.html       |   892 +
 .../sysds/runtime/data/DenseBlockLString.html      |   971 +
 .../sysds/runtime/data/DenseBlockString.html       |  1029 +
 .../sysds/runtime/data/IndexedTensorBlock.html     |   353 +
 .../apache/sysds/runtime/data/LibTensorAgg.html    |   360 +
 .../sysds/runtime/data/LibTensorBincell.html       |   304 +
 .../apache/sysds/runtime/data/LibTensorReorg.html  |   290 +
 .../sysds/runtime/data/SparseBlock.Type.html       |   359 +
 .../org/apache/sysds/runtime/data/SparseBlock.html |  1411 +
 .../apache/sysds/runtime/data/SparseBlockCOO.html  |  1565 +
 .../apache/sysds/runtime/data/SparseBlockCSR.html  |  1692 +
 .../sysds/runtime/data/SparseBlockFactory.html     |   367 +
 .../apache/sysds/runtime/data/SparseBlockMCSR.html |  1420 +
 .../org/apache/sysds/runtime/data/SparseRow.html   |   545 +
 .../apache/sysds/runtime/data/SparseRowScalar.html |   585 +
 .../apache/sysds/runtime/data/SparseRowVector.html |   812 +
 .../org/apache/sysds/runtime/data/TensorBlock.html |  1427 +
 .../apache/sysds/runtime/data/TensorIndexes.html   |   522 +
 .../runtime/data/class-use/BasicTensorBlock.html   |   434 +
 .../runtime/data/class-use/DataTensorBlock.html    |   207 +
 .../runtime/data/class-use/DenseBlock.Type.html    |   199 +
 .../sysds/runtime/data/class-use/DenseBlock.html   |  1038 +
 .../runtime/data/class-use/DenseBlockBool.html     |   126 +
 .../runtime/data/class-use/DenseBlockDRB.html      |   186 +
 .../runtime/data/class-use/DenseBlockFP32.html     |   126 +
 .../runtime/data/class-use/DenseBlockFP64.html     |   126 +
 .../runtime/data/class-use/DenseBlockFactory.html  |   126 +
 .../runtime/data/class-use/DenseBlockInt32.html    |   126 +
 .../runtime/data/class-use/DenseBlockInt64.html    |   126 +
 .../runtime/data/class-use/DenseBlockLBool.html    |   126 +
 .../runtime/data/class-use/DenseBlockLDRB.html     |   186 +
 .../runtime/data/class-use/DenseBlockLFP32.html    |   126 +
 .../runtime/data/class-use/DenseBlockLFP64.html    |   126 +
 .../runtime/data/class-use/DenseBlockLInt32.html   |   126 +
 .../runtime/data/class-use/DenseBlockLInt64.html   |   126 +
 .../runtime/data/class-use/DenseBlockLString.html  |   126 +
 .../runtime/data/class-use/DenseBlockString.html   |   126 +
 .../runtime/data/class-use/IndexedTensorBlock.html |   231 +
 .../sysds/runtime/data/class-use/LibTensorAgg.html |   126 +
 .../runtime/data/class-use/LibTensorBincell.html   |   126 +
 .../runtime/data/class-use/LibTensorReorg.html     |   126 +
 .../runtime/data/class-use/SparseBlock.Type.html   |   309 +
 .../sysds/runtime/data/class-use/SparseBlock.html  |   471 +
 .../runtime/data/class-use/SparseBlockCOO.html     |   126 +
 .../runtime/data/class-use/SparseBlockCSR.html     |   126 +
 .../runtime/data/class-use/SparseBlockFactory.html |   126 +
 .../runtime/data/class-use/SparseBlockMCSR.html    |   126 +
 .../sysds/runtime/data/class-use/SparseRow.html    |   350 +
 .../runtime/data/class-use/SparseRowScalar.html    |   126 +
 .../runtime/data/class-use/SparseRowVector.html    |   168 +
 .../sysds/runtime/data/class-use/TensorBlock.html  |   850 +
 .../runtime/data/class-use/TensorIndexes.html      |   457 +
 .../apache/sysds/runtime/data/package-frame.html   |    57 +
 .../apache/sysds/runtime/data/package-summary.html |   318 +
 .../apache/sysds/runtime/data/package-tree.html    |   198 +
 .../org/apache/sysds/runtime/data/package-use.html |   539 +
 .../apache/sysds/runtime/functionobjects/And.html  |   310 +
 .../sysds/runtime/functionobjects/BitwAnd.html     |   310 +
 .../sysds/runtime/functionobjects/BitwOr.html      |   310 +
 .../sysds/runtime/functionobjects/BitwShiftL.html  |   310 +
 .../sysds/runtime/functionobjects/BitwShiftR.html  |   310 +
 .../sysds/runtime/functionobjects/BitwXor.html     |   310 +
 .../functionobjects/Builtin.BuiltinCode.html       |   899 +
 .../sysds/runtime/functionobjects/Builtin.html     |   495 +
 .../apache/sysds/runtime/functionobjects/CM.html   |   357 +
 .../apache/sysds/runtime/functionobjects/COV.html  |   356 +
 .../sysds/runtime/functionobjects/CTable.html      |   374 +
 .../sysds/runtime/functionobjects/DiagIndex.html   |   355 +
 .../sysds/runtime/functionobjects/Divide.html      |   309 +
 .../sysds/runtime/functionobjects/Equals.html      |   377 +
 .../runtime/functionobjects/FileFunction.html      |   251 +
 .../runtime/functionobjects/FunctionObject.html    |   456 +
 .../sysds/runtime/functionobjects/GreaterThan.html |   377 +
 .../runtime/functionobjects/GreaterThanEquals.html |   377 +
 .../sysds/runtime/functionobjects/IfElse.html      |   313 +
 .../runtime/functionobjects/IndexFunction.html     |   347 +
 .../runtime/functionobjects/IntegerDivide.html     |   309 +
 .../runtime/functionobjects/KahanFunction.html     |   353 +
 .../sysds/runtime/functionobjects/KahanPlus.html   |   365 +
 .../sysds/runtime/functionobjects/KahanPlusSq.html |   398 +
 .../sysds/runtime/functionobjects/LessThan.html    |   377 +
 .../runtime/functionobjects/LessThanEquals.html    |   377 +
 .../apache/sysds/runtime/functionobjects/Mean.html |   320 +
 .../sysds/runtime/functionobjects/Minus.html       |   310 +
 .../runtime/functionobjects/Minus1Multiply.html    |   310 +
 .../runtime/functionobjects/MinusMultiply.html     |   349 +
 .../sysds/runtime/functionobjects/MinusNz.html     |   310 +
 .../sysds/runtime/functionobjects/Modulus.html     |   314 +
 .../sysds/runtime/functionobjects/Multiply.html    |   310 +
 .../sysds/runtime/functionobjects/Multiply2.html   |   326 +
 .../apache/sysds/runtime/functionobjects/Not.html  |   305 +
 .../sysds/runtime/functionobjects/NotEquals.html   |   377 +
 .../runtime/functionobjects/OffsetColumnIndex.html |   355 +
 .../apache/sysds/runtime/functionobjects/Or.html   |   310 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   443 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   395 +
 .../functionobjects/ParameterizedBuiltin.html      |   403 +
 .../apache/sysds/runtime/functionobjects/Plus.html |   329 +
 .../runtime/functionobjects/PlusMultiply.html      |   349 +
 .../sysds/runtime/functionobjects/Power.html       |   309 +
 .../sysds/runtime/functionobjects/Power2.html      |   326 +
 .../sysds/runtime/functionobjects/ReduceAll.html   |   342 +
 .../sysds/runtime/functionobjects/ReduceCol.html   |   342 +
 .../sysds/runtime/functionobjects/ReduceDiag.html  |   342 +
 .../sysds/runtime/functionobjects/ReduceRow.html   |   342 +
 .../sysds/runtime/functionobjects/RevIndex.html    |   343 +
 .../sysds/runtime/functionobjects/SortIndex.html   |   424 +
 .../sysds/runtime/functionobjects/SwapIndex.html   |   343 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   231 +
 .../functionobjects/TernaryValueFunction.html      |   333 +
 .../functionobjects/ValueComparisonFunction.html   |   359 +
 .../runtime/functionobjects/ValueFunction.html     |   298 +
 .../apache/sysds/runtime/functionobjects/Xor.html  |   310 +
 .../runtime/functionobjects/class-use/And.html     |   166 +
 .../runtime/functionobjects/class-use/BitwAnd.html |   166 +
 .../runtime/functionobjects/class-use/BitwOr.html  |   166 +
 .../functionobjects/class-use/BitwShiftL.html      |   166 +
 .../functionobjects/class-use/BitwShiftR.html      |   166 +
 .../runtime/functionobjects/class-use/BitwXor.html |   166 +
 .../class-use/Builtin.BuiltinCode.html             |   223 +
 .../runtime/functionobjects/class-use/Builtin.html |   259 +
 .../runtime/functionobjects/class-use/CM.html      |   166 +
 .../runtime/functionobjects/class-use/COV.html     |   199 +
 .../runtime/functionobjects/class-use/CTable.html  |   166 +
 .../functionobjects/class-use/DiagIndex.html       |   170 +
 .../runtime/functionobjects/class-use/Divide.html  |   166 +
 .../runtime/functionobjects/class-use/Equals.html  |   166 +
 .../functionobjects/class-use/FileFunction.html    |   126 +
 .../functionobjects/class-use/FunctionObject.html  |   431 +
 .../functionobjects/class-use/GreaterThan.html     |   166 +
 .../class-use/GreaterThanEquals.html               |   166 +
 .../runtime/functionobjects/class-use/IfElse.html  |   166 +
 .../functionobjects/class-use/IndexFunction.html   |   307 +
 .../functionobjects/class-use/IntegerDivide.html   |   166 +
 .../functionobjects/class-use/KahanFunction.html   |   308 +
 .../functionobjects/class-use/KahanPlus.html       |   166 +
 .../functionobjects/class-use/KahanPlusSq.html     |   168 +
 .../functionobjects/class-use/LessThan.html        |   166 +
 .../functionobjects/class-use/LessThanEquals.html  |   166 +
 .../runtime/functionobjects/class-use/Mean.html    |   166 +
 .../runtime/functionobjects/class-use/Minus.html   |   166 +
 .../functionobjects/class-use/Minus1Multiply.html  |   166 +
 .../functionobjects/class-use/MinusMultiply.html   |   166 +
 .../runtime/functionobjects/class-use/MinusNz.html |   166 +
 .../runtime/functionobjects/class-use/Modulus.html |   166 +
 .../functionobjects/class-use/Multiply.html        |   166 +
 .../functionobjects/class-use/Multiply2.html       |   166 +
 .../runtime/functionobjects/class-use/Not.html     |   166 +
 .../functionobjects/class-use/NotEquals.html       |   166 +
 .../class-use/OffsetColumnIndex.html               |   166 +
 .../runtime/functionobjects/class-use/Or.html      |   166 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   201 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   201 +
 .../class-use/ParameterizedBuiltin.html            |   171 +
 .../runtime/functionobjects/class-use/Plus.html    |   166 +
 .../functionobjects/class-use/PlusMultiply.html    |   166 +
 .../runtime/functionobjects/class-use/Power.html   |   166 +
 .../runtime/functionobjects/class-use/Power2.html  |   166 +
 .../functionobjects/class-use/ReduceAll.html       |   166 +
 .../functionobjects/class-use/ReduceCol.html       |   166 +
 .../functionobjects/class-use/ReduceDiag.html      |   166 +
 .../functionobjects/class-use/ReduceRow.html       |   166 +
 .../functionobjects/class-use/RevIndex.html        |   166 +
 .../functionobjects/class-use/SortIndex.html       |   126 +
 .../functionobjects/class-use/SwapIndex.html       |   166 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   170 +
 .../class-use/TernaryValueFunction.html            |   207 +
 .../class-use/ValueComparisonFunction.html         |   186 +
 .../functionobjects/class-use/ValueFunction.html   |   551 +
 .../runtime/functionobjects/class-use/Xor.html     |   166 +
 .../runtime/functionobjects/package-frame.html     |    83 +
 .../runtime/functionobjects/package-summary.html   |   418 +
 .../runtime/functionobjects/package-tree.html      |   227 +
 .../sysds/runtime/functionobjects/package-use.html |   465 +
 .../runtime/instructions/CPInstructionParser.html  |   336 +
 .../runtime/instructions/FEDInstructionParser.html |   336 +
 .../runtime/instructions/GPUInstructionParser.html |   300 +
 .../runtime/instructions/Instruction.IType.html    |   383 +
 .../sysds/runtime/instructions/Instruction.html    |   984 +
 .../runtime/instructions/InstructionParser.html    |   290 +
 .../runtime/instructions/InstructionUtils.html     |   907 +
 .../runtime/instructions/SPInstructionParser.html  |   336 +
 .../class-use/CPInstructionParser.html             |   126 +
 .../class-use/FEDInstructionParser.html            |   126 +
 .../class-use/GPUInstructionParser.html            |   126 +
 .../instructions/class-use/Instruction.IType.html  |   267 +
 .../instructions/class-use/Instruction.html        |  1806 +
 .../instructions/class-use/InstructionParser.html  |   178 +
 .../instructions/class-use/InstructionUtils.html   |   126 +
 .../class-use/SPInstructionParser.html             |   126 +
 .../cp/AggregateBinaryCPInstruction.html           |   372 +
 .../cp/AggregateTernaryCPInstruction.html          |   360 +
 .../cp/AggregateUnaryCPInstruction.AUType.html     |   432 +
 .../cp/AggregateUnaryCPInstruction.html            |   443 +
 .../cp/AppendCPInstruction.AppendType.html         |   371 +
 .../instructions/cp/AppendCPInstruction.html       |   440 +
 .../instructions/cp/BinaryCPInstruction.html       |   486 +
 .../cp/BinaryFrameFrameCPInstruction.html          |   405 +
 .../cp/BinaryMatrixMatrixCPInstruction.html        |   405 +
 .../cp/BinaryMatrixScalarCPInstruction.html        |   405 +
 .../cp/BinaryScalarScalarCPInstruction.html        |   405 +
 .../cp/BinaryTensorTensorCPInstruction.html        |   405 +
 .../runtime/instructions/cp/BooleanObject.html     |   426 +
 .../instructions/cp/BuiltinNaryCPInstruction.html  |   426 +
 .../runtime/instructions/cp/CM_COV_Object.html     |   608 +
 .../instructions/cp/CPInstruction.CPType.html      |   731 +
 .../runtime/instructions/cp/CPInstruction.html     |   537 +
 .../sysds/runtime/instructions/cp/CPOperand.html   |   543 +
 .../cp/CentralMomentCPInstruction.html             |   384 +
 .../instructions/cp/CompressionCPInstruction.html  |   360 +
 .../instructions/cp/ComputationCPInstruction.html  |   522 +
 .../instructions/cp/CovarianceCPInstruction.html   |   372 +
 .../instructions/cp/CtableCPInstruction.html       |   387 +
 .../apache/sysds/runtime/instructions/cp/Data.html |   417 +
 .../instructions/cp/DataGenCPInstruction.html      |   574 +
 .../runtime/instructions/cp/DnnCPInstruction.html  |   623 +
 .../runtime/instructions/cp/DoubleObject.html      |   426 +
 .../instructions/cp/EvalNaryCPInstruction.html     |   380 +
 .../instructions/cp/FrameAppendCPInstruction.html  |   433 +
 .../cp/FrameIndexingCPInstruction.html             |   450 +
 .../instructions/cp/FunctionCallCPInstruction.html |   499 +
 .../instructions/cp/IndexingCPInstruction.html     |   505 +
 .../sysds/runtime/instructions/cp/IntObject.html   |   409 +
 .../sysds/runtime/instructions/cp/KahanObject.html |   498 +
 .../cp/ListAppendRemoveCPInstruction.html          |   433 +
 .../instructions/cp/ListIndexingCPInstruction.html |   477 +
 .../sysds/runtime/instructions/cp/ListObject.html  |   744 +
 .../instructions/cp/MMChainCPInstruction.html      |   378 +
 .../instructions/cp/MMTSJCPInstruction.html        |   378 +
 .../instructions/cp/MatrixAppendCPInstruction.html |   461 +
 .../cp/MatrixBuiltinNaryCPInstruction.html         |   417 +
 .../cp/MatrixIndexingCPInstruction.html            |   477 +
 .../cp/MultiReturnBuiltinCPInstruction.html        |   451 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   401 +
 .../runtime/instructions/cp/PMMJCPInstruction.html |   360 +
 .../cp/ParameterizedBuiltinCPInstruction.html      |   502 +
 .../cp/ParamservBuiltinCPInstruction.html          |   408 +
 .../instructions/cp/QuantilePickCPInstruction.html |   372 +
 .../instructions/cp/QuantileSortCPInstruction.html |   370 +
 .../instructions/cp/QuaternaryCPInstruction.html   |   373 +
 .../instructions/cp/ReorgCPInstruction.html        |   365 +
 .../instructions/cp/ReshapeCPInstruction.html      |   392 +
 .../instructions/cp/ScalarAppendCPInstruction.html |   433 +
 .../cp/ScalarBuiltinNaryCPInstruction.html         |   421 +
 .../runtime/instructions/cp/ScalarObject.html      |   424 +
 .../instructions/cp/ScalarObjectFactory.html       |   417 +
 .../instructions/cp/SpoofCPInstruction.html        |   400 +
 .../runtime/instructions/cp/SqlCPInstruction.html  |   376 +
 .../instructions/cp/StringInitCPInstruction.html   |   423 +
 .../runtime/instructions/cp/StringObject.html      |   422 +
 .../instructions/cp/TernaryCPInstruction.html      |   360 +
 .../cp/UaggOuterChainCPInstruction.html            |   365 +
 .../instructions/cp/UnaryCPInstruction.html        |   439 +
 .../instructions/cp/UnaryFrameCPInstruction.html   |   403 +
 .../instructions/cp/UnaryMatrixCPInstruction.html  |   407 +
 .../instructions/cp/UnaryScalarCPInstruction.html  |   408 +
 ...ariableCPInstruction.VariableOperationCode.html |   503 +
 .../instructions/cp/VariableCPInstruction.html     |   824 +
 .../cp/class-use/AggregateBinaryCPInstruction.html |   166 +
 .../class-use/AggregateTernaryCPInstruction.html   |   166 +
 .../AggregateUnaryCPInstruction.AUType.html        |   217 +
 .../cp/class-use/AggregateUnaryCPInstruction.html  |   179 +
 .../class-use/AppendCPInstruction.AppendType.html  |   241 +
 .../cp/class-use/AppendCPInstruction.html          |   191 +
 .../cp/class-use/BinaryCPInstruction.html          |   250 +
 .../class-use/BinaryFrameFrameCPInstruction.html   |   126 +
 .../class-use/BinaryMatrixMatrixCPInstruction.html |   126 +
 .../class-use/BinaryMatrixScalarCPInstruction.html |   126 +
 .../class-use/BinaryScalarScalarCPInstruction.html |   126 +
 .../class-use/BinaryTensorTensorCPInstruction.html |   126 +
 .../instructions/cp/class-use/BooleanObject.html   |   126 +
 .../cp/class-use/BuiltinNaryCPInstruction.html     |   216 +
 .../instructions/cp/class-use/CM_COV_Object.html   |   289 +
 .../cp/class-use/CPInstruction.CPType.html         |   329 +
 .../instructions/cp/class-use/CPInstruction.html   |   462 +
 .../instructions/cp/class-use/CPOperand.html       |  2041 ++
 .../cp/class-use/CentralMomentCPInstruction.html   |   166 +
 .../cp/class-use/CompressionCPInstruction.html     |   126 +
 .../cp/class-use/ComputationCPInstruction.html     |   387 +
 .../cp/class-use/CovarianceCPInstruction.html      |   166 +
 .../cp/class-use/CtableCPInstruction.html          |   166 +
 .../runtime/instructions/cp/class-use/Data.html    |   869 +
 .../cp/class-use/DataGenCPInstruction.html         |   166 +
 .../cp/class-use/DnnCPInstruction.html             |   166 +
 .../instructions/cp/class-use/DoubleObject.html    |   166 +
 .../cp/class-use/EvalNaryCPInstruction.html        |   126 +
 .../cp/class-use/FrameAppendCPInstruction.html     |   126 +
 .../cp/class-use/FrameIndexingCPInstruction.html   |   126 +
 .../cp/class-use/FunctionCallCPInstruction.html    |   188 +
 .../cp/class-use/IndexingCPInstruction.html        |   211 +
 .../instructions/cp/class-use/IntObject.html       |   339 +
 .../instructions/cp/class-use/KahanObject.html     |   363 +
 .../class-use/ListAppendRemoveCPInstruction.html   |   126 +
 .../cp/class-use/ListIndexingCPInstruction.html    |   126 +
 .../instructions/cp/class-use/ListObject.html      |   510 +
 .../cp/class-use/MMChainCPInstruction.html         |   166 +
 .../cp/class-use/MMTSJCPInstruction.html           |   166 +
 .../cp/class-use/MatrixAppendCPInstruction.html    |   126 +
 .../class-use/MatrixBuiltinNaryCPInstruction.html  |   126 +
 .../cp/class-use/MatrixIndexingCPInstruction.html  |   126 +
 .../class-use/MultiReturnBuiltinCPInstruction.html |   166 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   166 +
 .../cp/class-use/PMMJCPInstruction.html            |   166 +
 .../ParameterizedBuiltinCPInstruction.html         |   179 +
 .../class-use/ParamservBuiltinCPInstruction.html   |   126 +
 .../cp/class-use/QuantilePickCPInstruction.html    |   166 +
 .../cp/class-use/QuantileSortCPInstruction.html    |   166 +
 .../cp/class-use/QuaternaryCPInstruction.html      |   189 +
 .../cp/class-use/ReorgCPInstruction.html           |   166 +
 .../cp/class-use/ReshapeCPInstruction.html         |   166 +
 .../cp/class-use/ScalarAppendCPInstruction.html    |   126 +
 .../class-use/ScalarBuiltinNaryCPInstruction.html  |   126 +
 .../instructions/cp/class-use/ScalarObject.html    |   774 +
 .../cp/class-use/ScalarObjectFactory.html          |   126 +
 .../cp/class-use/SpoofCPInstruction.html           |   166 +
 .../cp/class-use/SqlCPInstruction.html             |   166 +
 .../cp/class-use/StringInitCPInstruction.html      |   166 +
 .../instructions/cp/class-use/StringObject.html    |   126 +
 .../cp/class-use/TernaryCPInstruction.html         |   166 +
 .../cp/class-use/UaggOuterChainCPInstruction.html  |   166 +
 .../cp/class-use/UnaryCPInstruction.html           |   296 +
 .../cp/class-use/UnaryFrameCPInstruction.html      |   126 +
 .../cp/class-use/UnaryMatrixCPInstruction.html     |   166 +
 .../cp/class-use/UnaryScalarCPInstruction.html     |   126 +
 ...ariableCPInstruction.VariableOperationCode.html |   179 +
 .../cp/class-use/VariableCPInstruction.html        |   189 +
 .../runtime/instructions/cp/package-frame.html     |    91 +
 .../runtime/instructions/cp/package-summary.html   |   433 +
 .../runtime/instructions/cp/package-tree.html      |   257 +
 .../sysds/runtime/instructions/cp/package-use.html |   881 +
 .../cpfile/MatrixIndexingCPFileInstruction.html    |   389 +
 .../class-use/MatrixIndexingCPFileInstruction.html |   166 +
 .../runtime/instructions/cpfile/package-frame.html |    21 +
 .../instructions/cpfile/package-summary.html       |   146 +
 .../runtime/instructions/cpfile/package-tree.html  |   159 +
 .../runtime/instructions/cpfile/package-use.html   |   161 +
 .../fed/AggregateBinaryFEDInstruction.html         |   448 +
 .../fed/AggregateUnaryFEDInstruction.html          |   365 +
 .../fed/AppendFEDInstruction.FEDAppendType.html    |   360 +
 .../instructions/fed/AppendFEDInstruction.html     |   459 +
 .../instructions/fed/BinaryFEDInstruction.html     |   406 +
 .../fed/BinaryMatrixScalarFEDInstruction.html      |   405 +
 .../fed/ComputationFEDInstruction.html             |   522 +
 .../instructions/fed/FEDInstruction.FEDType.html   |   383 +
 .../runtime/instructions/fed/FEDInstruction.html   |   440 +
 .../instructions/fed/FEDInstructionUtils.html      |   290 +
 .../instructions/fed/InitFEDInstruction.html       |   466 +
 .../instructions/fed/UnaryFEDInstruction.html      |   405 +
 .../class-use/AggregateBinaryFEDInstruction.html   |   166 +
 .../class-use/AggregateUnaryFEDInstruction.html    |   166 +
 .../AppendFEDInstruction.FEDAppendType.html        |   205 +
 .../fed/class-use/AppendFEDInstruction.html        |   166 +
 .../fed/class-use/BinaryFEDInstruction.html        |   187 +
 .../BinaryMatrixScalarFEDInstruction.html          |   126 +
 .../fed/class-use/ComputationFEDInstruction.html   |   186 +
 .../fed/class-use/FEDInstruction.FEDType.html      |   315 +
 .../instructions/fed/class-use/FEDInstruction.html |   221 +
 .../fed/class-use/FEDInstructionUtils.html         |   126 +
 .../fed/class-use/InitFEDInstruction.html          |   166 +
 .../fed/class-use/UnaryFEDInstruction.html         |   166 +
 .../runtime/instructions/fed/package-frame.html    |    35 +
 .../runtime/instructions/fed/package-summary.html  |   199 +
 .../runtime/instructions/fed/package-tree.html     |   177 +
 .../runtime/instructions/fed/package-use.html      |   208 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   330 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   331 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   411 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   359 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   370 +
 .../instructions/gpu/DnnGPUInstruction.html        |   641 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   479 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1953 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   343 +
 .../gpu/MatrixAppendGPUInstruction.html            |   331 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   373 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   330 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   382 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   342 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   377 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   382 +
 .../gpu/MatrixReshapeGPUInstruction.html           |   380 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   411 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   330 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   382 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   377 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   382 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   166 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   166 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   183 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   179 +
 .../gpu/class-use/DnnGPUInstruction.html           |   166 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   228 +
 .../instructions/gpu/class-use/GPUInstruction.html |   273 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   166 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   166 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   126 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   166 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   126 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   166 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   126 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../gpu/class-use/MatrixReshapeGPUInstruction.html |   166 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   183 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   166 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   126 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   126 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../instructions/gpu/context/CSRPointer.html       |   729 +
 .../gpu/context/CudaMemoryAllocator.html           |   364 +
 .../instructions/gpu/context/ExecutionConfig.html  |   569 +
 .../instructions/gpu/context/GPUContext.html       |   768 +
 .../instructions/gpu/context/GPUContextPool.html   |   464 +
 .../gpu/context/GPULazyCudaFreeMemoryManager.html  |   453 +
 .../gpu/context/GPUMatrixMemoryManager.html        |   275 +
 .../gpu/context/GPUMemoryAllocator.html            |   305 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   296 +
 .../instructions/gpu/context/GPUMemoryManager.html |   548 +
 .../instructions/gpu/context/GPUObject.html        |  1051 +
 .../instructions/gpu/context/JCudaKernels.html     |   266 +
 .../instructions/gpu/context/ShadowBuffer.html     |   373 +
 .../gpu/context/UnifiedMemoryAllocator.html        |   364 +
 .../gpu/context/class-use/CSRPointer.html          |   338 +
 .../gpu/context/class-use/CudaMemoryAllocator.html |   126 +
 .../gpu/context/class-use/ExecutionConfig.html     |   198 +
 .../gpu/context/class-use/GPUContext.html          |  1356 +
 .../gpu/context/class-use/GPUContextPool.html      |   126 +
 .../class-use/GPULazyCudaFreeMemoryManager.html    |   179 +
 .../context/class-use/GPUMatrixMemoryManager.html  |   179 +
 .../gpu/context/class-use/GPUMemoryAllocator.html  |   183 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   126 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   180 +
 .../gpu/context/class-use/GPUObject.html           |   248 +
 .../gpu/context/class-use/JCudaKernels.html        |   190 +
 .../gpu/context/class-use/ShadowBuffer.html        |   126 +
 .../context/class-use/UnifiedMemoryAllocator.html  |   126 +
 .../instructions/gpu/context/package-frame.html    |    37 +
 .../instructions/gpu/context/package-summary.html  |   222 +
 .../instructions/gpu/context/package-tree.html     |   155 +
 .../instructions/gpu/context/package-use.html      |   275 +
 .../runtime/instructions/gpu/package-frame.html    |    45 +
 .../runtime/instructions/gpu/package-summary.html  |   243 +
 .../runtime/instructions/gpu/package-tree.html     |   190 +
 .../runtime/instructions/gpu/package-use.html      |   227 +
 .../sysds/runtime/instructions/package-frame.html  |    31 +
 .../runtime/instructions/package-summary.html      |   183 +
 .../sysds/runtime/instructions/package-tree.html   |   160 +
 .../sysds/runtime/instructions/package-use.html    |   500 +
 .../spark/AggregateTernarySPInstruction.html       |   360 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   296 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   294 +
 .../spark/AggregateUnarySPInstruction.html         |   438 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   295 +
 .../spark/AppendGAlignedSPInstruction.html         |   383 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   297 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   297 +
 .../instructions/spark/AppendGSPInstruction.html   |   387 +
 .../instructions/spark/AppendMSPInstruction.html   |   444 +
 .../instructions/spark/AppendRSPInstruction.html   |   429 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   295 +
 .../spark/BinUaggChainSPInstruction.html           |   376 +
 .../spark/BinaryFrameFrameSPInstruction.html       |   418 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   407 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   405 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   405 +
 .../instructions/spark/BinarySPInstruction.html    |   619 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   405 +
 .../spark/BinaryTensorTensorSPInstruction.html     |   405 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   293 +
 .../spark/BuiltinNarySPInstruction.html            |   420 +
 .../spark/CSVReblockSPInstruction.html             |   453 +
 .../instructions/spark/CastSPInstruction.html      |   365 +
 .../spark/CentralMomentSPInstruction.html          |   365 +
 .../spark/CheckpointSPInstruction.html             |   365 +
 ...mpressionSPInstruction.CompressionFunction.html |   293 +
 .../spark/CompressionSPInstruction.html            |   376 +
 .../spark/ComputationSPInstruction.html            |   561 +
 .../spark/CovarianceSPInstruction.html             |   372 +
 .../instructions/spark/CpmmSPInstruction.html      |   378 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   293 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   293 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   293 +
 .../instructions/spark/CtableSPInstruction.html    |   379 +
 .../spark/CumulativeAggregateSPInstruction.html    |   377 +
 .../spark/CumulativeOffsetSPInstruction.html       |   372 +
 .../instructions/spark/DnnSPInstruction.html       |   365 +
 .../spark/FrameAppendMSPInstruction.html           |   428 +
 .../spark/FrameAppendRSPInstruction.html           |   426 +
 .../spark/FrameIndexingSPInstruction.html          |   453 +
 .../instructions/spark/IndexingSPInstruction.html  |   508 +
 .../spark/MapmmChainSPInstruction.html             |   330 +
 .../instructions/spark/MapmmSPInstruction.html     |   372 +
 .../spark/MatrixAppendMSPInstruction.html          |   428 +
 .../spark/MatrixAppendRSPInstruction.html          |   426 +
 .../spark/MatrixIndexingSPInstruction.html         |   565 +
 .../spark/MatrixReshapeSPInstruction.html          |   365 +
 ...PInstruction.TransformEncodeBuild2Function.html |   293 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   297 +
 ...PInstruction.TransformEncodeGroup2Function.html |   293 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   418 +
 .../instructions/spark/PMapmmSPInstruction.html    |   374 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   295 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   299 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   298 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   301 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   297 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   299 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   292 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   295 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   295 +
 ...struction.RDDTransformDecodeExpandFunction.html |   295 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   295 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   484 +
 .../instructions/spark/PmmSPInstruction.html       |   372 +
 .../spark/QuantilePickSPInstruction.html           |   372 +
 .../spark/QuantileSortSPInstruction.html           |   370 +
 .../spark/QuaternarySPInstruction.html             |   360 +
 .../instructions/spark/RandSPInstruction.html      |   522 +
 .../instructions/spark/ReblockSPInstruction.html   |   395 +
 .../instructions/spark/ReorgSPInstruction.html     |   365 +
 .../instructions/spark/RmmSPInstruction.html       |   372 +
 .../instructions/spark/SPInstruction.SPType.html   |   851 +
 .../runtime/instructions/spark/SPInstruction.html  |   548 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   295 +
 .../instructions/spark/SpoofSPInstruction.html     |   354 +
 .../instructions/spark/TernarySPInstruction.html   |   373 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   365 +
 .../instructions/spark/TsmmSPInstruction.html      |   365 +
 .../spark/UaggOuterChainSPInstruction.html         |   403 +
 .../spark/UnaryFrameSPInstruction.html             |   409 +
 .../spark/UnaryMatrixSPInstruction.html            |   409 +
 .../instructions/spark/UnarySPInstruction.html     |   405 +
 .../instructions/spark/WriteSPInstruction.html     |   493 +
 .../instructions/spark/ZipmmSPInstruction.html     |   372 +
 .../class-use/AggregateTernarySPInstruction.html   |   166 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   126 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   126 +
 .../class-use/AggregateUnarySPInstruction.html     |   179 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   126 +
 .../class-use/AppendGAlignedSPInstruction.html     |   166 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   126 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   126 +
 .../spark/class-use/AppendGSPInstruction.html      |   166 +
 .../spark/class-use/AppendMSPInstruction.html      |   183 +
 .../spark/class-use/AppendRSPInstruction.html      |   183 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   126 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   166 +
 .../class-use/BinaryFrameFrameSPInstruction.html   |   126 +
 .../BinaryMatrixBVectorSPInstruction.html          |   126 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   126 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   126 +
 .../spark/class-use/BinarySPInstruction.html       |   283 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   126 +
 .../class-use/BinaryTensorTensorSPInstruction.html |   126 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   126 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   166 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   166 +
 .../spark/class-use/CastSPInstruction.html         |   166 +
 .../class-use/CentralMomentSPInstruction.html      |   166 +
 .../spark/class-use/CheckpointSPInstruction.html   |   166 +
 ...mpressionSPInstruction.CompressionFunction.html |   126 +
 .../spark/class-use/CompressionSPInstruction.html  |   166 +
 .../spark/class-use/ComputationSPInstruction.html  |   390 +
 .../spark/class-use/CovarianceSPInstruction.html   |   166 +
 .../spark/class-use/CpmmSPInstruction.html         |   166 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   126 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   126 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   126 +
 .../spark/class-use/CtableSPInstruction.html       |   166 +
 .../CumulativeAggregateSPInstruction.html          |   166 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   166 +
 .../spark/class-use/DnnSPInstruction.html          |   166 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   126 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   126 +
 .../class-use/FrameIndexingSPInstruction.html      |   126 +
 .../spark/class-use/IndexingSPInstruction.html     |   187 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   166 +
 .../spark/class-use/MapmmSPInstruction.html        |   166 +
 .../class-use/MatrixAppendMSPInstruction.html      |   126 +
 .../class-use/MatrixAppendRSPInstruction.html      |   126 +
 .../class-use/MatrixIndexingSPInstruction.html     |   126 +
 .../class-use/MatrixReshapeSPInstruction.html      |   166 +
 ...PInstruction.TransformEncodeBuild2Function.html |   126 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   126 +
 ...PInstruction.TransformEncodeGroup2Function.html |   126 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   126 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   166 +
 .../spark/class-use/PMapmmSPInstruction.html       |   166 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   126 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   126 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   126 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   126 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   126 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   126 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   126 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   126 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   126 +
 ...struction.RDDTransformDecodeExpandFunction.html |   126 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   126 +
 .../ParameterizedBuiltinSPInstruction.html         |   166 +
 .../spark/class-use/PmmSPInstruction.html          |   166 +
 .../spark/class-use/QuantilePickSPInstruction.html |   166 +
 .../spark/class-use/QuantileSortSPInstruction.html |   166 +
 .../spark/class-use/QuaternarySPInstruction.html   |   166 +
 .../spark/class-use/RandSPInstruction.html         |   166 +
 .../spark/class-use/ReblockSPInstruction.html      |   166 +
 .../spark/class-use/ReorgSPInstruction.html        |   166 +
 .../spark/class-use/RmmSPInstruction.html          |   166 +
 .../spark/class-use/SPInstruction.SPType.html      |   329 +
 .../spark/class-use/SPInstruction.html             |   437 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   126 +
 .../spark/class-use/SpoofSPInstruction.html        |   166 +
 .../spark/class-use/TernarySPInstruction.html      |   166 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   166 +
 .../spark/class-use/TsmmSPInstruction.html         |   166 +
 .../class-use/UaggOuterChainSPInstruction.html     |   166 +
 .../spark/class-use/UnaryFrameSPInstruction.html   |   166 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   126 +
 .../spark/class-use/UnarySPInstruction.html        |   267 +
 .../spark/class-use/WriteSPInstruction.html        |   166 +
 .../spark/class-use/ZipmmSPInstruction.html        |   166 +
 .../instructions/spark/data/BlockPartitioner.html  |   355 +
 .../instructions/spark/data/BroadcastObject.html   |   395 +
 .../instructions/spark/data/CorrMatrixBlock.html   |   390 +
 .../instructions/spark/data/DatasetObject.html     |   342 +
 .../spark/data/FrameReblockBuffer.html             |   367 +
 .../spark/data/IndexedMatrixValue.html             |   365 +
 .../spark/data/LazyIterableIterator.html           |   378 +
 .../instructions/spark/data/LineageObject.html     |   419 +
 .../instructions/spark/data/PartitionedBlock.html  |   644 +
 .../spark/data/PartitionedBroadcast.html           |   523 +
 .../runtime/instructions/spark/data/RDDObject.html |   480 +
 .../instructions/spark/data/ReblockBuffer.html     |   367 +
 .../instructions/spark/data/RowMatrixBlock.html    |   378 +
 .../instructions/spark/data/SerLongWritable.html   |   277 +
 .../runtime/instructions/spark/data/SerText.html   |   311 +
 .../spark/data/class-use/BlockPartitioner.html     |   126 +
 .../spark/data/class-use/BroadcastObject.html      |   179 +
 .../spark/data/class-use/CorrMatrixBlock.html      |   167 +
 .../spark/data/class-use/DatasetObject.html        |   126 +
 .../spark/data/class-use/FrameReblockBuffer.html   |   126 +
 .../spark/data/class-use/IndexedMatrixValue.html   |   580 +
 .../spark/data/class-use/LazyIterableIterator.html |   178 +
 .../spark/data/class-use/LineageObject.html        |   213 +
 .../spark/data/class-use/PartitionedBlock.html     |   193 +
 .../spark/data/class-use/PartitionedBroadcast.html |   350 +
 .../spark/data/class-use/RDDObject.html            |   303 +
 .../spark/data/class-use/ReblockBuffer.html        |   126 +
 .../spark/data/class-use/RowMatrixBlock.html       |   168 +
 .../spark/data/class-use/SerLongWritable.html      |   126 +
 .../instructions/spark/data/class-use/SerText.html |   126 +
 .../instructions/spark/data/package-frame.html     |    35 +
 .../instructions/spark/data/package-summary.html   |   219 +
 .../instructions/spark/data/package-tree.html      |   172 +
 .../instructions/spark/data/package-use.html       |   418 +
 .../functions/AggregateDropCorrectionFunction.html |   289 +
 .../functions/ComputeBinaryBlockNnzFunction.html   |   286 +
 .../functions/ConvertFrameBlockToIJVLines.html     |   289 +
 .../functions/ConvertMatrixBlockToIJVLines.html    |   286 +
 .../functions/ConvertStringToLongTextPair.html     |   286 +
 .../spark/functions/CopyBinaryCellFunction.html    |   289 +
 .../spark/functions/CopyFrameBlockFunction.html    |   303 +
 .../functions/CopyFrameBlockPairFunction.html      |   304 +
 .../spark/functions/CopyMatrixBlockFunction.html   |   303 +
 .../functions/CopyMatrixBlockPairFunction.html     |   304 +
 .../spark/functions/CopyTensorBlockFunction.html   |   303 +
 .../functions/CopyTensorBlockPairFunction.html     |   304 +
 .../spark/functions/CopyTextInputFunction.html     |   289 +
 .../spark/functions/CreateSparseBlockFunction.html |   292 +
 .../functions/ExtractBlockForBinaryReblock.html    |   291 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   341 +
 .../functions/ExtractGroup.ExtractGroupJoin.html   |   339 +
 .../instructions/spark/functions/ExtractGroup.html |   384 +
 .../spark/functions/ExtractGroupNWeights.html      |   289 +
 .../functions/FilterDiagMatrixBlocksFunction.html  |   289 +
 .../functions/FilterNonEmptyBlocksFunction.html    |   289 +
 .../functions/FilterNonEmptyBlocksFunction2.html   |   289 +
 .../spark/functions/GetMIMBFromRow.html            |   289 +
 .../spark/functions/IsBlockInList.html             |   291 +
 .../spark/functions/IsBlockInRange.html            |   297 +
 .../spark/functions/IsFrameBlockInRange.html       |   293 +
 .../spark/functions/MapInputSignature.html         |   289 +
 .../spark/functions/MapJoinSignature.html          |   289 +
 .../functions/MatrixMatrixBinaryOpFunction.html    |   289 +
 .../spark/functions/MatrixScalarUnaryFunction.html |   289 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   293 +
 .../functions/OuterVectorBinaryOpFunction.html     |   291 +
 .../functions/PerformGroupByAggInCombiner.html     |   291 +
 .../functions/PerformGroupByAggInReducer.html      |   289 +
 .../spark/functions/ReblockTensorFunction.html     |   291 +
 .../spark/functions/RecomputeNnzFunction.html      |   289 +
 .../spark/functions/ReorgMapFunction.html          |   289 +
 .../spark/functions/ReplicateBlockFunction.html    |   311 +
 .../spark/functions/ReplicateTensorFunction.html   |   291 +
 .../spark/functions/ReplicateVectorFunction.html   |   291 +
 .../functions/TensorTensorBinaryOpFunction.html    |   289 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   293 +
 .../class-use/AggregateDropCorrectionFunction.html |   126 +
 .../class-use/ComputeBinaryBlockNnzFunction.html   |   126 +
 .../class-use/ConvertFrameBlockToIJVLines.html     |   126 +
 .../class-use/ConvertMatrixBlockToIJVLines.html    |   126 +
 .../class-use/ConvertStringToLongTextPair.html     |   126 +
 .../class-use/CopyBinaryCellFunction.html          |   126 +
 .../class-use/CopyFrameBlockFunction.html          |   126 +
 .../class-use/CopyFrameBlockPairFunction.html      |   126 +
 .../class-use/CopyMatrixBlockFunction.html         |   126 +
 .../class-use/CopyMatrixBlockPairFunction.html     |   126 +
 .../class-use/CopyTensorBlockFunction.html         |   126 +
 .../class-use/CopyTensorBlockPairFunction.html     |   126 +
 .../functions/class-use/CopyTextInputFunction.html |   126 +
 .../class-use/CreateSparseBlockFunction.html       |   126 +
 .../class-use/ExtractBlockForBinaryReblock.html    |   126 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   126 +
 .../class-use/ExtractGroup.ExtractGroupJoin.html   |   126 +
 .../spark/functions/class-use/ExtractGroup.html    |   170 +
 .../functions/class-use/ExtractGroupNWeights.html  |   126 +
 .../class-use/FilterDiagMatrixBlocksFunction.html  |   126 +
 .../class-use/FilterNonEmptyBlocksFunction.html    |   126 +
 .../class-use/FilterNonEmptyBlocksFunction2.html   |   126 +
 .../spark/functions/class-use/GetMIMBFromRow.html  |   126 +
 .../spark/functions/class-use/IsBlockInList.html   |   126 +
 .../spark/functions/class-use/IsBlockInRange.html  |   126 +
 .../functions/class-use/IsFrameBlockInRange.html   |   126 +
 .../functions/class-use/MapInputSignature.html     |   126 +
 .../functions/class-use/MapJoinSignature.html      |   126 +
 .../class-use/MatrixMatrixBinaryOpFunction.html    |   126 +
 .../class-use/MatrixScalarUnaryFunction.html       |   126 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   126 +
 .../class-use/OuterVectorBinaryOpFunction.html     |   126 +
 .../class-use/PerformGroupByAggInCombiner.html     |   126 +
 .../class-use/PerformGroupByAggInReducer.html      |   126 +
 .../functions/class-use/ReblockTensorFunction.html |   126 +
 .../functions/class-use/RecomputeNnzFunction.html  |   126 +
 .../functions/class-use/ReorgMapFunction.html      |   126 +
 .../class-use/ReplicateBlockFunction.html          |   126 +
 .../class-use/ReplicateTensorFunction.html         |   126 +
 .../class-use/ReplicateVectorFunction.html         |   126 +
 .../class-use/TensorTensorBinaryOpFunction.html    |   126 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   126 +
 .../spark/functions/package-frame.html             |    62 +
 .../spark/functions/package-summary.html           |   322 +
 .../instructions/spark/functions/package-tree.html |   183 +
 .../instructions/spark/functions/package-use.html  |   159 +
 .../runtime/instructions/spark/package-frame.html  |   110 +
 .../instructions/spark/package-summary.html        |   528 +
 .../runtime/instructions/spark/package-tree.html   |   264 +
 .../runtime/instructions/spark/package-use.html    |   331 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   273 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   293 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   293 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   293 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   293 +
 .../spark/utils/FrameRDDConverterUtils.html        |   648 +
 .../spark/utils/RDDAggregateUtils.html             |   636 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   293 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   293 +
 .../spark/utils/RDDConverterUtils.html             |   585 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   293 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   347 +
 .../spark/utils/RDDConverterUtilsExt.html          |   509 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   299 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   299 +
 .../instructions/spark/utils/RDDSortUtils.html     |   490 +
 .../instructions/spark/utils/SparkUtils.html       |   709 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   126 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   126 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   126 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   126 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   126 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   126 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   126 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   126 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   126 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   126 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   126 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   175 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   126 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   126 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   126 +
 .../spark/utils/class-use/RDDSortUtils.html        |   126 +
 .../spark/utils/class-use/SparkUtils.html          |   126 +
 .../instructions/spark/utils/package-frame.html    |    40 +
 .../instructions/spark/utils/package-summary.html  |   223 +
 .../instructions/spark/utils/package-tree.html     |   166 +
 .../instructions/spark/utils/package-use.html      |   159 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   329 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   329 +
 .../sysds/runtime/io/BinaryBlockSerialization.html |   341 +
 .../sysds/runtime/io/FileFormatProperties.html     |   290 +
 .../sysds/runtime/io/FileFormatPropertiesCSV.html  |   460 +
 .../runtime/io/FileFormatPropertiesMM.MMField.html |   388 +
 .../io/FileFormatPropertiesMM.MMFormat.html        |   364 +
 .../io/FileFormatPropertiesMM.MMSymmetry.html      |   376 +
 .../sysds/runtime/io/FileFormatPropertiesMM.html   |   415 +
 .../org/apache/sysds/runtime/io/FrameReader.html   |   543 +
 .../sysds/runtime/io/FrameReaderBinaryBlock.html   |   418 +
 .../runtime/io/FrameReaderBinaryBlockParallel.html |   317 +
 .../sysds/runtime/io/FrameReaderFactory.html       |   288 +
 .../apache/sysds/runtime/io/FrameReaderJSONL.html  |   356 +
 .../sysds/runtime/io/FrameReaderJSONLParallel.html |   302 +
 .../sysds/runtime/io/FrameReaderTextCSV.html       |   463 +
 .../runtime/io/FrameReaderTextCSVParallel.html     |   358 +
 .../sysds/runtime/io/FrameReaderTextCell.html      |   453 +
 .../io/FrameReaderTextCellParallel.ReadTask.html   |   295 +
 .../runtime/io/FrameReaderTextCellParallel.html    |   338 +
 .../org/apache/sysds/runtime/io/FrameWriter.html   |   324 +
 .../sysds/runtime/io/FrameWriterBinaryBlock.html   |   376 +
 .../runtime/io/FrameWriterBinaryBlockParallel.html |   315 +
 .../sysds/runtime/io/FrameWriterFactory.html       |   288 +
 .../apache/sysds/runtime/io/FrameWriterJSONL.html  |   400 +
 .../sysds/runtime/io/FrameWriterJSONLParallel.html |   304 +
 .../sysds/runtime/io/FrameWriterTextCSV.html       |   416 +
 .../runtime/io/FrameWriterTextCSVParallel.html     |   330 +
 .../sysds/runtime/io/FrameWriterTextCell.html      |   371 +
 .../runtime/io/FrameWriterTextCellParallel.html    |   313 +
 .../runtime/io/IOUtilFunctions.CountRowsTask.html  |   311 +
 .../apache/sysds/runtime/io/IOUtilFunctions.html   |  1049 +
 .../apache/sysds/runtime/io/InputOutputInfo.html   |   469 +
 .../org/apache/sysds/runtime/io/MatrixReader.html  |   482 +
 .../sysds/runtime/io/MatrixReaderFactory.html      |   286 +
 .../org/apache/sysds/runtime/io/MatrixWriter.html  |   398 +
 .../sysds/runtime/io/MatrixWriterFactory.html      |   290 +
 .../apache/sysds/runtime/io/ReadProperties.html    |   366 +
 .../apache/sysds/runtime/io/ReaderBinaryBlock.html |   433 +
 .../runtime/io/ReaderBinaryBlockParallel.html      |   336 +
 .../org/apache/sysds/runtime/io/ReaderTextCSV.html |   347 +
 .../sysds/runtime/io/ReaderTextCSVParallel.html    |   355 +
 .../apache/sysds/runtime/io/ReaderTextCell.html    |   500 +
 .../io/ReaderTextCellParallel.CellBuffer.html      |   362 +
 .../io/ReaderTextCellParallel.CountNnzTask.html    |   297 +
 .../io/ReaderTextCellParallel.ReadTask.html        |   303 +
 .../sysds/runtime/io/ReaderTextCellParallel.html   |   381 +
 .../apache/sysds/runtime/io/ReaderTextLIBSVM.html  |   364 +
 .../sysds/runtime/io/ReaderTextLIBSVMParallel.html |   347 +
 .../org/apache/sysds/runtime/io/TensorReader.html  |   310 +
 .../sysds/runtime/io/TensorReaderBinaryBlock.html  |   332 +
 .../io/TensorReaderBinaryBlockParallel.html        |   314 +
 .../sysds/runtime/io/TensorReaderFactory.html      |   273 +
 .../sysds/runtime/io/TensorReaderTextCell.html     |   328 +
 .../runtime/io/TensorReaderTextCellParallel.html   |   310 +
 .../org/apache/sysds/runtime/io/TensorWriter.html  |   286 +
 .../sysds/runtime/io/TensorWriterBinaryBlock.html  |   349 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   301 +
 .../io/TensorWriterBinaryBlockParallel.html        |   324 +
 .../sysds/runtime/io/TensorWriterFactory.html      |   273 +
 .../sysds/runtime/io/TensorWriterTextCell.html     |   341 +
 .../runtime/io/TensorWriterTextCellParallel.html   |   301 +
 .../apache/sysds/runtime/io/WriterBinaryBlock.html |   477 +
 .../runtime/io/WriterBinaryBlockParallel.html      |   333 +
 .../sysds/runtime/io/WriterMatrixMarket.html       |   425 +
 .../runtime/io/WriterMatrixMarketParallel.html     |   310 +
 .../org/apache/sysds/runtime/io/WriterTextCSV.html |   480 +
 .../sysds/runtime/io/WriterTextCSVParallel.html    |   327 +
 .../apache/sysds/runtime/io/WriterTextCell.html    |   403 +
 .../sysds/runtime/io/WriterTextCellParallel.html   |   314 +
 .../apache/sysds/runtime/io/WriterTextLIBSVM.html  |   416 +
 .../sysds/runtime/io/WriterTextLIBSVMParallel.html |   310 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   126 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   126 +
 .../io/class-use/BinaryBlockSerialization.html     |   126 +
 .../runtime/io/class-use/FileFormatProperties.html |   455 +
 .../io/class-use/FileFormatPropertiesCSV.html      |   301 +
 .../class-use/FileFormatPropertiesMM.MMField.html  |   192 +
 .../class-use/FileFormatPropertiesMM.MMFormat.html |   192 +
 .../FileFormatPropertiesMM.MMSymmetry.html         |   192 +
 .../io/class-use/FileFormatPropertiesMM.html       |   255 +
 .../sysds/runtime/io/class-use/FrameReader.html    |   216 +
 .../io/class-use/FrameReaderBinaryBlock.html       |   168 +
 .../class-use/FrameReaderBinaryBlockParallel.html  |   126 +
 .../runtime/io/class-use/FrameReaderFactory.html   |   126 +
 .../runtime/io/class-use/FrameReaderJSONL.html     |   166 +
 .../io/class-use/FrameReaderJSONLParallel.html     |   126 +
 .../runtime/io/class-use/FrameReaderTextCSV.html   |   168 +
 .../io/class-use/FrameReaderTextCSVParallel.html   |   126 +
 .../runtime/io/class-use/FrameReaderTextCell.html  |   168 +
 .../FrameReaderTextCellParallel.ReadTask.html      |   126 +
 .../io/class-use/FrameReaderTextCellParallel.html  |   126 +
 .../sysds/runtime/io/class-use/FrameWriter.html    |   216 +
 .../io/class-use/FrameWriterBinaryBlock.html       |   168 +
 .../class-use/FrameWriterBinaryBlockParallel.html  |   126 +
 .../runtime/io/class-use/FrameWriterFactory.html   |   126 +
 .../runtime/io/class-use/FrameWriterJSONL.html     |   166 +
 .../io/class-use/FrameWriterJSONLParallel.html     |   126 +
 .../runtime/io/class-use/FrameWriterTextCSV.html   |   168 +
 .../io/class-use/FrameWriterTextCSVParallel.html   |   126 +
 .../runtime/io/class-use/FrameWriterTextCell.html  |   168 +
 .../io/class-use/FrameWriterTextCellParallel.html  |   126 +
 .../class-use/IOUtilFunctions.CountRowsTask.html   |   126 +
 .../runtime/io/class-use/IOUtilFunctions.html      |   126 +
 .../runtime/io/class-use/InputOutputInfo.html      |   204 +
 .../sysds/runtime/io/class-use/MatrixReader.html   |   215 +
 .../runtime/io/class-use/MatrixReaderFactory.html  |   126 +
 .../sysds/runtime/io/class-use/MatrixWriter.html   |   221 +
 .../runtime/io/class-use/MatrixWriterFactory.html  |   126 +
 .../sysds/runtime/io/class-use/ReadProperties.html |   191 +
 .../runtime/io/class-use/ReaderBinaryBlock.html    |   166 +
 .../io/class-use/ReaderBinaryBlockParallel.html    |   126 +
 .../sysds/runtime/io/class-use/ReaderTextCSV.html  |   126 +
 .../io/class-use/ReaderTextCSVParallel.html        |   126 +
 .../sysds/runtime/io/class-use/ReaderTextCell.html |   168 +
 .../ReaderTextCellParallel.CellBuffer.html         |   126 +
 .../ReaderTextCellParallel.CountNnzTask.html       |   126 +
 .../class-use/ReaderTextCellParallel.ReadTask.html |   126 +
 .../io/class-use/ReaderTextCellParallel.html       |   126 +
 .../runtime/io/class-use/ReaderTextLIBSVM.html     |   126 +
 .../io/class-use/ReaderTextLIBSVMParallel.html     |   126 +
 .../sysds/runtime/io/class-use/TensorReader.html   |   191 +
 .../io/class-use/TensorReaderBinaryBlock.html      |   166 +
 .../class-use/TensorReaderBinaryBlockParallel.html |   126 +
 .../runtime/io/class-use/TensorReaderFactory.html  |   126 +
 .../runtime/io/class-use/TensorReaderTextCell.html |   166 +
 .../io/class-use/TensorReaderTextCellParallel.html |   126 +
 .../sysds/runtime/io/class-use/TensorWriter.html   |   191 +
 .../io/class-use/TensorWriterBinaryBlock.html      |   166 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   126 +
 .../class-use/TensorWriterBinaryBlockParallel.html |   126 +
 .../runtime/io/class-use/TensorWriterFactory.html  |   126 +
 .../runtime/io/class-use/TensorWriterTextCell.html |   166 +
 .../io/class-use/TensorWriterTextCellParallel.html |   126 +
 .../runtime/io/class-use/WriterBinaryBlock.html    |   166 +
 .../io/class-use/WriterBinaryBlockParallel.html    |   126 +
 .../runtime/io/class-use/WriterMatrixMarket.html   |   166 +
 .../io/class-use/WriterMatrixMarketParallel.html   |   126 +
 .../sysds/runtime/io/class-use/WriterTextCSV.html  |   166 +
 .../io/class-use/WriterTextCSVParallel.html        |   126 +
 .../sysds/runtime/io/class-use/WriterTextCell.html |   166 +
 .../io/class-use/WriterTextCellParallel.html       |   126 +
 .../runtime/io/class-use/WriterTextLIBSVM.html     |   166 +
 .../io/class-use/WriterTextLIBSVMParallel.html     |   126 +
 .../org/apache/sysds/runtime/io/package-frame.html |    94 +
 .../apache/sysds/runtime/io/package-summary.html   |   477 +
 .../org/apache/sysds/runtime/io/package-tree.html  |   299 +
 .../org/apache/sysds/runtime/io/package-use.html   |   376 +
 .../sysds/runtime/lineage/DistinctPaths.html       |   342 +
 .../org/apache/sysds/runtime/lineage/Lineage.html  |   529 +
 .../apache/sysds/runtime/lineage/LineageCache.html |   432 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   359 +
 .../LineageCacheConfig.LineageCacheStatus.html     |   420 +
 .../lineage/LineageCacheConfig.ReuseCacheType.html |   435 +
 .../sysds/runtime/lineage/LineageCacheConfig.html  |   662 +
 .../sysds/runtime/lineage/LineageCacheEntry.html   |   581 +
 .../runtime/lineage/LineageCacheEviction.html      |   432 +
 .../runtime/lineage/LineageCacheStatistics.html    |   548 +
 .../sysds/runtime/lineage/LineageCodegenItem.html  |   301 +
 .../sysds/runtime/lineage/LineageDedupBlock.html   |   357 +
 .../sysds/runtime/lineage/LineageDedupUtils.html   |   275 +
 .../lineage/LineageItem.LineageItemType.html       |   371 +
 .../apache/sysds/runtime/lineage/LineageItem.html  |   729 +
 .../sysds/runtime/lineage/LineageItemUtils.html    |   526 +
 .../apache/sysds/runtime/lineage/LineageMap.html   |   436 +
 .../sysds/runtime/lineage/LineageParser.html       |   324 +
 .../apache/sysds/runtime/lineage/LineagePath.html  |   374 +
 .../sysds/runtime/lineage/LineageRewriteReuse.html |   275 +
 .../sysds/runtime/lineage/LineageTokenizer.html    |   301 +
 .../sysds/runtime/lineage/LineageTraceable.html    |   278 +
 .../runtime/lineage/class-use/DistinctPaths.html   |   126 +
 .../sysds/runtime/lineage/class-use/Lineage.html   |   284 +
 .../runtime/lineage/class-use/LineageCache.html    |   126 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   192 +
 .../LineageCacheConfig.LineageCacheStatus.html     |   205 +
 .../LineageCacheConfig.ReuseCacheType.html         |   232 +
 .../lineage/class-use/LineageCacheConfig.html      |   126 +
 .../lineage/class-use/LineageCacheEntry.html       |   229 +
 .../lineage/class-use/LineageCacheEviction.html    |   126 +
 .../lineage/class-use/LineageCacheStatistics.html  |   126 +
 .../lineage/class-use/LineageCodegenItem.html      |   126 +
 .../lineage/class-use/LineageDedupBlock.html       |   184 +
 .../lineage/class-use/LineageDedupUtils.html       |   126 +
 .../class-use/LineageItem.LineageItemType.html     |   183 +
 .../runtime/lineage/class-use/LineageItem.html     |   750 +
 .../lineage/class-use/LineageItemUtils.html        |   126 +
 .../runtime/lineage/class-use/LineageMap.html      |   204 +
 .../runtime/lineage/class-use/LineageParser.html   |   126 +
 .../runtime/lineage/class-use/LineagePath.html     |   192 +
 .../lineage/class-use/LineageRewriteReuse.html     |   126 +
 .../lineage/class-use/LineageTokenizer.html        |   166 +
 .../lineage/class-use/LineageTraceable.html        |   687 +
 .../sysds/runtime/lineage/package-frame.html       |    48 +
 .../sysds/runtime/lineage/package-summary.html     |   252 +
 .../apache/sysds/runtime/lineage/package-tree.html |   174 +
 .../apache/sysds/runtime/lineage/package-use.html  |   353 +
 .../data/BinaryBlockToTextCellConverter.html       |   340 +
 .../sysds/runtime/matrix/data/CM_N_COVCell.html    |  1120 +
 .../sysds/runtime/matrix/data/CTableMap.html       |   360 +
 .../sysds/runtime/matrix/data/Converter.html       |   272 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   947 +
 .../sysds/runtime/matrix/data/DnnParameters.html   |   766 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1026 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   351 +
 .../sysds/runtime/matrix/data/FrameBlock.html      |  1949 +
 .../org/apache/sysds/runtime/matrix/data/IJV.html  |   347 +
 .../sysds/runtime/matrix/data/LibCommonsMath.html  |   317 +
 .../sysds/runtime/matrix/data/LibMatrixAgg.html    |   600 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   383 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   375 +
 .../sysds/runtime/matrix/data/LibMatrixCUDA.html   |  2094 ++
 .../matrix/data/LibMatrixCountDistinct.html        |   300 +
 .../sysds/runtime/matrix/data/LibMatrixCuDNN.html  |  1212 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   523 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   348 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   508 +
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.html    |   305 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   339 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   347 +
 .../sysds/runtime/matrix/data/LibMatrixDNN.html    |   707 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   327 +
 .../matrix/data/LibMatrixDNNHelper.CellIndex3.html |   345 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   352 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   468 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   357 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   343 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   304 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   250 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   259 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   507 +
 .../sysds/runtime/matrix/data/LibMatrixMult.html   |  1284 +
 .../sysds/runtime/matrix/data/LibMatrixNative.html |   450 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   675 +
 .../sysds/runtime/matrix/data/LibMatrixReorg.html  |   723 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   306 +
 .../sysds/runtime/matrix/data/MatrixBlock.html     |  4444 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   285 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   274 +
 .../sysds/runtime/matrix/data/MatrixCell.html      |  1218 +
 .../sysds/runtime/matrix/data/MatrixIndexes.html   |   568 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   381 +
 .../sysds/runtime/matrix/data/MatrixValue.html     |   870 +
 .../matrix/data/OperationsOnMatrixValues.html      |   805 +
 .../org/apache/sysds/runtime/matrix/data/Pair.html |   349 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   514 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1026 +
 .../matrix/data/TextToBinaryCellConverter.html     |   337 +
 .../matrix/data/TripleIndexes.Comparator.html      |   322 +
 .../sysds/runtime/matrix/data/TripleIndexes.html   |   493 +
 .../sysds/runtime/matrix/data/WeightedCell.html    |   658 +
 .../sysds/runtime/matrix/data/WeightedPair.html    |   491 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   126 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   126 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   562 +
 .../runtime/matrix/data/class-use/Converter.html   |   170 +
 .../data/class-use/CudaSupportFunctions.html       |   183 +
 .../matrix/data/class-use/DnnParameters.html       |   321 +
 .../DoublePrecisionCudaSupportFunctions.html       |   126 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   234 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |  2269 ++
 .../sysds/runtime/matrix/data/class-use/IJV.html   |   408 +
 .../matrix/data/class-use/LibCommonsMath.html      |   126 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   126 +
 .../LibMatrixBincell.BinaryAccessType.html         |   180 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   126 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   178 +
 .../data/class-use/LibMatrixCountDistinct.html     |   126 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   126 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   225 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   126 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   204 +
 .../data/class-use/LibMatrixCuDNNRnnAlgorithm.html |   126 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   126 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   329 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   126 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   126 +
 .../class-use/LibMatrixDNNHelper.CellIndex3.html   |   197 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   126 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   126 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   126 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   170 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   126 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   126 +
 .../matrix/data/class-use/LibMatrixMult.html       |   126 +
 .../matrix/data/class-use/LibMatrixNative.html     |   126 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   126 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   126 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   168 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  7674 ++++
 .../data/class-use/MatrixBlockDataInput.html       |   192 +
 .../data/class-use/MatrixBlockDataOutput.html      |   193 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   380 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1897 +
 .../data/class-use/MatrixValue.CellIndex.html      |   272 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1326 +
 .../data/class-use/OperationsOnMatrixValues.html   |   126 +
 .../sysds/runtime/matrix/data/class-use/Pair.html  |   558 +
 .../data/class-use/RandomMatrixGenerator.html      |   264 +
 .../SinglePrecisionCudaSupportFunctions.html       |   126 +
 .../data/class-use/TextToBinaryCellConverter.html  |   126 +
 .../data/class-use/TripleIndexes.Comparator.html   |   126 +
 .../matrix/data/class-use/TripleIndexes.html       |   186 +
 .../matrix/data/class-use/WeightedCell.html        |   269 +
 .../matrix/data/class-use/WeightedPair.html        |   126 +
 .../sysds/runtime/matrix/data/package-frame.html   |    81 +
 .../sysds/runtime/matrix/data/package-summary.html |   451 +
 .../sysds/runtime/matrix/data/package-tree.html    |   219 +
 .../sysds/runtime/matrix/data/package-use.html     |  1081 +
 .../matrix/operators/AggregateBinaryOperator.html  |   361 +
 .../matrix/operators/AggregateOperator.html        |   374 +
 .../matrix/operators/AggregateTernaryOperator.html |   378 +
 .../matrix/operators/AggregateUnaryOperator.html   |   360 +
 .../runtime/matrix/operators/BinaryOperator.html   |   356 +
 .../CMOperator.AggregateOperationTypes.html        |   419 +
 .../sysds/runtime/matrix/operators/CMOperator.html |   417 +
 .../runtime/matrix/operators/COVOperator.html      |   295 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   359 +
 .../matrix/operators/CountDistinctOperator.html    |   353 +
 .../matrix/operators/LeftScalarOperator.html       |   353 +
 .../sysds/runtime/matrix/operators/Operator.html   |   300 +
 .../matrix/operators/QuaternaryOperator.html       |   544 +
 .../runtime/matrix/operators/ReIndexOperator.html  |   267 +
 .../runtime/matrix/operators/ReorgOperator.html    |   357 +
 .../matrix/operators/RightScalarOperator.html      |   353 +
 .../runtime/matrix/operators/ScalarOperator.html   |   427 +
 .../runtime/matrix/operators/SimpleOperator.html   |   295 +
 .../runtime/matrix/operators/TernaryOperator.html  |   334 +
 .../runtime/matrix/operators/UnaryOperator.html    |   358 +
 .../class-use/AggregateBinaryOperator.html         |   310 +
 .../operators/class-use/AggregateOperator.html     |   520 +
 .../class-use/AggregateTernaryOperator.html        |   242 +
 .../class-use/AggregateUnaryOperator.html          |   576 +
 .../matrix/operators/class-use/BinaryOperator.html |   556 +
 .../CMOperator.AggregateOperationTypes.html        |   273 +
 .../matrix/operators/class-use/CMOperator.html     |   220 +
 .../matrix/operators/class-use/COVOperator.html    |   202 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   203 +
 .../operators/class-use/CountDistinctOperator.html |   169 +
 .../operators/class-use/LeftScalarOperator.html    |   126 +
 .../matrix/operators/class-use/Operator.html       |  1544 +
 .../operators/class-use/QuaternaryOperator.html    |   214 +
 .../operators/class-use/ReIndexOperator.html       |   126 +
 .../matrix/operators/class-use/ReorgOperator.html  |   326 +
 .../operators/class-use/RightScalarOperator.html   |   126 +
 .../matrix/operators/class-use/ScalarOperator.html |   436 +
 .../matrix/operators/class-use/SimpleOperator.html |   126 +
 .../operators/class-use/TernaryOperator.html       |   216 +
 .../matrix/operators/class-use/UnaryOperator.html  |   277 +
 .../runtime/matrix/operators/package-frame.html    |    43 +
 .../runtime/matrix/operators/package-summary.html  |   239 +
 .../runtime/matrix/operators/package-tree.html     |   175 +
 .../runtime/matrix/operators/package-use.html      |   621 +
 .../sysds/runtime/meta/DataCharacteristics.html    |   884 +
 .../sysds/runtime/meta/MatrixCharacteristics.html  |   910 +
 .../org/apache/sysds/runtime/meta/MetaData.html    |   382 +
 .../apache/sysds/runtime/meta/MetaDataFormat.html  |   319 +
 .../sysds/runtime/meta/TensorCharacteristics.html  |   727 +
 .../meta/class-use/DataCharacteristics.html        |  1712 +
 .../meta/class-use/MatrixCharacteristics.html      |   254 +
 .../sysds/runtime/meta/class-use/MetaData.html     |   340 +
 .../runtime/meta/class-use/MetaDataFormat.html     |   126 +
 .../meta/class-use/TensorCharacteristics.html      |   186 +
 .../apache/sysds/runtime/meta/package-frame.html   |    25 +
 .../apache/sysds/runtime/meta/package-summary.html |   162 +
 .../apache/sysds/runtime/meta/package-tree.html    |   149 +
 .../org/apache/sysds/runtime/meta/package-use.html |   608 +
 .../org/apache/sysds/runtime/package-frame.html    |    23 +
 .../org/apache/sysds/runtime/package-summary.html  |   156 +
 .../org/apache/sysds/runtime/package-tree.html     |   160 +
 .../java/org/apache/sysds/runtime/package-use.html |   434 +
 .../sysds/runtime/privacy/DMLPrivacyException.html |   302 +
 .../privacy/PrivacyConstraint.PrivacyLevel.html    |   359 +
 .../sysds/runtime/privacy/PrivacyConstraint.html   |   354 +
 .../sysds/runtime/privacy/PrivacyMonitor.html      |   326 +
 .../sysds/runtime/privacy/PrivacyPropagator.html   |   502 +
 .../privacy/class-use/DMLPrivacyException.html     |   126 +
 .../class-use/PrivacyConstraint.PrivacyLevel.html  |   238 +
 .../privacy/class-use/PrivacyConstraint.html       |   540 +
 .../runtime/privacy/class-use/PrivacyMonitor.html  |   126 +
 .../privacy/class-use/PrivacyPropagator.html       |   126 +
 .../sysds/runtime/privacy/package-frame.html       |    31 +
 .../sysds/runtime/privacy/package-summary.html     |   189 +
 .../apache/sysds/runtime/privacy/package-tree.html |   174 +
 .../apache/sysds/runtime/privacy/package-use.html  |   293 +
 .../runtime/transform/TfUtils.ColumnTypes.html     |   384 +
 .../sysds/runtime/transform/TfUtils.TfMethod.html  |   424 +
 .../apache/sysds/runtime/transform/TfUtils.html    |   622 +
 .../transform/class-use/TfUtils.ColumnTypes.html   |   175 +
 .../transform/class-use/TfUtils.TfMethod.html      |   175 +
 .../sysds/runtime/transform/class-use/TfUtils.html |   167 +
 .../sysds/runtime/transform/decode/Decoder.html    |   418 +
 .../runtime/transform/decode/DecoderComposite.html |   347 +
 .../runtime/transform/decode/DecoderDummycode.html |   346 +
 .../runtime/transform/decode/DecoderFactory.html   |   300 +
 .../transform/decode/DecoderPassThrough.html       |   348 +
 .../runtime/transform/decode/DecoderRecode.html    |   373 +
 .../transform/decode/class-use/Decoder.html        |   244 +
 .../decode/class-use/DecoderComposite.html         |   126 +
 .../decode/class-use/DecoderDummycode.html         |   126 +
 .../transform/decode/class-use/DecoderFactory.html |   126 +
 .../decode/class-use/DecoderPassThrough.html       |   126 +
 .../transform/decode/class-use/DecoderRecode.html  |   126 +
 .../runtime/transform/decode/package-frame.html    |    26 +
 .../runtime/transform/decode/package-summary.html  |   176 +
 .../runtime/transform/decode/package-tree.html     |   147 +
 .../runtime/transform/decode/package-use.html      |   184 +
 .../sysds/runtime/transform/encode/Encoder.html    |   594 +
 .../sysds/runtime/transform/encode/EncoderBin.html |   502 +
 .../runtime/transform/encode/EncoderComposite.html |   507 +
 .../runtime/transform/encode/EncoderDummycode.html |   481 +
 .../runtime/transform/encode/EncoderFactory.html   |   319 +
 .../transform/encode/EncoderFeatureHash.html       |   435 +
 .../transform/encode/EncoderMVImpute.MVMethod.html |   371 +
 .../runtime/transform/encode/EncoderMVImpute.html  |   633 +
 .../runtime/transform/encode/EncoderOmit.html      |   462 +
 .../transform/encode/EncoderPassThrough.html       |   432 +
 .../runtime/transform/encode/EncoderRecode.html    |   544 +
 .../transform/encode/class-use/Encoder.html        |   289 +
 .../transform/encode/class-use/EncoderBin.html     |   126 +
 .../encode/class-use/EncoderComposite.html         |   126 +
 .../encode/class-use/EncoderDummycode.html         |   126 +
 .../transform/encode/class-use/EncoderFactory.html |   126 +
 .../encode/class-use/EncoderFeatureHash.html       |   126 +
 .../encode/class-use/EncoderMVImpute.MVMethod.html |   179 +
 .../encode/class-use/EncoderMVImpute.html          |   167 +
 .../transform/encode/class-use/EncoderOmit.html    |   126 +
 .../encode/class-use/EncoderPassThrough.html       |   126 +
 .../transform/encode/class-use/EncoderRecode.html  |   126 +
 .../runtime/transform/encode/package-frame.html    |    34 +
 .../runtime/transform/encode/package-summary.html  |   206 +
 .../runtime/transform/encode/package-tree.html     |   163 +
 .../runtime/transform/encode/package-use.html      |   190 +
 .../sysds/runtime/transform/meta/TfMetaUtils.html  |   482 +
 .../sysds/runtime/transform/meta/TfOffsetMap.html  |   295 +
 .../transform/meta/class-use/TfMetaUtils.html      |   126 +
 .../transform/meta/class-use/TfOffsetMap.html      |   165 +
 .../runtime/transform/meta/package-frame.html      |    22 +
 .../runtime/transform/meta/package-summary.html    |   148 +
 .../sysds/runtime/transform/meta/package-tree.html |   140 +
 .../sysds/runtime/transform/meta/package-use.html  |   159 +
 .../sysds/runtime/transform/package-frame.html     |    26 +
 .../sysds/runtime/transform/package-summary.html   |   163 +
 .../sysds/runtime/transform/package-tree.html      |   152 +
 .../sysds/runtime/transform/package-use.html       |   181 +
 .../sysds/runtime/util/BinaryBlockInputFormat.html |   349 +
 .../runtime/util/BinaryBlockRecordReader.html      |   348 +
 .../sysds/runtime/util/ByteBufferDataInput.html    |   687 +
 .../sysds/runtime/util/CommonThreadPool.html       |   566 +
 .../apache/sysds/runtime/util/DataConverter.html   |  1441 +
 .../org/apache/sysds/runtime/util/DnnUtils.html    |   342 +
 .../runtime/util/FastBufferedDataInputStream.html  |   725 +
 .../runtime/util/FastBufferedDataOutputStream.html |   752 +
 .../sysds/runtime/util/FastStringTokenizer.html    |   353 +
 .../org/apache/sysds/runtime/util/HDFSTool.html    |  1285 +
 .../org/apache/sysds/runtime/util/IndexRange.html  |   412 +
 .../sysds/runtime/util/InputStreamInputFormat.html |   313 +
 .../apache/sysds/runtime/util/LocalFileUtils.html  |  1050 +
 .../util/LongLongDoubleHashMap.ADoubleEntry.html   |   339 +
 .../util/LongLongDoubleHashMap.EntryType.html      |   347 +
 .../sysds/runtime/util/LongLongDoubleHashMap.html  |   356 +
 .../sysds/runtime/util/NormalPRNGenerator.html     |   302 +
 .../apache/sysds/runtime/util/PRNGenerator.html    |   290 +
 .../sysds/runtime/util/PoissonPRNGenerator.html    |   341 +
 .../sysds/runtime/util/ProgramConverter.html       |  1590 +
 .../sysds/runtime/util/Py4jConverterUtils.html     |   388 +
 .../org/apache/sysds/runtime/util/RandNPair.html   |   317 +
 .../org/apache/sysds/runtime/util/SortUtils.html   |   438 +
 .../sysds/runtime/util/UniformPRNGenerator.html    |   311 +
 .../apache/sysds/runtime/util/UtilFunctions.html   |  1696 +
 .../util/class-use/BinaryBlockInputFormat.html     |   126 +
 .../util/class-use/BinaryBlockRecordReader.html    |   126 +
 .../util/class-use/ByteBufferDataInput.html        |   126 +
 .../runtime/util/class-use/CommonThreadPool.html   |   126 +
 .../runtime/util/class-use/DataConverter.html      |   126 +
 .../sysds/runtime/util/class-use/DnnUtils.html     |   126 +
 .../class-use/FastBufferedDataInputStream.html     |   126 +
 .../class-use/FastBufferedDataOutputStream.html    |   126 +
 .../util/class-use/FastStringTokenizer.html        |   169 +
 .../sysds/runtime/util/class-use/HDFSTool.html     |   126 +
 .../sysds/runtime/util/class-use/IndexRange.html   |   572 +
 .../util/class-use/InputStreamInputFormat.html     |   126 +
 .../runtime/util/class-use/LocalFileUtils.html     |   126 +
 .../LongLongDoubleHashMap.ADoubleEntry.html        |   201 +
 .../class-use/LongLongDoubleHashMap.EntryType.html |   206 +
 .../util/class-use/LongLongDoubleHashMap.html      |   126 +
 .../runtime/util/class-use/NormalPRNGenerator.html |   126 +
 .../sysds/runtime/util/class-use/PRNGenerator.html |   180 +
 .../util/class-use/PoissonPRNGenerator.html        |   126 +
 .../runtime/util/class-use/ProgramConverter.html   |   126 +
 .../runtime/util/class-use/Py4jConverterUtils.html |   126 +
 .../sysds/runtime/util/class-use/RandNPair.html    |   126 +
 .../sysds/runtime/util/class-use/SortUtils.html    |   126 +
 .../util/class-use/UniformPRNGenerator.html        |   126 +
 .../runtime/util/class-use/UtilFunctions.html      |   126 +
 .../apache/sysds/runtime/util/package-frame.html   |    48 +
 .../apache/sysds/runtime/util/package-summary.html |   289 +
 .../apache/sysds/runtime/util/package-tree.html    |   205 +
 .../org/apache/sysds/runtime/util/package-use.html |   309 +
 .../org/apache/sysds/utils/DataAugmentation.html   |   460 +
 .../org/apache/sysds/utils/EnvironmentHelper.html  |   276 +
 .../apache/sysds/utils/Explain.ExplainCounts.html  |   318 +
 .../apache/sysds/utils/Explain.ExplainType.html    |   409 +
 docs/api/java/org/apache/sysds/utils/Explain.html  |   673 +
 .../java/org/apache/sysds/utils/GPUStatistics.html |   918 +
 .../java/org/apache/sysds/utils/Hash.HashType.html |   360 +
 docs/api/java/org/apache/sysds/utils/Hash.html     |   409 +
 .../InstallDependencyForIntegrationTests.html      |   326 +
 .../java/org/apache/sysds/utils/JSONHelper.html    |   293 +
 .../org/apache/sysds/utils/MLContextProxy.html     |   331 +
 .../org/apache/sysds/utils/MemoryEstimates.html    |   315 +
 .../sysds/utils/NativeHelper.NativeBlasState.html  |   371 +
 .../java/org/apache/sysds/utils/NativeHelper.html  |   797 +
 .../org/apache/sysds/utils/ParameterBuilder.html   |   320 +
 .../java/org/apache/sysds/utils/Statistics.html    |  1957 +
 .../apache/sysds/utils/SystemDSLoaderUtils.html    |   288 +
 .../sysds/utils/class-use/DataAugmentation.html    |   126 +
 .../sysds/utils/class-use/EnvironmentHelper.html   |   126 +
 .../utils/class-use/Explain.ExplainCounts.html     |   205 +
 .../sysds/utils/class-use/Explain.ExplainType.html |   252 +
 .../org/apache/sysds/utils/class-use/Explain.html  |   126 +
 .../sysds/utils/class-use/GPUStatistics.html       |   126 +
 .../sysds/utils/class-use/Hash.HashType.html       |   232 +
 .../org/apache/sysds/utils/class-use/Hash.html     |   126 +
 .../InstallDependencyForIntegrationTests.html      |   126 +
 .../apache/sysds/utils/class-use/JSONHelper.html   |   126 +
 .../sysds/utils/class-use/MLContextProxy.html      |   126 +
 .../sysds/utils/class-use/MemoryEstimates.html     |   126 +
 .../class-use/NativeHelper.NativeBlasState.html    |   188 +
 .../apache/sysds/utils/class-use/NativeHelper.html |   126 +
 .../sysds/utils/class-use/ParameterBuilder.html    |   126 +
 .../apache/sysds/utils/class-use/Statistics.html   |   126 +
 .../sysds/utils/class-use/SystemDSLoaderUtils.html |   126 +
 .../java/org/apache/sysds/utils/package-frame.html |    40 +
 .../org/apache/sysds/utils/package-summary.html    |   242 +
 .../java/org/apache/sysds/utils/package-tree.html  |   166 +
 .../java/org/apache/sysds/utils/package-use.html   |   229 +
 docs/api/java/overview-frame.html                  |    83 +
 docs/api/java/overview-summary.html                |   462 +
 docs/api/java/overview-tree.html                   |  2050 ++
 docs/api/java/package-list                         |    62 +
 docs/api/java/script.js                            |    30 +
 docs/api/java/serialized-form.html                 |  6336 ++++
 docs/api/java/stylesheet.css                       |   574 +
 docs/api/python/api/context/systemds_context.html  |   307 +
 docs/api/python/api/matrix/data_gen.html           |   307 +
 docs/api/python/api/matrix/federated.html          |   270 +
 docs/api/python/api/matrix/matrix.html             |   322 +
 docs/api/python/api/onnx_systemds/convert.html     |   260 +
 docs/api/python/api/onnx_systemds/onnx_helper.html |   325 +
 .../api/python/api/onnx_systemds/operator_gen.html |   284 +
 docs/api/python/api/onnx_systemds/render.html      |   336 +
 docs/api/python/api/onnx_systemds/util.html        |   260 +
 docs/api/python/api/operator/algorithms.html       |   320 +
 docs/api/python/api/operator/operation_node.html   |   396 +
 docs/api/python/api/script_building/dag.html       |   319 +
 docs/api/python/api/script_building/script.html    |   307 +
 docs/api/python/api/utils/converters.html          |   277 +
 docs/api/python/api/utils/helpers.html             |   275 +
 docs/api/python/genindex.html                      |   603 +
 docs/api/python/getting_started/install.html       |   294 +
 .../python/getting_started/simple_examples.html    |   347 +
 docs/api/python/guide/algorithms.html              |   266 +
 docs/api/python/guide/federated.html               |   357 +
 docs/api/python/images/sample_graph.png            |   Bin 0 -> 35508 bytes
 docs/api/python/index.html                         |   266 +
 docs/api/python/objects.inv                        |   Bin 0 -> 1335 bytes
 docs/api/python/onnx_systemds/onnx_systemds.html   |   299 +
 .../python/onnx_systemds/onnx_systemds_design.html |   452 +
 docs/api/python/py-modindex.html                   |   303 +
 docs/api/python/search.html                        |   249 +
 docs/api/python/searchindex.js                     |     1 +
 .../sources/api/context/systemds_context.rst.txt   |    53 +
 .../api/python/sources/api/matrix/data_gen.rst.txt |    27 +
 .../python/sources/api/matrix/federated.rst.txt    |    28 +
 docs/api/python/sources/api/matrix/matrix.rst.txt  |    37 +
 .../sources/api/onnx_systemds/convert.rst.txt      |    27 +
 .../sources/api/onnx_systemds/onnx_helper.rst.txt  |    26 +
 .../sources/api/onnx_systemds/operator_gen.rst.txt |    26 +
 .../sources/api/onnx_systemds/render.rst.txt       |    27 +
 .../python/sources/api/onnx_systemds/util.rst.txt  |    26 +
 .../python/sources/api/operator/algorithms.rst.txt |    68 +
 .../sources/api/operator/operation_node.rst.txt    |    45 +
 .../python/sources/api/script_building/dag.rst.txt |    31 +
 .../sources/api/script_building/script.rst.txt     |    31 +
 .../python/sources/api/utils/converters.rst.txt    |    31 +
 docs/api/python/sources/api/utils/helpers.rst.txt  |    30 +
 .../python/sources/getting_started/install.rst.txt |     2 +-
 .../getting_started/simple_examples.rst.txt        |   129 +
 docs/api/python/sources/guide/algorithms.rst.txt   |    43 +
 docs/api/python/sources/guide/federated.rst.txt    |   137 +
 docs/api/python/sources/index.rst.txt              |    90 +
 .../sources/onnx_systemds/onnx_systemds.rst.txt    |    60 +
 .../onnx_systemds/onnx_systemds_design.rst.txt     |   217 +
 docs/api/python/static/basic.css                   |   835 +
 docs/api/python/static/css/badge_only.css          |     1 +
 .../python/static/css/fonts/Roboto-Slab-Bold.woff  |   Bin 0 -> 87624 bytes
 .../python/static/css/fonts/Roboto-Slab-Bold.woff2 |   Bin 0 -> 67312 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff      |   Bin 0 -> 86288 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff2     |   Bin 0 -> 66444 bytes
 .../static/css/fonts/fontawesome-webfont.eot       |   Bin 0 -> 165742 bytes
 .../static/css/fonts/fontawesome-webfont.svg       |  2671 ++
 .../static/css/fonts/fontawesome-webfont.ttf       |   Bin 0 -> 165548 bytes
 .../static/css/fonts/fontawesome-webfont.woff      |   Bin 0 -> 98024 bytes
 .../static/css/fonts/fontawesome-webfont.woff2     |   Bin 0 -> 77160 bytes
 .../python/static/css/fonts/lato-bold-italic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/css/fonts/lato-bold-italic.woff2 |   Bin 0 -> 193308 bytes
 docs/api/python/static/css/fonts/lato-bold.woff    |   Bin 0 -> 309728 bytes
 docs/api/python/static/css/fonts/lato-bold.woff2   |   Bin 0 -> 184912 bytes
 .../static/css/fonts/lato-normal-italic.woff       |   Bin 0 -> 328412 bytes
 .../static/css/fonts/lato-normal-italic.woff2      |   Bin 0 -> 195704 bytes
 docs/api/python/static/css/fonts/lato-normal.woff  |   Bin 0 -> 309192 bytes
 docs/api/python/static/css/fonts/lato-normal.woff2 |   Bin 0 -> 182708 bytes
 docs/api/python/static/css/theme.css               |     4 +
 docs/api/python/static/doctools.js                 |   315 +
 docs/api/python/static/documentation_options.js    |    12 +
 docs/api/python/static/file.png                    |   Bin 0 -> 286 bytes
 docs/api/python/static/fonts/FontAwesome.otf       |   Bin 0 -> 134808 bytes
 docs/api/python/static/fonts/Lato/lato-bold.eot    |   Bin 0 -> 256056 bytes
 docs/api/python/static/fonts/Lato/lato-bold.ttf    |   Bin 0 -> 600856 bytes
 docs/api/python/static/fonts/Lato/lato-bold.woff   |   Bin 0 -> 309728 bytes
 docs/api/python/static/fonts/Lato/lato-bold.woff2  |   Bin 0 -> 184912 bytes
 .../python/static/fonts/Lato/lato-bolditalic.eot   |   Bin 0 -> 266158 bytes
 .../python/static/fonts/Lato/lato-bolditalic.ttf   |   Bin 0 -> 622572 bytes
 .../python/static/fonts/Lato/lato-bolditalic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/fonts/Lato/lato-bolditalic.woff2 |   Bin 0 -> 193308 bytes
 docs/api/python/static/fonts/Lato/lato-italic.eot  |   Bin 0 -> 268604 bytes
 docs/api/python/static/fonts/Lato/lato-italic.ttf  |   Bin 0 -> 639388 bytes
 docs/api/python/static/fonts/Lato/lato-italic.woff |   Bin 0 -> 328412 bytes
 .../api/python/static/fonts/Lato/lato-italic.woff2 |   Bin 0 -> 195704 bytes
 docs/api/python/static/fonts/Lato/lato-regular.eot |   Bin 0 -> 253461 bytes
 docs/api/python/static/fonts/Lato/lato-regular.ttf |   Bin 0 -> 607720 bytes
 .../api/python/static/fonts/Lato/lato-regular.woff |   Bin 0 -> 309192 bytes
 .../python/static/fonts/Lato/lato-regular.woff2    |   Bin 0 -> 182708 bytes
 docs/api/python/static/fonts/Roboto-Slab-Bold.woff |   Bin 0 -> 87624 bytes
 .../api/python/static/fonts/Roboto-Slab-Bold.woff2 |   Bin 0 -> 67312 bytes
 .../api/python/static/fonts/Roboto-Slab-Light.woff |   Bin 0 -> 88600 bytes
 .../python/static/fonts/Roboto-Slab-Light.woff2    |   Bin 0 -> 67884 bytes
 .../python/static/fonts/Roboto-Slab-Regular.woff   |   Bin 0 -> 86288 bytes
 .../python/static/fonts/Roboto-Slab-Regular.woff2  |   Bin 0 -> 66444 bytes
 docs/api/python/static/fonts/Roboto-Slab-Thin.woff |   Bin 0 -> 87452 bytes
 .../api/python/static/fonts/Roboto-Slab-Thin.woff2 |   Bin 0 -> 66328 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.eot       |   Bin 0 -> 79520 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.ttf       |   Bin 0 -> 170616 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.woff      |   Bin 0 -> 87624 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.woff2     |   Bin 0 -> 67312 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.eot    |   Bin 0 -> 78331 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.ttf    |   Bin 0 -> 169064 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.woff   |   Bin 0 -> 86288 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.woff2  |   Bin 0 -> 66444 bytes
 .../python/static/fonts/fontawesome-webfont.eot    |   Bin 0 -> 165742 bytes
 .../python/static/fonts/fontawesome-webfont.svg    |  2671 ++
 .../python/static/fonts/fontawesome-webfont.ttf    |   Bin 0 -> 165548 bytes
 .../python/static/fonts/fontawesome-webfont.woff   |   Bin 0 -> 98024 bytes
 .../python/static/fonts/fontawesome-webfont.woff2  |   Bin 0 -> 77160 bytes
 docs/api/python/static/fonts/lato-bold-italic.woff |   Bin 0 -> 323344 bytes
 .../api/python/static/fonts/lato-bold-italic.woff2 |   Bin 0 -> 193308 bytes
 docs/api/python/static/fonts/lato-bold.woff        |   Bin 0 -> 309728 bytes
 docs/api/python/static/fonts/lato-bold.woff2       |   Bin 0 -> 184912 bytes
 .../python/static/fonts/lato-normal-italic.woff    |   Bin 0 -> 328412 bytes
 .../python/static/fonts/lato-normal-italic.woff2   |   Bin 0 -> 195704 bytes
 docs/api/python/static/fonts/lato-normal.woff      |   Bin 0 -> 309192 bytes
 docs/api/python/static/fonts/lato-normal.woff2     |   Bin 0 -> 182708 bytes
 docs/api/python/static/jquery-3.5.1.js             | 10872 ++++++
 docs/api/python/static/jquery.js                   |     2 +
 docs/api/python/static/js/badge_only.js            |     1 +
 .../python/static/js/html5shiv-printshiv.min.js    |     4 +
 docs/api/python/static/js/html5shiv.min.js         |     4 +
 docs/api/python/static/js/modernizr.min.js         |     4 +
 docs/api/python/static/js/theme.js                 |     1 +
 docs/api/python/static/language_data.js            |   297 +
 docs/api/python/static/minus.png                   |   Bin 0 -> 90 bytes
 docs/api/python/static/plus.png                    |   Bin 0 -> 90 bytes
 docs/api/python/static/pygments.css                |    69 +
 docs/api/python/static/searchtools.js              |   515 +
 docs/api/python/static/underscore-1.3.1.js         |   999 +
 docs/api/python/static/underscore.js               |    31 +
 docs/css/bootstrap.min.css                         |  8044 +++++
 docs/css/main.css                                  |   398 +
 docs/css/pygments-default.css                      |    76 +
 docs/img/favicon.png                               |   Bin 0 -> 461 bytes
 docs/img/systemml-logo.png                         |   Bin 0 -> 982 bytes
 docs/index.md                                      |    46 +
 docs/js/main.js                                    |   165 +
 docs/js/vendor/anchor.min.js                       |     6 +
 docs/js/vendor/bootstrap.min.js                    |     7 +
 docs/js/vendor/jquery-1.12.0.min.js                |     5 +
 {dev/docs => docs/site}/builtins-reference.md      |     4 +
 {dev/docs => docs/site}/dml-language-reference.md  |     4 +
 docs/site/install.md                               |    84 +
 bin/README.md => docs/site/run.md                  |    39 +-
 docs/updateAPI.sh                                  |    54 +
 pom.xml                                            |    12 +-
 .../apache/sysds/parser/dml/DmlBaseListener.java   |     2 +-
 .../java/org/apache/sysds/parser/dml/DmlLexer.java |     2 +-
 .../org/apache/sysds/parser/dml/DmlListener.java   |     2 +-
 .../org/apache/sysds/parser/dml/DmlParser.java     |     2 +-
 .../python/docs/source/getting_started/install.rst |     2 +-
 2979 files changed, 1040507 insertions(+), 142 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6c42fc1..89a6a00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,7 +61,8 @@ conf/systemds-env.sh
 
 # Documentation artifacts
 docs/_site
-docs/api
+# TODO Make the API auto generate and relocate into this api folder for webpage
+# docs/api
 
 # Test Artifacts
 src/test/scripts/**/*.dmlt
diff --git a/bin/README.md b/bin/README.md
index 0ef5484..370efa2 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -19,78 +19,5 @@ limitations under the License.
 
 # Scripts to run SystemDS
 
-This directory contains scripts to launch systemds.
-
-## Setting SYSTEMDS_ROOT environment variable
-
-In order to run SystemDS from your development directory and leave the
-SystemDS files untouched, the following setup could be used (example for bash):
-The settings are the same if you download a release of SystemDS.
-
-The following example works if you open an terminal at the root of the downloaded release,
-or a cloned repository. You can also change the `$(pwd)` with the full path to the folder.
-
-```bash
-export SYSTEMDS_ROOT=$(pwd)
-export PATH=$SYSTEMDS_ROOT/bin:$PATH
-```
-
-It can be beneficial to enter these into your `~/.profile` for linux,
-(but remember to change `$(pwd` to the full folder path)
-or your environment variables in windows to enable reuse between terminals and restarts.
-
-## Hello World example
-
-To quickly verify that the system is setup correctly.
-You can run a simple hello world, using the launch script.
-
-first open an terminal and go to an empty folder, then execute the following.
-
-```bash
-# Create a hello World script
-echo 'print("HelloWorld!")' > hello.dml
-# Execute hello world Script
-systemds hello.dml
-# Remove the hello.dml
-rm hello.dml
-```
-
-## Running a first example
-
-To see SystemDS in action a simple example using the `Univar-stats.dml`
-script can be executed. This example is taken from the
-[SystemML documentation](http://apache.github.io/systemml/standalone-guide).
-The relevant commands to run this example with SystemDS will be listed here.
-See their documentation for further details.  
-
-### Example preparations
-
-```bash
-# download test data
-wget -P data/ http://archive.ics.uci.edu/ml/machine-learning-databases/haberman/haberman.data
-
-# generate a metadata file for the dataset
-echo '{"rows": 306, "cols": 4, "format": "csv"}' > data/haberman.data.mtd
-
-# generate type description for the data
-echo '1,1,1,2' > data/types.csv
-echo '{"rows": 1, "cols": 4, "format": "csv"}' > data/types.csv.mtd
-```
-
-### Executing the DML script
-
-```shell script
-bin/systemds Univar-Stats.dml -nvargs X=data/haberman.data TYPES=data/types.csv STATS=data/univarOut.mtx CONSOLE_OUTPUT=TRUE
-```
-
-## Using Intel MKL native instructions
-
-To use the MKL acceleration download and install the latest MKL library from [1],
-set the environment variables with the MKL-provided script `$ compilervars.sh intel64` and set
-the option `sysds.native.blas` in `SystemDS-config.xml`.
-
-[1]: https://software.intel.com/mkl "Intel Math Kernel Library"
-
-## Further reading
-
-More documentation is available in the [docs directory of our github repository](/dev/docs/README.md)
+This directory contains scripts to launch SystemDS.
+For details look at: [RunSystemDS](/docs/site/run.md).
diff --git a/dev/docs/CodeStyle_eclipse.xml b/dev/CodeStyle_eclipse.xml
similarity index 97%
rename from dev/docs/CodeStyle_eclipse.xml
rename to dev/CodeStyle_eclipse.xml
index 8c1728b..63255cb 100644
--- a/dev/docs/CodeStyle_eclipse.xml
+++ b/dev/CodeStyle_eclipse.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <profiles version="16">
 <profile kind="CodeFormatterProfile" name="SystemDS" version="16">
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
diff --git a/dev/docs/Tasks.txt b/dev/Tasks.txt
similarity index 95%
rename from dev/docs/Tasks.txt
rename to dev/Tasks.txt
index e890c31..8c0da13 100644
--- a/dev/docs/Tasks.txt
+++ b/dev/Tasks.txt
@@ -1,3 +1,22 @@
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% end comment %}
+-->
+
 ---
 GENERAL NOTES:
  * Assign IDs for epics by default with a key range of 10
@@ -321,5 +340,8 @@ SYSTEMDS-410 Lineage Tracing, Reuse and Integration II
  * 412 Robust lineage tracing (non-recursive, parfor)                 OK
  * 413 Cache and reuse MultiReturnBuiltin instructions                OK
 
+SYSTEMDS-500 Documentation Webpage Reintroduction
+ * 501 Make Documentation webpage framework                           OK
+
 Others:
  * Break append instruction to cbind and rbind 
diff --git a/dev/docs/README.md b/dev/docs/README.md
deleted file mode 100644
index 4ab608a..0000000
--- a/dev/docs/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% end comment %}
--->
-
-# SystemDS Documentation
-
-Various forms of documentation for SystemDS are available.
-In this directory you'll find
-
-* a [DML language reference](dml-language-reference.md)
-* a description of [builtin functions (WIP)](builtins-reference.md)
-* [coding style settings](CodeStyle_eclipse.xml) for Eclipse (compatible with various other IDEs)
-  * More information inside our [CONTRIBUTING.md](/CONTRIBUTING.md)
-* an enumerated list of open and completed [tasks](Tasks.txt)
-
-## Pointers to more documentation
-
-* A [hello world example](/src/assembly/bin/README.md) (shipped with the binary distribution) to get you started on how to run SystemDS
-* An extended introductory [example](/bin/README.md)
-* Instructions on how to build the [python bindings documentation](/src/main/python/docs/README.md)
-* [Packaging](/src/main/python/BUILD_INSTRUCTIONS.md)
- the python bindings yourself
-* The generated javadoc output will be available from the [releases page](https://github.com/apache/systemml/releases)
-  
\ No newline at end of file
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 0000000..52ab586
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,23 @@
+#-------------------------------------------------------------
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#-------------------------------------------------------------
+source "https://rubygems.org"
+gem "jekyll"
+gem "rouge"
\ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..be277d7
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,91 @@
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+# Apache SystemDS Documentation
+
+The primary SystemDS documentation is written in markdown (*.md) and can be converted to HTML using
+[Jekyll](http://jekyllrb.com).
+
+The Documentation is separated into different parts by sub folders.
+
+``` py
+.
+├── _layouts
+│   ├── global.html # The Default content layout and html file.
+├── _site # If run locally a _site folder is generated containing the compiled site.
+├── _config.yml # The configuration for jekyll to construct the site.
+├── Gemfile.yml # The dependency list for the documentation
+├── index.md #  The main entry File
+├── _layouts
+│   ├── global.html
+├── css # The style files folder
+├── img # The Images folder
+├── js  # The JavaScript folder
+├── site # The different pages in the documentation
+├── api # Contains autogenerated files. Don't touch manually
+│   ├── java # The generated Java docs from source code.
+│   ├── python # The generated Python docs from source code.
+```
+
+## Ubuntu Install
+
+1. Install Ruby development environment [Jekyll on Ubuntu](https://jekyllrb.com/docs/installation/ubuntu/).
+2. Install Jekyll inside the Ruby environment.
+
+   - `gem install jekyll jekyll-redirect-from bundler pygments.rb`
+   - To do this you might need to change permissions on folders `/var/lib/gems` and `/var/lib/gems/2.5.0`.
+   - The Pygments package is optional, and does require sudo permissions.
+
+3. Install python dependencies (Optionally).
+
+   - `pip install Pygments`
+
+4. Launch the Documentation locally
+
+   - `jekyll serve -w`
+   - This is done from the root of the gh-pages branch of the system.
+   - The serving will per default be on localhost port 4000 [Link](http://localhost:4000)
+
+### Update API
+
+To update the API documentation run the `updateAPI.sh` file.
+Note that you have to install both the Java and Python -doc dependencies.
+
+## Mac Install
+
+Jekyll (and optionally Pygments) can be installed on the Mac OS in the following manner.
+
+```bash
+brew install ruby
+gem install jekyll
+gem install jekyll-redirect-from
+gem install bundler
+brew install python
+pip install Pygments
+gem install pygments.rb
+```
+
+To generate SystemDS documentation in HTML, navigate to the ```docs``` folder, the root directory of the
+documentation. From there, you can have Jekyll convert the markdown files to HTML. If you run in server mode,
+Jekyll will serve up the generated documentation by default at <http://127.0.0.1:4000>. Modifications
+to *.md files will be converted to HTML and can be viewed in a web browser.
+
+```bash
+jekyll serve -w
+```
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 0000000..d0b3095
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,42 @@
+#-------------------------------------------------------------
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#-------------------------------------------------------------
+
+highlighter: rouge
+markdown: kramdown
+
+kramdown:
+  entity_output: numeric
+
+include:
+  - img
+  - api/python/
+
+exclude:
+  - README.md
+  - updateAPI.sh
+
+# These allow the documentation to be updated with newer releases
+SYSTEMDS_VERSION: 2.0.0-SNAPSHOT
+
+# if 'analytics_on' is true, analytics section will be rendered on the HTML pages
+analytics_on: true
+analytics_provider: google_universal
+analytics_google_universal_tracking_id : UA-71553733-1
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
new file mode 100644
index 0000000..88890f4
--- /dev/null
+++ b/docs/_layouts/global.html
@@ -0,0 +1,164 @@
+<!DOCTYPE html>
+<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
+<!--[if gt IE 8]><!-->
+<html class="no-js">
+<!--<![endif]-->
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+<head>
+    <title>{{ page.title }} - SystemDS {{site.SYSTEMDS_VERSION}}</title>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta name="description" content="{{page.description | replace: 'SYSTEMDS_VERSION', site.SYSTEMDS_VERSION}}">
+    <meta name="viewport" content="width=device-width">
+    <link rel="stylesheet" href="/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="/css/pygments-default.css">
+    <link rel="shortcut icon" href="/img/favicon.png">
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
+</head>
+
+<body>
+    <header class="navbar navbar-default navbar-fixed-top" id="topbar">
+        <div class="container">
+            <div class="navbar-header">
+                <div class="navbar-brand brand projectlogo">
+                    <a href="http://systemml.apache.org/"><img class="logo" src="/img/systemml-logo.png" alt="Apache SystemDS" title="Apache SystemDS" /></a>
+                </div>
+                <div class="navbar-brand brand projecttitle">
+                    <a href="http://systemml.apache.org/">Apache SystemDS<sup id="trademark">â„¢</sup></a><br />
+                    <span class="version">{{site.SYSTEMDS_VERSION}}</span>
+                </div>
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+            </div>
+            <nav class="navbar-collapse collapse">
+                <ul class="nav navbar-nav navbar-right">
+                    <li><a href="/index">Overview</a></li>
+                    <li><a href="https://github.com/apache/systemml">GitHub</a></li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">API Docs<b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="/api/java/index">Java</a></li>
+                            <li><a href="/api/python/index">Python</a></li>
+                        </ul>
+                    </li>
+                    <li class="dropdown">
+                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Issues<b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="https://issues.apache.org/jira/browse/SYSTEMML">SystemDS JIRA</a></li>
+                        </ul>
+                    </li>
+                    <li><input id="s-bar" placeholder="Search Docs.." style="margin-top: 20px;"></input>
+                    </li>
+                </ul>
+            </nav>
+        </div>
+    </header>
+
+    <div class="container" id="content">
+        {% if page.displayTitle %}
+        <h1 class="title">{{ page.displayTitle }}</h1>
+        {% else %}
+        <h1 class="title">{{ page.title }}</h1>
+        {% endif %} {{ content }}
+    </div>
+
+    <script src="/js/vendor/jquery-1.12.0.min.js"></script>
+    <script src="/js/vendor/bootstrap.min.js"></script>
+    <script src="/js/vendor/anchor.min.js"></script>
+    <script src="/js/main.js"></script>
+
+    {% if site.analytics_on == true %} {% case site.analytics_provider %} {% when "google_universal" %}
+    <!-- Analytics -->
+    <script>
+        (function(i, s, o, g, r, a, m) {
+            i['GoogleAnalyticsObject'] = r;
+            i[r] = i[r] || function() {
+                (i[r].q = i[r].q || []).push(arguments)
+            }, i[r].l = 1 * new Date();
+            a = s.createElement(o),
+                m = s.getElementsByTagName(o)[0];
+            a.async = 1;
+            a.src = g;
+            m.parentNode.insertBefore(a, m)
+        })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
+        ga('create', '{{ site.analytics_google_universal_tracking_id }}', 'auto');
+        ga('send', 'pageview');
+    </script>
+    {% endcase %} {% endif %}
+
+    <!-- MathJax Section -->
+    <script type="text/x-mathjax-config">
+        MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "AMS" } } });
+    </script>
+    <script>
+        // Note that we load MathJax this way to work with local file (file://), HTTP and HTTPS.
+        // We could use "//cdn.mathjax...", but that won't support "file://".
+        (function(d, script) {
+            script = d.createElement('script');
+            script.type = 'text/javascript';
+            script.async = true;
+            script.onload = function() {
+                MathJax.Hub.Config({
+                    tex2jax: {
+                        inlineMath: [
+                            ["$", "$"],
+                            ["\\\\(", "\\\\)"]
+                        ],
+                        displayMath: [
+                            ["$$", "$$"],
+                            ["\\[", "\\]"]
+                        ],
+                        processEscapes: true,
+                        skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
+                    }
+                });
+            };
+            script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') +
+                'cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
+            d.getElementsByTagName('head')[0].appendChild(script);
+        }(document));
+    </script>
+    <!-- Algolia search section -->
+    <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+    <script>
+        // Crawler configuration for the search indexing is available at:
+        // https://github.com/algolia/docsearch-configs/blob/master/configs/apache_systemml.json
+
+        docsearch({
+            apiKey: '78c19564c220d4642a41197baae304ef',
+            indexName: 'apache_systemml',
+            inputSelector: "#s-bar",
+            // For custom styling for the dropdown, please set debug to true
+            // so that the dropdown won't disappear when the inspect tools are 
+            // open.
+            debug: false
+        });
+    </script>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/docs/api/java/allclasses-frame.html b/docs/api/java/allclasses-frame.html
new file mode 100644
index 0000000..0fabd24
--- /dev/null
+++ b/docs/api/java/allclasses-frame.html
@@ -0,0 +1,1284 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_252) on Thu Jun 18 13:32:50 CEST 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.0.0-SNAPSHOT API)</title>
+<meta name="date" content="2020-06-18">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sysds/runtime/compress/AbstractCompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">AbstractCompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">AggBinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.MMultMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">AggBinaryOp.MMultMethod</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.SparkAggType.html" title="enum in org.apache.sysds.hops" target="classFrame">AggBinaryOp.SparkAggType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateBinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateBinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateBinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">AggregateBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateBinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateBinaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/AggregateDropCorrectionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">AggregateDropCorrectionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateTernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateTernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateTernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateTernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateTernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateTernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateUnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.AUType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateUnaryCPInstruction.AUType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateUnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateUnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">AggregateUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateUnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction.RDDUAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUTensorAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction.RDDUTensorAggFunction2</a></li>
+<li><a href="org/apache/sysds/hops/AggUnaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">AggUnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/And.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">And</a></li>
+<li><a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops" target="classFrame">Append</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.AppendType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">AppendCPInstruction.AppendType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AppendFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.FEDAppendType.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">AppendFEDInstruction.FEDAppendType</a></li>
+<li><a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops" target="classFrame">AppendG</a></li>
+<li><a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops" target="classFrame">AppendGAlignedSP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGAlignedSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGAlignedSPInstruction.ShiftColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.MergeWithShiftedBlocks.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction.MergeWithShiftedBlocks</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.ShiftMatrix.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction.ShiftMatrix</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops" target="classFrame">AppendM</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">AppendM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops" target="classFrame">AppendR</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ArithmeticBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ArithmeticBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/AssignmentStatement.html" title="class in org.apache.sysds.parser" target="classFrame">AssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/BasicProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">BasicProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/BasicTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">BasicTensorBlock</a></li>
+<li><a href="org/apache/sysds/lops/Binary.html" title="class in org.apache.sysds.lops" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockInputFormat.html" title="class in org.apache.sysds.runtime.util" target="classFrame">BinaryBlockInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockRecordReader.html" title="class in org.apache.sysds.runtime.util" target="classFrame">BinaryBlockRecordReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockDeserializer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization.MatrixBlockDeserializer</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockSerializer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization.MatrixBlockSerializer</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/BinaryBlockToTextCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">BinaryBlockToTextCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BinaryExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryM</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.VectorType.html" title="enum in org.apache.sysds.lops" target="classFrame">BinaryM.VectorType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixBVectorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixBVectorSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryMatrixMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryMatrixScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryMatrixScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">BinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.AppendMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">BinaryOp.AppendMethod</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">BinaryOp.MMBinaryMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/BinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">BinaryOperator</a></li>
+<li><a href="org/apache/sysds/lops/BinaryScalar.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryScalar</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryScalarScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryScalarScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorBroadcastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryTensorTensorBroadcastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryTensorTensorCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryTensorTensorSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryUAggChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinUaggChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.RDDBinUaggChainFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinUaggChainSPInstruction.RDDBinUaggChainFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">BitmapEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwAnd.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwAnd</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwOr.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwOr</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftL.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwShiftL</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftR.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwShiftR</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwXor.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwXor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BlockPartitioner.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">BlockPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BooleanExpression</a></li>
+<li><a href="org/apache/sysds/parser/BooleanIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">BooleanIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BooleanObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BooleanObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BroadcastObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">BroadcastObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Builtin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.BuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">Builtin.BuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">BuiltinBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinConstant.html" title="enum in org.apache.sysds.parser" target="classFrame">BuiltinConstant</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinFunctionExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BuiltinNarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.PadBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BuiltinNarySPInstruction.PadBlocksFunction</a></li>
+<li><a href="org/apache/sysds/common/Builtins.html" title="enum in org.apache.sysds.common" target="classFrame">Builtins</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">BuiltinUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/ByteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">ByteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/util/ByteBufferDataInput.html" title="class in org.apache.sysds.runtime.util" target="classFrame">ByteBufferDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/ByteClassLoader.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">ByteClassLoader</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheableData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.CacheStatus.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheableData.CacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlock.html" title="interface in org.apache.sysds.runtime.controlprogram.caching" target="classFrame"><span class="interfaceName">CacheBlock</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlockFactory.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataInput.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataOutput.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheDataOutput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/CachedReuseVariables.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">CachedReuseVariables</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheStatistics.Stat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/Cell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">Cell</a></li>
+<li><a href="org/apache/sysds/lops/CentralMoment.html" title="class in org.apache.sysds.lops" target="classFrame">CentralMoment</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CentralMomentCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CentralMomentCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CentralMomentSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CentralMomentSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops" target="classFrame">Checkpoint</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CheckpointSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CheckpointSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CM.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">CM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CM_COV_Object.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CM_COV_Object</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">CM_N_COVCell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">CMOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.AggregateOperationTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators" target="classFrame">CMOperator.AggregateOperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNode.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNode</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeBinary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.BinType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeBinary.BinType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeCell.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeData.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeData</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeNary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeNary.NaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeRow.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTernary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTernary.TernaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTpl.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTpl</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeUnary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeUnary.UnaryType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/CodegenUtils.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">CodegenUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroup.ColGroupType.html" title="enum in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroup.ColGroupType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConverter.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupConverter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupDDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC1.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupDDC1</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC2.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupDDC2</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupIO.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupIO</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupOffset</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOLE.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupOLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupRLE.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupRLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSizes.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSizes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupUncompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupValue.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupValue</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/ColumnGroupIterator.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">ColumnGroupIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/ColumnGroupPartitioner.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">ColumnGroupPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/ColumnGroupPartitionerBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">ColumnGroupPartitionerBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/ColumnGroupPartitionerStatic.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">ColumnGroupPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/runtime/util/CommonThreadPool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">CommonThreadPool</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.html" title="class in org.apache.sysds.conf" target="classFrame">CompilerConfig</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.ConfigType.html" title="enum in org.apache.sysds.conf" target="classFrame">CompilerConfig.ConfigType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressedMatrixBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimationFactors</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorExact.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorExact</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorSample.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfoColGroup.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeInfoColGroup</a></li>
+<li><a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops" target="classFrame">Compression</a></li>
+<li><a href="org/apache/sysds/lops/Compression.CompressConfig.html" title="enum in org.apache.sysds.lops" target="classFrame">Compression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionSettings</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettingsBuilder.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionSettingsBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.CompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionStatistics.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ComputationCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ComputationCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ComputationFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ComputationFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ComputationSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ComputationSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ComputeBinaryBlockNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ComputeBinaryBlockNnzFunction</a></li>
+<li><a href="org/apache/sysds/parser/ConditionalPredicate.html" title="class in org.apache.sysds.parser" target="classFrame">ConditionalPredicate</a></li>
+<li><a href="org/apache/sysds/api/ConfigurableAPI.html" title="interface in org.apache.sysds.api" target="classFrame"><span class="interfaceName">ConfigurableAPI</span></a></li>
+<li><a href="org/apache/sysds/conf/ConfigurationManager.html" title="class in org.apache.sysds.conf" target="classFrame">ConfigurationManager</a></li>
+<li><a href="org/apache/sysds/api/jmlc/Connection.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">Connection</a></li>
+<li><a href="org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">ConstIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Converter.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">Converter</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertFrameBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertFrameBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertMatrixBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertMatrixBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertStringToLongTextPair.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertStringToLongTextPair</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyBinaryCellFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyBinaryCellFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyFrameBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyFrameBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyMatrixBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyMatrixBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTensorBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTensorBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTextInputFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTextInputFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/CorrMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">CorrMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimationWrapper</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.CostType.html" title="enum in org.apache.sysds.hops.cost" target="classFrame">CostEstimationWrapper.CostType</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimator.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.DataFormat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.DataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.ExcludeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.ExcludeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.TestMeasure.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.TestMeasure</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorHops.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimatorHops</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimatorRuntime</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimatorStaticRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">CountDistinctOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.CountDistinctTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators" target="classFrame">CountDistinctOperator.CountDistinctTypes</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/COV.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">COV</a></li>
+<li><a href="org/apache/sysds/lops/CoVariance.html" title="class in org.apache.sysds.lops" target="classFrame">CoVariance</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CovarianceCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CovarianceCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CovarianceSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CovarianceSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/COVOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">COVOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.CPType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPInstruction.CPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/CPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">CPInstructionParser</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanCSERewriter.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanCSERewriter</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntry.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable.MemoTableEntry</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntrySet.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable.MemoTableEntrySet</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanOpRewriter.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanOpRewriter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CpmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CpmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPOperand.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPOperand</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CreateSparseBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CreateSparseBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CSRPointer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">CSRPointer</a></li>
+<li><a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops" target="classFrame">CSVReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CSVReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CSVReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.html" title="class in org.apache.sysds.lops" target="classFrame">Ctable</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CTable.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">CTable</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">Ctable.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CtableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CtableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CTableMap.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">CTableMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature1.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature1</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature3.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature3</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CudaMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">CudaMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CudaSupportFunctions.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">CudaSupportFunctions</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeAggregateSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CumulativeAggregateSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops" target="classFrame">CumulativeOffsetBinary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeOffsetSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CumulativeOffsetSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativePartialAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">CumulativePartialAggregate</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.html" title="class in org.apache.sysds.parser.dml" target="classFrame">CustomErrorListener</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.ParseIssueType.html" title="enum in org.apache.sysds.parser.dml" target="classFrame">CustomErrorListener.ParseIssueType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">CustomHashMap</a></li>
+<li><a href="org/apache/sysds/lops/compile/Dag.html" title="class in org.apache.sysds.lops.compile" target="classFrame">Dag</a></li>
+<li><a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops" target="classFrame">Data</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/Data.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">Data</a></li>
+<li><a href="org/apache/sysds/utils/DataAugmentation.html" title="class in org.apache.sysds.utils" target="classFrame">DataAugmentation</a></li>
+<li><a href="org/apache/sysds/runtime/meta/DataCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">DataCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/util/DataConverter.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DataConverter</a></li>
+<li><a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser" target="classFrame">DataExpression</a></li>
+<li><a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops" target="classFrame">DataGen</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DataGenCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops" target="classFrame">DataGenOp</a></li>
+<li><a href="org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">DataIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/DataOp.html" title="class in org.apache.sysds.hops" target="classFrame">DataOp</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerLocal.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerLocal</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkReducer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSparkReducer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkAggregator.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionerSparkAggregator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionerSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/DatasetObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">DatasetObject</a></li>
+<li><a href="org/apache/sysds/runtime/data/DataTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DataTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArray.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArray</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArrayIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DCLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DCSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/Decoder.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">Decoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderComposite.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderDummycode.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderRecode.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderRecode</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.Type.html" title="enum in org.apache.sysds.runtime.data" target="classFrame">DenseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockBool.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockDRB.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFactory.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLBool.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLDRB.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLString.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLString</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockString.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockString</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/DenseRowIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">DenseRowIterator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/DiagIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">DiagIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/DictionaryShared.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">DictionaryShared</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/DistinctPaths.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">DistinctPaths</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Divide.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Divide</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlBaseListener.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlBaseListener</a></li>
+<li><a href="org/apache/sysds/runtime/DMLCompressionException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf" target="classFrame">DMLConfig</a></li>
+<li><a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api" target="classFrame">DMLException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlLexer</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlListener.html" title="interface in org.apache.sysds.parser.dml" target="classFrame"><span class="interfaceName">DmlListener</span></a></li>
+<li><a href="org/apache/sysds/api/DMLOptions.html" title="class in org.apache.sysds.api" target="classFrame">DMLOptions</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AccumulatorAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AccumulatorAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AddSubExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AddSubExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AtomicExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AtomicExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanAndExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanAndExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanNotExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanNotExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanOrExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanOrExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BuiltinFunctionExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BuiltinFunctionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlineParamExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.CommandlineParamExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlinePositionExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.CommandlinePositionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstDoubleIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstDoubleIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstFalseExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstFalseExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstIntIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstIntIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstStringIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstStringIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstTrueExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstTrueExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdentifierContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataIdentifierContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataTypeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ExternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ForStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionCallAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallMultiAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionCallMultiAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfdefAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IfdefAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IfStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ImportStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ImportStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IndexedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IndexedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.InternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.InternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateColonExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateColonExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateSeqExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateSeqExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixDataTypeCheckContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MatrixDataTypeCheckContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixMulExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MatrixMulExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.Ml_typeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.Ml_typeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ModIntDivExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ModIntDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultDivExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MultDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultiIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MultiIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParForStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ParForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PathStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.PathStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PowerExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.PowerExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ProgramrootContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ProgramrootContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.RelationalExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.RelationalExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.SimpleDataIdentifierExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.SimpleDataIdentifierExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StrictParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedKeyValueStringContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StrictParameterizedKeyValueStringContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgAssignContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.TypedArgAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.TypedArgNoAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.UnaryExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.UnaryExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ValueTypeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ValueTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.WhileStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.WhileStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DMLParserWrapper.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DMLParserWrapper</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlPreprocessor.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlPreprocessor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/DMLPrivacyException.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">DMLPrivacyException</a></li>
+<li><a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser" target="classFrame">DMLProgram</a></li>
+<li><a href="org/apache/sysds/runtime/DMLRuntimeException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLRuntimeException</a></li>
+<li><a href="org/apache/sysds/api/DMLScript.html" title="class in org.apache.sysds.api" target="classFrame">DMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/DMLScriptException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLScriptException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlSyntacticValidator</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.ConvertedDMLSyntax.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlSyntacticValidator.ConvertedDMLSyntax</a></li>
+<li><a href="org/apache/sysds/parser/DMLTranslator.html" title="class in org.apache.sysds.parser" target="classFrame">DMLTranslator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DnnCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DnnCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/DnnGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">DnnGPUInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DnnOp.html" title="class in org.apache.sysds.hops" target="classFrame">DnnOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DnnParameters.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">DnnParameters</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DnnSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DnnSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/DnnTransform.html" title="class in org.apache.sysds.lops" target="classFrame">DnnTransform</a></li>
+<li><a href="org/apache/sysds/runtime/util/DnnUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DnnUtils</a></li>
+<li><a href="org/apache/sysds/parser/DoubleIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">DoubleIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DoubleIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DoubleObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DoubleObject</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DoublePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">DoublePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">Encoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFactory.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderMVImpute</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.MVMethod.html" title="enum in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderMVImpute.MVMethod</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderOmit.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderOmit</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderRecode</a></li>
+<li><a href="org/apache/sysds/utils/EnvironmentHelper.html" title="class in org.apache.sysds.utils" target="classFrame">EnvironmentHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Equals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Equals</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimationUtils.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimationUtils</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicAvg.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBasicAvg</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicWorst.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBasicWorst</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix1</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix2</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorDensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.DensityMap.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorDensityMap.DensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorLayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.LayeredGraph.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorLayeredGraph.LayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorMatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.MatrixHistogram.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorMatrixHistogram.MatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSample.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorSample</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSampleRa.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorSampleRa</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">EvalNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ExecutionConfig.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">ExecutionConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">ExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContextFactory.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">ExecutionContextFactory</a></li>
+<li><a href="org/apache/sysds/utils/Explain.html" title="class in org.apache.sysds.utils" target="classFrame">Explain</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainCounts.html" title="class in org.apache.sysds.utils" target="classFrame">Explain.ExplainCounts</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainType.html" title="enum in org.apache.sysds.utils" target="classFrame">Explain.ExplainType</a></li>
+<li><a href="org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser" target="classFrame">Expression</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.BinaryOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.BooleanOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.DataOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.FunctCallOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.RelationalOp</a></li>
+<li><a href="org/apache/sysds/parser/dml/ExpressionInfo.html" title="class in org.apache.sysds.parser.dml" target="classFrame">ExpressionInfo</a></li>
+<li><a href="org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser" target="classFrame">ExpressionList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractBlockForBinaryReblock.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractBlockForBinaryReblock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup.ExtractGroupBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupJoin.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup.ExtractGroupJoin</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroupNWeights.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroupNWeights</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataInputStream.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastBufferedDataInputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataOutputStream.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastBufferedDataOutputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/lops/Federated.html" title="class in org.apache.sysds.lops" target="classFrame">Federated</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedData.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRange.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.FedMethod.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest.FedMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorker.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorkerHandler</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FEDType.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction.FEDType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/FEDInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">FEDInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatProperties.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatProperties</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMField.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMField</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMFormat</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMSymmetry</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FileFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">FileFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterDiagMatrixBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterDiagMatrixBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterNonEmptyBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterNonEmptyBlocksFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ForProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/ForStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ForStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">ForStatementBlock</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Frame.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Frame</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FrameAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.ColumnMetadata.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock.ColumnMetadata</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameFormat.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">FrameFormat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FrameIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameMetadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">FrameMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/FrameObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">FrameObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableTextToLongTextFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableTextToLongTextFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableToSerFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableToSerFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONL.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONLParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/FrameReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">FrameReblockBuffer</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameSchema.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">FrameSchema</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONL.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONLParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/FrequencyCount.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">FrequencyCount</a></li>
+<li><a href="org/apache/sysds/lops/FunctionCallCP.html" title="class in org.apache.sysds.lops" target="classFrame">FunctionCallCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FunctionCallCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FunctionCallCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallGraph.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">FunctionCallGraph</a></li>
+<li><a href="org/apache/sysds/parser/FunctionCallIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionCallIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">FunctionCallSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FunctionObject.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">FunctionObject</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops" target="classFrame">FunctionOp</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.FunctionType.html" title="enum in org.apache.sysds.hops" target="classFrame">FunctionOp.FunctionType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/FunctionProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">FunctionProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatement.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionStatement</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/GetMIMBFromRow.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">GetMIMBFromRow</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContext.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUContext</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContextPool.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUContextPool</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">GPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html" title="enum in org.apache.sysds.runtime.instructions.gpu" target="classFrame">GPUInstruction.GPUINSTRUCTION_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/GPUInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">GPUInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPULazyCudaFreeMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPULazyCudaFreeMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMatrixMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMatrixMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryAllocator.html" title="interface in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame"><span class="interfaceName">GPUMemoryAllocator</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.EvictionPolicyBasedComparator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryManager.EvictionPolicyBasedComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUObject.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUObject</a></li>
+<li><a href="org/apache/sysds/utils/GPUStatistics.html" title="class in org.apache.sysds.utils" target="classFrame">GPUStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThan.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">GreaterThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">GreaterThanEquals</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">GroupedAggregate</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops" target="classFrame">GroupedAggregateM</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">GroupedAggregateM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/GuaranteedErrorEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">GuaranteedErrorEstimator</a></li>
+<li><a href="org/apache/sysds/utils/Hash.html" title="class in org.apache.sysds.utils" target="classFrame">Hash</a></li>
+<li><a href="org/apache/sysds/utils/Hash.HashType.html" title="enum in org.apache.sysds.utils" target="classFrame">Hash.HashType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">HassAndStokes</a></li>
+<li><a href="org/apache/sysds/runtime/util/HDFSTool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">HDFSTool</a></li>
+<li><a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops" target="classFrame">Hop</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopDagValidator.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopDagValidator</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteRule.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopRewriteRule</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteUtils.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopRewriteUtils</a></li>
+<li><a href="org/apache/sysds/hops/HopsException.html" title="class in org.apache.sysds.hops" target="classFrame">HopsException</a></li>
+<li><a href="org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser" target="classFrame">Identifier</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDHandler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">IDHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDSequence.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">IDSequence</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IfElse.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IfElse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/IfProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">IfProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/IfStatement.html" title="class in org.apache.sysds.parser" target="classFrame">IfStatement</a></li>
+<li><a href="org/apache/sysds/parser/IfStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">IfStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/IJV.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">IJV</a></li>
+<li><a href="org/apache/sysds/parser/ImportStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ImportStatement</a></li>
+<li><a href="org/apache/sysds/parser/IndexedIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">IndexedIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/IndexedMatrixValue.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">IndexedMatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/data/IndexedTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">IndexedTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IndexFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IndexFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">IndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/IndexingOp.html" title="class in org.apache.sysds.hops" target="classFrame">IndexingOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/IndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">IndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/IndexRange.html" title="class in org.apache.sysds.runtime.util" target="classFrame">IndexRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/InfrastructureAnalyzer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">InfrastructureAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/InitFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">InitFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/io/InputOutputInfo.html" title="class in org.apache.sysds.runtime.io" target="classFrame">InputOutputInfo</a></li>
+<li><a href="org/apache/sysds/runtime/util/InputStreamInputFormat.html" title="class in org.apache.sysds.runtime.util" target="classFrame">InputStreamInputFormat</a></li>
+<li><a href="org/apache/sysds/utils/InstallDependencyForIntegrationTests.html" title="class in org.apache.sysds.utils" target="classFrame">InstallDependencyForIntegrationTests</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">Instruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.IType.html" title="enum in org.apache.sysds.runtime.instructions" target="classFrame">Instruction.IType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">InstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionUtils.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">InstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntArrayList.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">IntArrayList</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IntegerDivide.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IntegerDivide</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">InterestingPoint</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.DecisionType.html" title="enum in org.apache.sysds.hops.codegen.opt" target="classFrame">InterestingPoint.DecisionType</a></li>
+<li><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">InterProceduralAnalysis</a></li>
+<li><a href="org/apache/sysds/parser/IntIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">IntIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IntObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">IntObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.html" title="class in org.apache.sysds.runtime.io" target="classFrame">IOUtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.CountRowsTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">IOUtilFunctions.CountRowsTask</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPass.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPass</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassApplyStaticAndDynamicHopRewrites</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassEliminateDeadCode</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassFlagFunctionsRecompileOnce</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassFlagNonDeterminism</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassForwardFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassInlineFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassPropagateReplaceLiterals</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveConstantBinaryOps</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveUnnecessaryCheckpoints</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveUnusedFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInList.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsBlockInList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsBlockInRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsFrameBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsFrameBlockInRange</a></li>
+<li><a href="org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser" target="classFrame">IterablePredicate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/JCudaKernels.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">JCudaKernels</a></li>
+<li><a href="org/apache/sysds/api/jmlc/JMLCUtils.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">JMLCUtils</a></li>
+<li><a href="org/apache/sysds/utils/JSONHelper.html" title="class in org.apache.sysds.utils" target="classFrame">JSONHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/KahanObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">KahanObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanPlus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlusSq.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanPlusSq</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.html" title="class in org.apache.sysds.parser" target="classFrame">LanguageException</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser" target="classFrame">LanguageException.LanguageErrorCodes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LazyIterableIterator.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">LazyIterableIterator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">LazyWriteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.RPolicy.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">LazyWriteBuffer.RPolicy</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops" target="classFrame">LeftIndex</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">LeftIndex.LixCacheType</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.html" title="class in org.apache.sysds.hops" target="classFrame">LeftIndexingOp</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.LeftIndexingMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">LeftIndexingOp.LeftIndexingMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">LeftScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThan.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">LessThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">LessThanEquals</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibCommonsMath.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibCommonsMath</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/LibFederatedAgg.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">LibFederatedAgg</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/LibFederatedAppend.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">LibFederatedAppend</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixBincell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.BinaryAccessType.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixBincell.BinaryAccessType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCountDistinct</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCUDA</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNConvolutionAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNInputRowFetcher</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNPoolingDescriptors.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNPoolingDescriptors</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNRnnAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuMatMult.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuMatMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDatagen.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDatagen</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNN.PoolingType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNConv2d.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNConv2d</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNHelper</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.CellIndex3.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNHelper.CellIndex3</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNIm2Col</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNPooling.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNPooling</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRelu</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRelu.ReluBackward</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRotate180</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">LibMatrixDNNRotate180.Rotate180Worker</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixMult.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixNative.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixNative</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixOuterAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixReorg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixReorg</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/LibSpoofPrimitives.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">LibSpoofPrimitives</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorAgg.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorAgg</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorBincell.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorBincell</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorReorg.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorReorg</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/Lineage.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">Lineage</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCache.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCache</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCachePolicy.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.LineageCachePolicy</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCacheStatus.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.LineageCacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.ReuseCacheType.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.ReuseCacheType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEntry.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheEntry</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEviction.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheStatistics.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCodegenItem.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCodegenItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupBlock.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDedupBlock</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDedupUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.LineageItemType.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageItem.LineageItemType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItemUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageItemUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageMap.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LineageObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">LineageObject</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageParser.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageParser</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineagePath.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineagePath</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRewriteReuse.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageRewriteReuse</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTokenizer.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTraceable.html" title="interface in org.apache.sysds.runtime.lineage" target="classFrame"><span class="interfaceName">LineageTraceable</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/LinearAlgebraUtils.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">LinearAlgebraUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListAppendRemoveCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListAppendRemoveCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListObject</a></li>
+<li><a href="org/apache/sysds/hops/LiteralOp.html" title="class in org.apache.sysds.hops" target="classFrame">LiteralOp</a></li>
+<li><a href="org/apache/sysds/hops/recompile/LiteralReplacement.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">LiteralReplacement</a></li>
+<li><a href="org/apache/sysds/parser/LiveVariableAnalysis.html" title="class in org.apache.sysds.parser" target="classFrame">LiveVariableAnalysis</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/LocalDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">LocalDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/util/LocalFileUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LocalFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">LocalParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">LocalParWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">LocalPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalTaskQueue.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">LocalTaskQueue</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/LocalVariableMap.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">LocalVariableMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.ADoubleEntry.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap.ADoubleEntry</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.EntryType.html" title="enum in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap.EntryType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops" target="classFrame">Lop</a></li>
+<li><a href="org/apache/sysds/lops/Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.SimpleInstType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.Type.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.Type</a></li>
+<li><a href="org/apache/sysds/lops/Lop.VisitStatus.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.VisitStatus</a></li>
+<li><a href="org/apache/sysds/lops/compile/LopComparator.html" title="class in org.apache.sysds.lops.compile" target="classFrame">LopComparator</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.html" title="class in org.apache.sysds.lops" target="classFrame">LopProperties</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.ExecType.html" title="enum in org.apache.sysds.lops" target="classFrame">LopProperties.ExecType</a></li>
+<li><a href="org/apache/sysds/lops/LopsException.html" title="class in org.apache.sysds.lops" target="classFrame">LopsException</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapInputSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MapInputSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapJoinSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MapJoinSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MapmmChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops" target="classFrame">MapMult</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">MapMult.CacheType</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops" target="classFrame">MapMultChain</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops" target="classFrame">MapMultChain.ChainType</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/MarkForLineageReuse.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">MarkForLineageReuse</a></li>
+<li><a href="org/apache/sysds/lops/MatMultCP.html" title="class in org.apache.sysds.lops" target="classFrame">MatMultCP</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Matrix.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Matrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixAppendGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixAppendGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.SparsityEstimate.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixBlock.SparsityEstimate</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataInput.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">MatrixBlockDataInput</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataOutput.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">MatrixBlockDataOutput</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MatrixCharacteristics</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixFormat.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MatrixFormat</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixIndexes.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cpfile/MatrixIndexingCPFileInstruction.html" title="class in org.apache.sysds.runtime.instructions.cpfile" target="classFrame">MatrixIndexingCPFileInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixIndexingGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixIndexingGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixAxpyGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixAxpyGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixMatrixBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixMatrixBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixMetadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MatrixMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">MatrixObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.UpdateType.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">MatrixObject.UpdateType</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixReshapeGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixReshapeGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixReshapeSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixReshapeSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixScalarUnaryFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixScalarUnaryFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.CellIndex.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixValue.CellIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixVectorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixVectorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Mean.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Mean</a></li>
+<li><a href="org/apache/sysds/utils/MemoryEstimates.html" title="class in org.apache.sysds.utils" target="classFrame">MemoryEstimates</a></li>
+<li><a href="org/apache/sysds/hops/MemoTable.html" title="class in org.apache.sysds.hops" target="classFrame">MemoTable</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Metadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Metadata</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaData.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaData</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataFormat.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Minus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus1Multiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Minus1Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">MinusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusNz.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">MinusNz</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContext</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExecutionType.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MLContext.ExecutionType</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExplainLevel.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MLContext.ExplainLevel</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextConversionUtil.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextConversionUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextException.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextException</a></li>
+<li><a href="org/apache/sysds/utils/MLContextProxy.html" title="class in org.apache.sysds.utils" target="classFrame">MLContextProxy</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLResults.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLResults</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MMChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMCJ</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops" target="classFrame">MMCJ.MMCJType</a></li>
+<li><a href="org/apache/sysds/hops/estim/MMNode.html" title="class in org.apache.sysds.hops.estim" target="classFrame">MMNode</a></li>
+<li><a href="org/apache/sysds/lops/MMRJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMRJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMTSJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops" target="classFrame">MMTSJ.MMTSJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMTSJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MMTSJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MMTSJGPUInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMZip.html" title="class in org.apache.sysds.lops" target="classFrame">MMZip</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Modulus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Modulus</a></li>
+<li><a href="org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser" target="classFrame">MultiAssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply2.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Multiply2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MultiReturnBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MultiReturnParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction</a></li>
+<li><a href="org/apache/sysds/hops/MultiThreadedHop.html" title="class in org.apache.sysds.hops" target="classFrame">MultiThreadedHop</a></li>
+<li><a href="org/apache/sysds/lops/Nary.html" title="class in org.apache.sysds.lops" target="classFrame">Nary</a></li>
+<li><a href="org/apache/sysds/hops/NaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">NaryOp</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.html" title="class in org.apache.sysds.utils" target="classFrame">NativeHelper</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.NativeBlasState.html" title="enum in org.apache.sysds.utils" target="classFrame">NativeHelper.NativeBlasState</a></li>
+<li><a href="org/apache/sysds/runtime/util/NormalPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">NormalPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Not.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Not</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/NotEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">NotEquals</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/OffsetColumnIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">OffsetColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/OperationsOnMatrixValues.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">OperationsOnMatrixValues</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/Operator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">Operator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizationWrapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizationWrapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.CostModelType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer.CostModelType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.PlanInputType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer.PlanInputType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerConstrained.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerConstrained</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerHeuristic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerHeuristic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerRuleBased.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerRuleBased</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops" target="classFrame">OptimizerUtils</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.OptimizationLevel.html" title="enum in org.apache.sysds.hops" target="classFrame">OptimizerUtils.OptimizationLevel</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ExecType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.ExecType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.NodeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.NodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ParamType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.ParamType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNodeStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNodeStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTree.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTree</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreeConverter.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreeConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanChecker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanChecker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMapping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMapping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingAbstract.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMappingAbstract</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMappingRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Or.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Or</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ORLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ORSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/OuterVectorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">OuterVectorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/lops/OutputParameters.html" title="class in org.apache.sysds.lops" target="classFrame">OutputParameters</a></li>
+<li><a href="org/apache/sysds/parser/OutputStatement.html" title="class in org.apache.sysds.parser" target="classFrame">OutputStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/PageCache.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">PageCache</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Pair.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">Pair</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableBlock.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">PairWritableBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableCell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">PairWritableCell</a></li>
+<li><a href="org/apache/sysds/utils/ParameterBuilder.html" title="class in org.apache.sysds.utils" target="classFrame">ParameterBuilder</a></li>
+<li><a href="org/apache/sysds/parser/ParameterExpression.html" title="class in org.apache.sysds.parser" target="classFrame">ParameterExpression</a></li>
+<li><a href="org/apache/sysds/lops/ParameterizedBuiltin.html" title="class in org.apache.sysds.lops" target="classFrame">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ParameterizedBuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin.ParameterizedBuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ProbabilityDistributionCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin.ProbabilityDistributionCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser" target="classFrame">ParameterizedBuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/hops/ParameterizedBuiltinOp.html" title="class in org.apache.sysds.hops" target="classFrame">ParameterizedBuiltinOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.CreateMatrixCell.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.CreateMatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ParamservBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">ParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamservUtils.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">ParamservUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParForBody.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ParForBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PartitionFormat.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitionFormat.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PDataPartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PExecMode.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PExecMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.POptMode.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.POptMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PResultMerge.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PTaskPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PTaskPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatementBlock</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.ResultVar.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatementBlock.ResultVar</a></li>
+<li><a href="org/apache/sysds/parser/ParseException.html" title="class in org.apache.sysds.parser" target="classFrame">ParseException</a></li>
+<li><a href="org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser" target="classFrame"><span class="interfaceName">ParseInfo</span></a></li>
+<li><a href="org/apache/sysds/parser/ParserFactory.html" title="class in org.apache.sysds.parser" target="classFrame">ParserFactory</a></li>
+<li><a href="org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser" target="classFrame">ParserWrapper</a></li>
+<li><a href="org/apache/sysds/lops/PartialAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">PartialAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">PartitionedBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">PartitionedBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ParWorker</a></li>
+<li><a href="org/apache/sysds/parser/PathStatement.html" title="class in org.apache.sysds.parser" target="classFrame">PathStatement</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInCombiner.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">PerformGroupByAggInCombiner</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInReducer.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">PerformGroupByAggInReducer</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops" target="classFrame">PickByCount</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">PickByCount.OperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.GroupableColInfo.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCoder.GroupableColInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCoder.PartitionerType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCodingGroup.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCodingGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCodingGroup.ColIndexes.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCodingGroup.ColIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningMemoTable.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanPartition.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanPartition</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.BasicPlanComparator.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection.BasicPlanComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.TypedPlanComparator.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection.TypedPlanComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMark.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection.VisitMark</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection.VisitMarkCost</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseAll</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseCostBased</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseCostBasedV2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseNoRedundancy.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseNoRedundancy</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Plus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Plus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/PlusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">PlusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PMapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">PMapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops" target="classFrame">PMapMult</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops" target="classFrame">PMMJ</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">PMMJ.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PMMJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">PMMJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">PmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/PoissonPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PoissonPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Power</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power2.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Power2</a></li>
+<li><a href="org/apache/sysds/api/jmlc/PreparedScript.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">PreparedScript</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser" target="classFrame">PrintStatement</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.PRINTTYPE.html" title="enum in org.apache.sysds.parser" target="classFrame">PrintStatement.PRINTTYPE</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyConstraint</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.PrivacyLevel.html" title="enum in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyConstraint.PrivacyLevel</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyMonitor.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyMonitor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/util/PRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/Program.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">Program</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/util/ProgramConverter.html" title="class in org.apache.sysds.runtime.util" target="classFrame">ProgramConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/ProgramRecompiler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">ProgramRecompiler</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriter.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">ProgramRewriter</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">ProgramRewriteStatus</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ProjectInfo.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ProjectInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcCall.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcCall</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcFactory.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcHandler.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcObject.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/PSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">PSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/util/Py4jConverterUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">Py4jConverterUtils</a></li>
+<li><a href="org/apache/sysds/api/PythonDMLScript.html" title="class in org.apache.sysds.api" target="classFrame">PythonDMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantilePickCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuantilePickCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantilePickSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuantilePickSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantileSortCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuantileSortCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantileSortSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuantileSortSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuaternaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuaternaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/QuaternaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">QuaternaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/QuaternaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">QuaternaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuaternarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuaternarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/RandNPair.html" title="class in org.apache.sysds.runtime.util" target="classFrame">RandNPair</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">RandomMatrixGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RandSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">RandSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.BinaryCellToBinaryBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils.BinaryCellToBinaryBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.DataFrameExtractIDFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils.DataFrameExtractIDFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.AddRowID.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt.AddRowID</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html" title="enum in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt.RDDConverterTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RDDObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">RDDObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils.IndexComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator2.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils.IndexComparator2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">ReachabilityGraph</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.SubProblem.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">ReachabilityGraph.SubProblem</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelectionDense.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">ReaderColumnSelectionDense</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelectionDenseSample.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">ReaderColumnSelectionDenseSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.CellBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CountNnzTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.CountNnzTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.ReadTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.ReadTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReadProperties.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReadProperties</a></li>
+<li><a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops" target="classFrame">ReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/ReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">ReblockBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReblockTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReblockTensorFunction</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">Recompiler</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.ResetType.html" title="enum in org.apache.sysds.hops.recompile" target="classFrame">Recompiler.ResetType</a></li>
+<li><a href="org/apache/sysds/hops/recompile/RecompileStatus.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">RecompileStatus</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/RecomputeNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">RecomputeNnzFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceAll.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceAll</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceCol.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceCol</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceDiag.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceDiag</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceRow.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceRow</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReIndexOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ReIndexOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/RelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">RelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser" target="classFrame">RelationalExpression</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteDPParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteDPParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForJobReturn.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForJobReturn</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ReorgCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ReorgGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ReorgGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReorgMapFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReorgMapFunction</a></li>
+<li><a href="org/apache/sysds/hops/ReorgOp.html" title="class in org.apache.sysds.hops" target="classFrame">ReorgOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReorgOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ReorgOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReorgSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ReorgSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateTensorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateVectorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateVectorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReshapeCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ReshapeCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMerge.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalAutomatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalAutomatic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalFile.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalFile</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteGrouping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteGrouping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSorting.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSorting</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSparkWCompare</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeTaggedMatrixIndexes</a></li>
+<li><a href="org/apache/sysds/api/jmlc/ResultVariables.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">ResultVariables</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/RevIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">RevIndex</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationDynamic.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteAlgebraicSimplificationDynamic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationStatic.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteAlgebraicSimplificationStatic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteBlockSizeAndReblock.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteBlockSizeAndReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCommonSubexpressionElimination</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.LiteralKey.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCommonSubexpressionElimination.LiteralKey</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCompressedReblock.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCompressedReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteConstantFolding.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteConstantFolding</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteElementwiseMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteElementwiseMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteForLoopVectorization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteForLoopVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteGPUSpecificOps</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteHoistLoopInvariantOperations.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteHoistLoopInvariantOperations</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteIndexingVectorization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteIndexingVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkLoopCheckpointing.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteInjectSparkLoopCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkPReadCheckpointing.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteInjectSparkPReadCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMarkLoopVariablesUpdateInPlace</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMatrixMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimizationSparse.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMatrixMultChainOptimizationSparse</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMergeBlockSequence.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMergeBlockSequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveDanglingParentReferences.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveDanglingParentReferences</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveEmptyBasicBlocks</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemovePersistentReadWrite.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemovePersistentReadWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveReadAfterWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryBranches.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveUnnecessaryBranches</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveUnnecessaryCasts</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagDataDependentOperators.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteSplitDagDataDependentOperators</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteSplitDagUnknownCSVRead</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteTransientWriteParentHandling.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteTransientWriteParentHandling</a></li>
+<li><a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops" target="classFrame">RightIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/RightScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">RightScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">RmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RowMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">RowMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObjectFactory.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarObjectFactory</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ScalarOperator</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Script.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Script</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptExecutor.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ScriptExecutor</a></li>
+<li><a href="org/apache/sysds/api/ScriptExecutorUtils.html" title="class in org.apache.sysds.api" target="classFrame">ScriptExecutorUtils</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptFactory.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ScriptFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerLongWritable.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">SerLongWritable</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerText.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">SerText</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ShadowBuffer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">ShadowBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">ShlosserEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">ShlosserJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/SimpleOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">SimpleOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/SinglePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">SinglePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SmoothedJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SmoothedJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SortIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">SortIndex</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops" target="classFrame">SortKeys</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">SortKeys.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/util/SortUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">SortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SparkDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">SparkDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">SparkExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.SparkClusterConfig.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">SparkExecutionContext.SparkClusterConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSBody.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSProxy.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSProxy</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/SparkUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">SparkUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.Type.html" title="enum in org.apache.sysds.runtime.data" target="classFrame">SparseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCOO.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockCOO</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCSR.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockFactory.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockMCSR.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockMCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRow.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/SparseRowIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">SparseRowIterator</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowScalar.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRowScalar</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowVector.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRowVector</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim" target="classFrame">SparsityEstimator</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.OpCode.html" title="enum in org.apache.sysds.hops.estim" target="classFrame">SparsityEstimator.OpCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.SPType.html" title="enum in org.apache.sysds.runtime.instructions.spark" target="classFrame">SPInstruction.SPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/SPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">SPInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise.AggOp</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.CellType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise.CellType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.CompilerType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.CompilerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.IntegrationType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.IntegrationType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.PlanCachePolicy</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanSelector.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.PlanSelector</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.RegisterAlloc</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SpoofCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">SpoofCPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/SpoofFused.html" title="class in org.apache.sysds.lops" target="classFrame">SpoofFused</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.html" title="class in org.apache.sysds.hops.codegen" target="classFrame">SpoofFusedOp</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofFusedOp.SpoofOutputDimsType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofMultiAggregate.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofMultiAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInput.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseCell.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInputSparseCell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseRow.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInputSparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOuterProduct</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.OutProdType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOuterProduct.OutProdType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofRowwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.RowType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofRowwise.RowType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SpoofSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.ReplicateRightFactorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SpoofSPInstruction.ReplicateRightFactorFunction</a></li>
+<li><a href="org/apache/sysds/lops/Sql.html" title="class in org.apache.sysds.lops" target="classFrame">Sql</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SqlCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">SqlCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/StagingFileUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">StagingFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">Stat</a></li>
+<li><a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser" target="classFrame">Statement</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSCheckpointing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSFrequency</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSModeType</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSUpdateType</a></li>
+<li><a href="org/apache/sysds/parser/StatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">StatementBlock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/StatementBlockRewriteRule.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">StatementBlockRewriteRule</a></li>
+<li><a href="org/apache/sysds/parser/dml/StatementInfo.html" title="class in org.apache.sysds.parser.dml" target="classFrame">StatementInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/StatisticMonitor.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">StatisticMonitor</a></li>
+<li><a href="org/apache/sysds/utils/Statistics.html" title="class in org.apache.sysds.utils" target="classFrame">Statistics</a></li>
+<li><a href="org/apache/sysds/parser/StringIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">StringIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">StringInitCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">StringObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SwapIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">SwapIndex</a></li>
+<li><a href="org/apache/sysds/utils/SystemDSLoaderUtils.html" title="class in org.apache.sysds.utils" target="classFrame">SystemDSLoaderUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">Task</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.TaskType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">Task.TaskType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoring.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoring</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmax.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoringCmax</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmin.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoringCmin</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFixedsize.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFixedsize</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerNaive.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerNaive</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerStatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.CloseType.html" title="enum in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase.CloseType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.TemplateType.html" title="enum in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase.TemplateType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateCell.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateMultiAgg.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateOuterProduct.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateRow.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateUtils.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">TensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/meta/TensorCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">TensorCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorIndexes.html" title="class in org.apache.sysds.runtime.data" target="classFrame">TensorIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/TensorObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">TensorObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">TensorTensorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">TensorTensorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.WriteFileTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlockParallel.WriteFileTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/lops/Ternary.html" title="class in org.apache.sysds.lops" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">TernaryAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/TernaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">TernaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/TernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">TernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">TernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">TernaryValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.ValueFunctionWithConstant.html" title="interface in org.apache.sysds.runtime.functionobjects" target="classFrame"><span class="interfaceName">TernaryValueFunction.ValueFunctionWithConstant</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TextToBinaryCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TextToBinaryCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfMetaUtils.html" title="class in org.apache.sysds.runtime.transform.meta" target="classFrame">TfMetaUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfOffsetMap.html" title="class in org.apache.sysds.runtime.transform.meta" target="classFrame">TfOffsetMap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.html" title="class in org.apache.sysds.runtime.transform" target="classFrame">TfUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.ColumnTypes.html" title="enum in org.apache.sysds.runtime.transform" target="classFrame">TfUtils.ColumnTypes</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.TfMethod.html" title="enum in org.apache.sysds.runtime.transform" target="classFrame">TfUtils.TfMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Timing.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">Timing</a></li>
+<li><a href="org/apache/sysds/lops/Transform.html" title="class in org.apache.sysds.lops" target="classFrame">Transform</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TripleIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.Comparator.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TripleIndexes.Comparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/Tsmm2SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">Tsmm2SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TsmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">TsmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/common/Types.html" title="class in org.apache.sysds.common" target="classFrame">Types</a></li>
+<li><a href="org/apache/sysds/common/Types.AggOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.AggOp</a></li>
+<li><a href="org/apache/sysds/common/Types.BlockType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.BlockType</a></li>
+<li><a href="org/apache/sysds/common/Types.CorrectionLocationType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.CorrectionLocationType</a></li>
+<li><a href="org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.DataType</a></li>
+<li><a href="org/apache/sysds/common/Types.Direction.html" title="enum in org.apache.sysds.common" target="classFrame">Types.Direction</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecMode.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ExecMode</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ExecType</a></li>
+<li><a href="org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common" target="classFrame">Types.FileFormat</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp1.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp1</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp2.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp2</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp3.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp3</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp4.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp4</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpData.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpData</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDG.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpDG</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDnn.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpDnn</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpN.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpN</a></li>
+<li><a href="org/apache/sysds/common/Types.ParamBuiltinOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ParamBuiltinOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReOrgOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ReOrgOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReturnType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ReturnType</a></li>
+<li><a href="org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ValueType</a></li>
+<li><a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops" target="classFrame">UAggOuterChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UaggOuterChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UaggOuterChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UaggOuterChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UaggOuterChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Unary.html" title="class in org.apache.sysds.lops" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops" target="classFrame">UnaryCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">UnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnaryFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnaryMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/UnaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">UnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/UnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">UnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/UncompressedBitmap.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">UncompressedBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/UnifiedMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">UnifiedMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/util/UniformPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">UniformPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/util/UtilFunctions.html" title="class in org.apache.sysds.runtime.util" target="classFrame">UtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueComparisonFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ValueComparisonFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">VariableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.VariableOperationCode.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">VariableCPInstruction.VariableOperationCode</a></li>
+<li><a href="org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser" target="classFrame">VariableSet</a></li>
+<li><a href="org/apache/sysds/hops/cost/VarStats.html" title="class in org.apache.sysds.hops.cost" target="classFrame">VarStats</a></li>
+<li><a href="org/apache/sysds/common/Warnings.html" title="class in org.apache.sysds.common" target="classFrame">Warnings</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">WeightedCell</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropy</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropy.WCeMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropyR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedDivMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedDivMM.WDivMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedDivMMR</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedPair.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">WeightedPair</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSigmoid</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedSigmoid.WSigmoidType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSigmoidR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSquaredLoss</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedSquaredLoss.WeightsType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSquaredLossR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedUnaryMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedUnaryMM.WUMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedUnaryMMR</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/WhileProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">WhileProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatement.html" title="class in org.apache.sysds.parser" target="classFrame">WhileStatement</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">WhileStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarket.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterMatrixMarket</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarketParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterMatrixMarketParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">WriteSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Xor.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Xor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ZipmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ZipmmSPInstruction</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/docs/api/java/allclasses-noframe.html b/docs/api/java/allclasses-noframe.html
new file mode 100644
index 0000000..fd9f954
--- /dev/null
+++ b/docs/api/java/allclasses-noframe.html
@@ -0,0 +1,1284 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_252) on Thu Jun 18 13:32:50 CEST 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.0.0-SNAPSHOT API)</title>
+<meta name="date" content="2020-06-18">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sysds/runtime/compress/AbstractCompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress">AbstractCompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops">AggBinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.MMultMethod.html" title="enum in org.apache.sysds.hops">AggBinaryOp.MMultMethod</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.SparkAggType.html" title="enum in org.apache.sysds.hops">AggBinaryOp.SparkAggType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateBinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateBinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateBinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">AggregateBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateBinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateBinaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/AggregateDropCorrectionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">AggregateDropCorrectionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateTernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateTernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateTernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateTernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateTernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateTernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateUnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.AUType.html" title="enum in org.apache.sysds.runtime.instructions.cp">AggregateUnaryCPInstruction.AUType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateUnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateUnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">AggregateUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateUnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction.RDDUAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUTensorAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction.RDDUTensorAggFunction2</a></li>
+<li><a href="org/apache/sysds/hops/AggUnaryOp.html" title="class in org.apache.sysds.hops">AggUnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/And.html" title="class in org.apache.sysds.runtime.functionobjects">And</a></li>
+<li><a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops">Append</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.AppendType.html" title="enum in org.apache.sysds.runtime.instructions.cp">AppendCPInstruction.AppendType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AppendFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.FEDAppendType.html" title="enum in org.apache.sysds.runtime.instructions.fed">AppendFEDInstruction.FEDAppendType</a></li>
+<li><a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></li>
+<li><a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGAlignedSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGAlignedSPInstruction.ShiftColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.MergeWithShiftedBlocks.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction.MergeWithShiftedBlocks</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.ShiftMatrix.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction.ShiftMatrix</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.CacheType.html" title="enum in org.apache.sysds.lops">AppendM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ArithmeticBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ArithmeticBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/AssignmentStatement.html" title="class in org.apache.sysds.parser">AssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/BasicProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">BasicProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/BasicTensorBlock.html" title="class in org.apache.sysds.runtime.data">BasicTensorBlock</a></li>
+<li><a href="org/apache/sysds/lops/Binary.html" title="class in org.apache.sysds.lops">Binary</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockInputFormat.html" title="class in org.apache.sysds.runtime.util">BinaryBlockInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockRecordReader.html" title="class in org.apache.sysds.runtime.util">BinaryBlockRecordReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockDeserializer.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization.MatrixBlockDeserializer</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockSerializer.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization.MatrixBlockSerializer</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/BinaryBlockToTextCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data">BinaryBlockToTextCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser">BinaryExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.html" title="class in org.apache.sysds.lops">BinaryM</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.VectorType.html" title="enum in org.apache.sysds.lops">BinaryM.VectorType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixBVectorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixBVectorSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryMatrixMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryMatrixScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryMatrixScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops">BinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.AppendMethod.html" title="enum in org.apache.sysds.hops">BinaryOp.AppendMethod</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html" title="enum in org.apache.sysds.hops">BinaryOp.MMBinaryMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/BinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">BinaryOperator</a></li>
+<li><a href="org/apache/sysds/lops/BinaryScalar.html" title="class in org.apache.sysds.lops">BinaryScalar</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryScalarScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryScalarScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorBroadcastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryTensorTensorBroadcastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryTensorTensorCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryTensorTensorSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinUaggChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.RDDBinUaggChainFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinUaggChainSPInstruction.RDDBinUaggChainFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress">BitmapEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwAnd.html" title="class in org.apache.sysds.runtime.functionobjects">BitwAnd</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwOr.html" title="class in org.apache.sysds.runtime.functionobjects">BitwOr</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftL.html" title="class in org.apache.sysds.runtime.functionobjects">BitwShiftL</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftR.html" title="class in org.apache.sysds.runtime.functionobjects">BitwShiftR</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwXor.html" title="class in org.apache.sysds.runtime.functionobjects">BitwXor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BlockPartitioner.html" title="class in org.apache.sysds.runtime.instructions.spark.data">BlockPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser">BooleanExpression</a></li>
+<li><a href="org/apache/sysds/parser/BooleanIdentifier.html" title="class in org.apache.sysds.parser">BooleanIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BooleanObject.html" title="class in org.apache.sysds.runtime.instructions.cp">BooleanObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BroadcastObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">BroadcastObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.html" title="class in org.apache.sysds.runtime.functionobjects">Builtin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.BuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects">Builtin.BuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">BuiltinBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinConstant.html" title="enum in org.apache.sysds.parser">BuiltinConstant</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">BuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BuiltinNarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.PadBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">BuiltinNarySPInstruction.PadBlocksFunction</a></li>
+<li><a href="org/apache/sysds/common/Builtins.html" title="enum in org.apache.sysds.common">Builtins</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">BuiltinUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/ByteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching">ByteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/util/ByteBufferDataInput.html" title="class in org.apache.sysds.runtime.util">ByteBufferDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/ByteClassLoader.html" title="class in org.apache.sysds.runtime.codegen">ByteClassLoader</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheableData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.CacheStatus.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">CacheableData.CacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlock.html" title="interface in org.apache.sysds.runtime.controlprogram.caching"><span class="interfaceName">CacheBlock</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlockFactory.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataInput.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataOutput.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheDataOutput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/CachedReuseVariables.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">CachedReuseVariables</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">CacheStatistics.Stat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/Cell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">Cell</a></li>
+<li><a href="org/apache/sysds/lops/CentralMoment.html" title="class in org.apache.sysds.lops">CentralMoment</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CentralMomentCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CentralMomentCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CentralMomentSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CentralMomentSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CheckpointSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CheckpointSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CM.html" title="class in org.apache.sysds.runtime.functionobjects">CM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CM_COV_Object.html" title="class in org.apache.sysds.runtime.instructions.cp">CM_COV_Object</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html" title="class in org.apache.sysds.runtime.matrix.data">CM_N_COVCell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">CMOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.AggregateOperationTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators">CMOperator.AggregateOperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNode.html" title="class in org.apache.sysds.hops.codegen.cplan">CNode</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeBinary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.BinType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeBinary.BinType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeCell.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeData.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeData</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeNary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeNary.NaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeRow.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeTernary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeTernary.TernaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTpl.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeTpl</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeUnary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeUnary.UnaryType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/CodegenUtils.html" title="class in org.apache.sysds.runtime.codegen">CodegenUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroup.ColGroupType.html" title="enum in org.apache.sysds.runtime.compress.colgroup">ColGroup.ColGroupType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup">ColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConverter.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupConverter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupDDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC1.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupDDC1</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC2.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupDDC2</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupIO.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupIO</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOffset</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOLE.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupRLE.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupRLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSizes.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSizes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupUncompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupValue.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupValue</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/ColumnGroupIterator.html" title="class in org.apache.sysds.runtime.compress.utils">ColumnGroupIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/ColumnGroupPartitioner.html" title="class in org.apache.sysds.runtime.compress.cocode">ColumnGroupPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/ColumnGroupPartitionerBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode">ColumnGroupPartitionerBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/ColumnGroupPartitionerStatic.html" title="class in org.apache.sysds.runtime.compress.cocode">ColumnGroupPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/runtime/util/CommonThreadPool.html" title="class in org.apache.sysds.runtime.util">CommonThreadPool</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.html" title="class in org.apache.sysds.conf">CompilerConfig</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.ConfigType.html" title="enum in org.apache.sysds.conf">CompilerConfig.ConfigType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress">CompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.html" title="class in org.apache.sysds.runtime.compress">CompressedMatrixBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimationFactors</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorExact.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorExact</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorSample.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfoColGroup.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeInfoColGroup</a></li>
+<li><a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops">Compression</a></li>
+<li><a href="org/apache/sysds/lops/Compression.CompressConfig.html" title="enum in org.apache.sysds.lops">Compression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress">CompressionSettings</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettingsBuilder.html" title="class in org.apache.sysds.runtime.compress">CompressionSettingsBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.CompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionStatistics.html" title="class in org.apache.sysds.runtime.compress">CompressionStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ComputationCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ComputationCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ComputationFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ComputationFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ComputationSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ComputationSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ComputeBinaryBlockNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ComputeBinaryBlockNnzFunction</a></li>
+<li><a href="org/apache/sysds/parser/ConditionalPredicate.html" title="class in org.apache.sysds.parser">ConditionalPredicate</a></li>
+<li><a href="org/apache/sysds/api/ConfigurableAPI.html" title="interface in org.apache.sysds.api"><span class="interfaceName">ConfigurableAPI</span></a></li>
+<li><a href="org/apache/sysds/conf/ConfigurationManager.html" title="class in org.apache.sysds.conf">ConfigurationManager</a></li>
+<li><a href="org/apache/sysds/api/jmlc/Connection.html" title="class in org.apache.sysds.api.jmlc">Connection</a></li>
+<li><a href="org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Converter.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">Converter</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertFrameBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertFrameBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertMatrixBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertMatrixBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertStringToLongTextPair.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertStringToLongTextPair</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyBinaryCellFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyBinaryCellFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyFrameBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyFrameBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyMatrixBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyMatrixBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTensorBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTensorBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTextInputFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTextInputFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/CorrMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">CorrMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.html" title="class in org.apache.sysds.hops.cost">CostEstimationWrapper</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.CostType.html" title="enum in org.apache.sysds.hops.cost">CostEstimationWrapper.CostType</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimator.html" title="class in org.apache.sysds.hops.cost">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.DataFormat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.DataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.ExcludeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.ExcludeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.TestMeasure.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.TestMeasure</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorHops.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimatorHops</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimatorRuntime</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost">CostEstimatorStaticRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">CountDistinctOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.CountDistinctTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators">CountDistinctOperator.CountDistinctTypes</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/COV.html" title="class in org.apache.sysds.runtime.functionobjects">COV</a></li>
+<li><a href="org/apache/sysds/lops/CoVariance.html" title="class in org.apache.sysds.lops">CoVariance</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CovarianceCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CovarianceCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CovarianceSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CovarianceSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/COVOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">COVOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.CPType.html" title="enum in org.apache.sysds.runtime.instructions.cp">CPInstruction.CPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/CPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">CPInstructionParser</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanCSERewriter.html" title="class in org.apache.sysds.hops.codegen.template">CPlanCSERewriter</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntry.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable.MemoTableEntry</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntrySet.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable.MemoTableEntrySet</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanOpRewriter.html" title="class in org.apache.sysds.hops.codegen.template">CPlanOpRewriter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CpmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CpmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPOperand.html" title="class in org.apache.sysds.runtime.instructions.cp">CPOperand</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CreateSparseBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CreateSparseBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CSRPointer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">CSRPointer</a></li>
+<li><a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CSVReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CSVReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.html" title="class in org.apache.sysds.lops">Ctable</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CTable.html" title="class in org.apache.sysds.runtime.functionobjects">CTable</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops">Ctable.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CtableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CtableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CTableMap.html" title="class in org.apache.sysds.runtime.matrix.data">CTableMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature1.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature1</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature2.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature3.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature3</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CudaMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">CudaMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CudaSupportFunctions.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">CudaSupportFunctions</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeAggregateSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CumulativeAggregateSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops">CumulativeOffsetBinary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeOffsetSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CumulativeOffsetSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativePartialAggregate.html" title="class in org.apache.sysds.lops">CumulativePartialAggregate</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.html" title="class in org.apache.sysds.parser.dml">CustomErrorListener</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.ParseIssueType.html" title="enum in org.apache.sysds.parser.dml">CustomErrorListener.ParseIssueType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">CustomHashMap</a></li>
+<li><a href="org/apache/sysds/lops/compile/Dag.html" title="class in org.apache.sysds.lops.compile">Dag</a></li>
+<li><a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops">Data</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/Data.html" title="class in org.apache.sysds.runtime.instructions.cp">Data</a></li>
+<li><a href="org/apache/sysds/utils/DataAugmentation.html" title="class in org.apache.sysds.utils">DataAugmentation</a></li>
+<li><a href="org/apache/sysds/runtime/meta/DataCharacteristics.html" title="class in org.apache.sysds.runtime.meta">DataCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/util/DataConverter.html" title="class in org.apache.sysds.runtime.util">DataConverter</a></li>
+<li><a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser">DataExpression</a></li>
+<li><a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DataGenCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops">DataGenOp</a></li>
+<li><a href="org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/DataOp.html" title="class in org.apache.sysds.hops">DataOp</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerLocal.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerLocal</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkReducer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSparkReducer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkAggregator.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionerSparkAggregator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionerSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/DatasetObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">DatasetObject</a></li>
+<li><a href="org/apache/sysds/runtime/data/DataTensorBlock.html" title="class in org.apache.sysds.runtime.data">DataTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArray.html" title="class in org.apache.sysds.runtime.compress.utils">DblArray</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DblArrayIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DCLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DCSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/Decoder.html" title="class in org.apache.sysds.runtime.transform.decode">Decoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderComposite.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderDummycode.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderRecode.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderRecode</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.html" title="class in org.apache.sysds.runtime.data">DenseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.Type.html" title="enum in org.apache.sysds.runtime.data">DenseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockBool.html" title="class in org.apache.sysds.runtime.data">DenseBlockBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockDRB.html" title="class in org.apache.sysds.runtime.data">DenseBlockDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFactory.html" title="class in org.apache.sysds.runtime.data">DenseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP32.html" title="class in org.apache.sysds.runtime.data">DenseBlockFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP64.html" title="class in org.apache.sysds.runtime.data">DenseBlockFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt32.html" title="class in org.apache.sysds.runtime.data">DenseBlockInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt64.html" title="class in org.apache.sysds.runtime.data">DenseBlockInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLBool.html" title="class in org.apache.sysds.runtime.data">DenseBlockLBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLDRB.html" title="class in org.apache.sysds.runtime.data">DenseBlockLDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP32.html" title="class in org.apache.sysds.runtime.data">DenseBlockLFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP64.html" title="class in org.apache.sysds.runtime.data">DenseBlockLFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt32.html" title="class in org.apache.sysds.runtime.data">DenseBlockLInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt64.html" title="class in org.apache.sysds.runtime.data">DenseBlockLInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLString.html" title="class in org.apache.sysds.runtime.data">DenseBlockLString</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockString.html" title="class in org.apache.sysds.runtime.data">DenseBlockString</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/DenseRowIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup">DenseRowIterator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/DiagIndex.html" title="class in org.apache.sysds.runtime.functionobjects">DiagIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/DictionaryShared.html" title="class in org.apache.sysds.runtime.compress.colgroup">DictionaryShared</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/DistinctPaths.html" title="class in org.apache.sysds.runtime.lineage">DistinctPaths</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Divide.html" title="class in org.apache.sysds.runtime.functionobjects">Divide</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlBaseListener.html" title="class in org.apache.sysds.parser.dml">DmlBaseListener</a></li>
+<li><a href="org/apache/sysds/runtime/DMLCompressionException.html" title="class in org.apache.sysds.runtime">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf">DMLConfig</a></li>
+<li><a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api">DMLException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml">DmlLexer</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlListener.html" title="interface in org.apache.sysds.parser.dml"><span class="interfaceName">DmlListener</span></a></li>
+<li><a href="org/apache/sysds/api/DMLOptions.html" title="class in org.apache.sysds.api">DMLOptions</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml">DmlParser</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AccumulatorAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AccumulatorAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AddSubExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AddSubExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AtomicExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AtomicExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanAndExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanAndExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanNotExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanNotExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanOrExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanOrExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BuiltinFunctionExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BuiltinFunctionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlineParamExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.CommandlineParamExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlinePositionExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.CommandlinePositionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstDoubleIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstDoubleIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstFalseExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstFalseExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstIntIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstIntIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstStringIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstStringIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstTrueExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstTrueExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdentifierContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataIdentifierContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataTypeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ExternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ForStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionCallAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallMultiAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionCallMultiAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfdefAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IfdefAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IfStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ImportStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ImportStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IndexedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IndexedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.InternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.InternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateColonExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateColonExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateSeqExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateSeqExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixDataTypeCheckContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MatrixDataTypeCheckContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixMulExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MatrixMulExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.Ml_typeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.Ml_typeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ModIntDivExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ModIntDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultDivExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MultDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultiIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MultiIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParForStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ParForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PathStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.PathStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PowerExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.PowerExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ProgramrootContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ProgramrootContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.RelationalExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.RelationalExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.SimpleDataIdentifierExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.SimpleDataIdentifierExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StrictParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedKeyValueStringContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StrictParameterizedKeyValueStringContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgAssignContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.TypedArgAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.TypedArgNoAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.UnaryExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.UnaryExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ValueTypeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ValueTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.WhileStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.WhileStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DMLParserWrapper.html" title="class in org.apache.sysds.parser.dml">DMLParserWrapper</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlPreprocessor.html" title="class in org.apache.sysds.parser.dml">DmlPreprocessor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/DMLPrivacyException.html" title="class in org.apache.sysds.runtime.privacy">DMLPrivacyException</a></li>
+<li><a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a></li>
+<li><a href="org/apache/sysds/runtime/DMLRuntimeException.html" title="class in org.apache.sysds.runtime">DMLRuntimeException</a></li>
+<li><a href="org/apache/sysds/api/DMLScript.html" title="class in org.apache.sysds.api">DMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/DMLScriptException.html" title="class in org.apache.sysds.runtime">DMLScriptException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.html" title="class in org.apache.sysds.parser.dml">DmlSyntacticValidator</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.ConvertedDMLSyntax.html" title="class in org.apache.sysds.parser.dml">DmlSyntacticValidator.ConvertedDMLSyntax</a></li>
+<li><a href="org/apache/sysds/parser/DMLTranslator.html" title="class in org.apache.sysds.parser">DMLTranslator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DnnCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DnnCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/DnnGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">DnnGPUInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DnnOp.html" title="class in org.apache.sysds.hops">DnnOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DnnParameters.html" title="class in org.apache.sysds.runtime.matrix.data">DnnParameters</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DnnSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">DnnSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/DnnTransform.html" title="class in org.apache.sysds.lops">DnnTransform</a></li>
+<li><a href="org/apache/sysds/runtime/util/DnnUtils.html" title="class in org.apache.sysds.runtime.util">DnnUtils</a></li>
+<li><a href="org/apache/sysds/parser/DoubleIdentifier.html" title="class in org.apache.sysds.parser">DoubleIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DoubleIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DoubleObject.html" title="class in org.apache.sysds.runtime.instructions.cp">DoubleObject</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DoublePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data">DoublePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="class in org.apache.sysds.runtime.transform.encode">Encoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFactory.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderMVImpute</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.MVMethod.html" title="enum in org.apache.sysds.runtime.transform.encode">EncoderMVImpute.MVMethod</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderOmit.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderOmit</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderRecode</a></li>
+<li><a href="org/apache/sysds/utils/EnvironmentHelper.html" title="class in org.apache.sysds.utils">EnvironmentHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Equals.html" title="class in org.apache.sysds.runtime.functionobjects">Equals</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimationUtils.html" title="class in org.apache.sysds.hops.estim">EstimationUtils</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicAvg.html" title="class in org.apache.sysds.hops.estim">EstimatorBasicAvg</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicWorst.html" title="class in org.apache.sysds.hops.estim">EstimatorBasicWorst</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix1</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix2</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.html" title="class in org.apache.sysds.hops.estim">EstimatorDensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.DensityMap.html" title="class in org.apache.sysds.hops.estim">EstimatorDensityMap.DensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.html" title="class in org.apache.sysds.hops.estim">EstimatorLayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.LayeredGraph.html" title="class in org.apache.sysds.hops.estim">EstimatorLayeredGraph.LayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.html" title="class in org.apache.sysds.hops.estim">EstimatorMatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.MatrixHistogram.html" title="class in org.apache.sysds.hops.estim">EstimatorMatrixHistogram.MatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSample.html" title="class in org.apache.sysds.hops.estim">EstimatorSample</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSampleRa.html" title="class in org.apache.sysds.hops.estim">EstimatorSampleRa</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">EvalNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ExecutionConfig.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">ExecutionConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context">ExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContextFactory.html" title="class in org.apache.sysds.runtime.controlprogram.context">ExecutionContextFactory</a></li>
+<li><a href="org/apache/sysds/utils/Explain.html" title="class in org.apache.sysds.utils">Explain</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainCounts.html" title="class in org.apache.sysds.utils">Explain.ExplainCounts</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainType.html" title="enum in org.apache.sysds.utils">Explain.ExplainType</a></li>
+<li><a href="org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser">Expression.BinaryOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser">Expression.BooleanOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser">Expression.DataOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser">Expression.FunctCallOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser">Expression.RelationalOp</a></li>
+<li><a href="org/apache/sysds/parser/dml/ExpressionInfo.html" title="class in org.apache.sysds.parser.dml">ExpressionInfo</a></li>
+<li><a href="org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser">ExpressionList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractBlockForBinaryReblock.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractBlockForBinaryReblock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup.ExtractGroupBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupJoin.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup.ExtractGroupJoin</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroupNWeights.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroupNWeights</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataInputStream.html" title="class in org.apache.sysds.runtime.util">FastBufferedDataInputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataOutputStream.html" title="class in org.apache.sysds.runtime.util">FastBufferedDataOutputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.util">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/lops/Federated.html" title="class in org.apache.sysds.lops">Federated</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedData.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRange.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.FedMethod.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest.FedMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorker.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorkerHandler</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">FEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FEDType.html" title="enum in org.apache.sysds.runtime.instructions.fed">FEDInstruction.FEDType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/FEDInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">FEDInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.html" title="class in org.apache.sysds.runtime.instructions.fed">FEDInstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatProperties.html" title="class in org.apache.sysds.runtime.io">FileFormatProperties</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesCSV.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesMM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMField.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMField</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMFormat</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMSymmetry</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FileFunction.html" title="class in org.apache.sysds.runtime.functionobjects">FileFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterDiagMatrixBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterDiagMatrixBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterNonEmptyBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterNonEmptyBlocksFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ForProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/ForStatement.html" title="class in org.apache.sysds.parser">ForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ForStatementBlock.html" title="class in org.apache.sysds.parser">ForStatementBlock</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Frame.html" title="class in org.apache.sysds.api.mlcontext">Frame</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FrameAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.ColumnMetadata.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock.ColumnMetadata</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameFormat.html" title="enum in org.apache.sysds.api.mlcontext">FrameFormat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FrameIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameMetadata.html" title="class in org.apache.sysds.api.mlcontext">FrameMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/FrameObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">FrameObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableTextToLongTextFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableTextToLongTextFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableToSerFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableToSerFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReader.html" title="class in org.apache.sysds.runtime.io">FrameReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">FrameReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io">FrameReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONL.html" title="class in org.apache.sysds.runtime.io">FrameReaderJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONLParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCell.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSV.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/FrameReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data">FrameReblockBuffer</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameSchema.html" title="class in org.apache.sysds.api.mlcontext">FrameSchema</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriter.html" title="class in org.apache.sysds.runtime.io">FrameWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">FrameWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterFactory.html" title="class in org.apache.sysds.runtime.io">FrameWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONL.html" title="class in org.apache.sysds.runtime.io">FrameWriterJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONLParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCell.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSV.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/FrequencyCount.html" title="class in org.apache.sysds.runtime.compress.estim.sample">FrequencyCount</a></li>
+<li><a href="org/apache/sysds/lops/FunctionCallCP.html" title="class in org.apache.sysds.lops">FunctionCallCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FunctionCallCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FunctionCallCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallGraph.html" title="class in org.apache.sysds.hops.ipa">FunctionCallGraph</a></li>
+<li><a href="org/apache/sysds/parser/FunctionCallIdentifier.html" title="class in org.apache.sysds.parser">FunctionCallIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html" title="class in org.apache.sysds.hops.ipa">FunctionCallSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FunctionObject.html" title="class in org.apache.sysds.runtime.functionobjects">FunctionObject</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops">FunctionOp</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.FunctionType.html" title="enum in org.apache.sysds.hops">FunctionOp.FunctionType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/FunctionProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">FunctionProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatement.html" title="class in org.apache.sysds.parser">FunctionStatement</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatementBlock.html" title="class in org.apache.sysds.parser">FunctionStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/GetMIMBFromRow.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">GetMIMBFromRow</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContext.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUContext</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContextPool.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUContextPool</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">GPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html" title="enum in org.apache.sysds.runtime.instructions.gpu">GPUInstruction.GPUINSTRUCTION_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/GPUInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">GPUInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPULazyCudaFreeMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPULazyCudaFreeMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMatrixMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMatrixMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryAllocator.html" title="interface in org.apache.sysds.runtime.instructions.gpu.context"><span class="interfaceName">GPUMemoryAllocator</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.EvictionPolicyBasedComparator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryManager.EvictionPolicyBasedComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUObject.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUObject</a></li>
+<li><a href="org/apache/sysds/utils/GPUStatistics.html" title="class in org.apache.sysds.utils">GPUStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThan.html" title="class in org.apache.sysds.runtime.functionobjects">GreaterThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects">GreaterThanEquals</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops">GroupedAggregateM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/GuaranteedErrorEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">GuaranteedErrorEstimator</a></li>
+<li><a href="org/apache/sysds/utils/Hash.html" title="class in org.apache.sysds.utils">Hash</a></li>
+<li><a href="org/apache/sysds/utils/Hash.HashType.html" title="enum in org.apache.sysds.utils">Hash.HashType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample">HassAndStokes</a></li>
+<li><a href="org/apache/sysds/runtime/util/HDFSTool.html" title="class in org.apache.sysds.runtime.util">HDFSTool</a></li>
+<li><a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops">Hop</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopDagValidator.html" title="class in org.apache.sysds.hops.rewrite">HopDagValidator</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteRule.html" title="class in org.apache.sysds.hops.rewrite">HopRewriteRule</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteUtils.html" title="class in org.apache.sysds.hops.rewrite">HopRewriteUtils</a></li>
+<li><a href="org/apache/sysds/hops/HopsException.html" title="class in org.apache.sysds.hops">HopsException</a></li>
+<li><a href="org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDHandler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">IDHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDSequence.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">IDSequence</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IfElse.html" title="class in org.apache.sysds.runtime.functionobjects">IfElse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/IfProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">IfProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/IfStatement.html" title="class in org.apache.sysds.parser">IfStatement</a></li>
+<li><a href="org/apache/sysds/parser/IfStatementBlock.html" title="class in org.apache.sysds.parser">IfStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/IJV.html" title="class in org.apache.sysds.runtime.matrix.data">IJV</a></li>
+<li><a href="org/apache/sysds/parser/ImportStatement.html" title="class in org.apache.sysds.parser">ImportStatement</a></li>
+<li><a href="org/apache/sysds/parser/IndexedIdentifier.html" title="class in org.apache.sysds.parser">IndexedIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/IndexedMatrixValue.html" title="class in org.apache.sysds.runtime.instructions.spark.data">IndexedMatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/data/IndexedTensorBlock.html" title="class in org.apache.sysds.runtime.data">IndexedTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IndexFunction.html" title="class in org.apache.sysds.runtime.functionobjects">IndexFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">IndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/IndexingOp.html" title="class in org.apache.sysds.hops">IndexingOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/IndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">IndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/IndexRange.html" title="class in org.apache.sysds.runtime.util">IndexRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/InfrastructureAnalyzer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">InfrastructureAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/InitFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">InitFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/io/InputOutputInfo.html" title="class in org.apache.sysds.runtime.io">InputOutputInfo</a></li>
+<li><a href="org/apache/sysds/runtime/util/InputStreamInputFormat.html" title="class in org.apache.sysds.runtime.util">InputStreamInputFormat</a></li>
+<li><a href="org/apache/sysds/utils/InstallDependencyForIntegrationTests.html" title="class in org.apache.sysds.utils">InstallDependencyForIntegrationTests</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.html" title="class in org.apache.sysds.runtime.instructions">Instruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.IType.html" title="enum in org.apache.sysds.runtime.instructions">Instruction.IType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionParser.html" title="class in org.apache.sysds.runtime.instructions">InstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionUtils.html" title="class in org.apache.sysds.runtime.instructions">InstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntArrayList.html" title="class in org.apache.sysds.runtime.compress.utils">IntArrayList</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IntegerDivide.html" title="class in org.apache.sysds.runtime.functionobjects">IntegerDivide</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.html" title="class in org.apache.sysds.hops.codegen.opt">InterestingPoint</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.DecisionType.html" title="enum in org.apache.sysds.hops.codegen.opt">InterestingPoint.DecisionType</a></li>
+<li><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa">InterProceduralAnalysis</a></li>
+<li><a href="org/apache/sysds/parser/IntIdentifier.html" title="class in org.apache.sysds.parser">IntIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IntObject.html" title="class in org.apache.sysds.runtime.instructions.cp">IntObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.html" title="class in org.apache.sysds.runtime.io">IOUtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.CountRowsTask.html" title="class in org.apache.sysds.runtime.io">IOUtilFunctions.CountRowsTask</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPass.html" title="class in org.apache.sysds.hops.ipa">IPAPass</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html" title="class in org.apache.sysds.hops.ipa">IPAPassApplyStaticAndDynamicHopRewrites</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html" title="class in org.apache.sysds.hops.ipa">IPAPassEliminateDeadCode</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html" title="class in org.apache.sysds.hops.ipa">IPAPassFlagFunctionsRecompileOnce</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html" title="class in org.apache.sysds.hops.ipa">IPAPassFlagNonDeterminism</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html" title="class in org.apache.sysds.hops.ipa">IPAPassForwardFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html" title="class in org.apache.sysds.hops.ipa">IPAPassInlineFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html" title="class in org.apache.sysds.hops.ipa">IPAPassPropagateReplaceLiterals</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveConstantBinaryOps</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveUnnecessaryCheckpoints</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveUnusedFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInList.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsBlockInList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsBlockInRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsFrameBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsFrameBlockInRange</a></li>
+<li><a href="org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser">IterablePredicate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/JCudaKernels.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">JCudaKernels</a></li>
+<li><a href="org/apache/sysds/api/jmlc/JMLCUtils.html" title="class in org.apache.sysds.api.jmlc">JMLCUtils</a></li>
+<li><a href="org/apache/sysds/utils/JSONHelper.html" title="class in org.apache.sysds.utils">JSONHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanFunction.html" title="class in org.apache.sysds.runtime.functionobjects">KahanFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/KahanObject.html" title="class in org.apache.sysds.runtime.instructions.cp">KahanObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlus.html" title="class in org.apache.sysds.runtime.functionobjects">KahanPlus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlusSq.html" title="class in org.apache.sysds.runtime.functionobjects">KahanPlusSq</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.html" title="class in org.apache.sysds.parser">LanguageException</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser">LanguageException.LanguageErrorCodes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LazyIterableIterator.html" title="class in org.apache.sysds.runtime.instructions.spark.data">LazyIterableIterator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching">LazyWriteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.RPolicy.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">LazyWriteBuffer.RPolicy</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops">LeftIndex.LixCacheType</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.html" title="class in org.apache.sysds.hops">LeftIndexingOp</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.LeftIndexingMethod.html" title="enum in org.apache.sysds.hops">LeftIndexingOp.LeftIndexingMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">LeftScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThan.html" title="class in org.apache.sysds.runtime.functionobjects">LessThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects">LessThanEquals</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibCommonsMath.html" title="class in org.apache.sysds.runtime.matrix.data">LibCommonsMath</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/LibFederatedAgg.html" title="class in org.apache.sysds.runtime.controlprogram.federated">LibFederatedAgg</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/LibFederatedAppend.html" title="class in org.apache.sysds.runtime.controlprogram.federated">LibFederatedAppend</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixBincell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.BinaryAccessType.html" title="enum in org.apache.sysds.runtime.matrix.data">LibMatrixBincell.BinaryAccessType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCountDistinct</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCUDA</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNConvolutionAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNInputRowFetcher</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNPoolingDescriptors.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNPoolingDescriptors</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNRnnAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuMatMult.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuMatMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDatagen.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDatagen</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html" title="enum in org.apache.sysds.runtime.matrix.data">LibMatrixDNN.PoolingType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNConv2d.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNConv2d</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNHelper</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.CellIndex3.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNHelper.CellIndex3</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNIm2Col</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNPooling.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNPooling</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRelu</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRelu.ReluBackward</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRotate180</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">LibMatrixDNNRotate180.Rotate180Worker</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixMult.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixNative.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixNative</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixOuterAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixReorg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixReorg</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/LibSpoofPrimitives.html" title="class in org.apache.sysds.runtime.codegen">LibSpoofPrimitives</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorAgg.html" title="class in org.apache.sysds.runtime.data">LibTensorAgg</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorBincell.html" title="class in org.apache.sysds.runtime.data">LibTensorBincell</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorReorg.html" title="class in org.apache.sysds.runtime.data">LibTensorReorg</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/Lineage.html" title="class in org.apache.sysds.runtime.lineage">Lineage</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCache.html" title="class in org.apache.sysds.runtime.lineage">LineageCache</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheConfig</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCachePolicy.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.LineageCachePolicy</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCacheStatus.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.LineageCacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.ReuseCacheType.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.ReuseCacheType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEntry.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheEntry</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEviction.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheStatistics.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCodegenItem.html" title="class in org.apache.sysds.runtime.lineage">LineageCodegenItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupBlock.html" title="class in org.apache.sysds.runtime.lineage">LineageDedupBlock</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageDedupUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.html" title="class in org.apache.sysds.runtime.lineage">LineageItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.LineageItemType.html" title="enum in org.apache.sysds.runtime.lineage">LineageItem.LineageItemType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItemUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageItemUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageMap.html" title="class in org.apache.sysds.runtime.lineage">LineageMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LineageObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">LineageObject</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageParser.html" title="class in org.apache.sysds.runtime.lineage">LineageParser</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineagePath.html" title="class in org.apache.sysds.runtime.lineage">LineagePath</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRewriteReuse.html" title="class in org.apache.sysds.runtime.lineage">LineageRewriteReuse</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTokenizer.html" title="class in org.apache.sysds.runtime.lineage">LineageTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTraceable.html" title="interface in org.apache.sysds.runtime.lineage"><span class="interfaceName">LineageTraceable</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/LinearAlgebraUtils.html" title="class in org.apache.sysds.runtime.compress.utils">LinearAlgebraUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListAppendRemoveCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ListAppendRemoveCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ListIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListObject.html" title="class in org.apache.sysds.runtime.instructions.cp">ListObject</a></li>
+<li><a href="org/apache/sysds/hops/LiteralOp.html" title="class in org.apache.sysds.hops">LiteralOp</a></li>
+<li><a href="org/apache/sysds/hops/recompile/LiteralReplacement.html" title="class in org.apache.sysds.hops.recompile">LiteralReplacement</a></li>
+<li><a href="org/apache/sysds/parser/LiveVariableAnalysis.html" title="class in org.apache.sysds.parser">LiveVariableAnalysis</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/LocalDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">LocalDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/util/LocalFileUtils.html" title="class in org.apache.sysds.runtime.util">LocalFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">LocalParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">LocalParWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">LocalPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalTaskQueue.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">LocalTaskQueue</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/LocalVariableMap.html" title="class in org.apache.sysds.runtime.controlprogram">LocalVariableMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.html" title="class in org.apache.sysds.runtime.util">LongLongDoubleHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.ADoubleEntry.html" title="class in org.apache.sysds.runtime.util">LongLongDoubleHashMap.ADoubleEntry</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.EntryType.html" title="enum in org.apache.sysds.runtime.util">LongLongDoubleHashMap.EntryType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a></li>
+<li><a href="org/apache/sysds/lops/Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops">Lop.SimpleInstType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.Type.html" title="enum in org.apache.sysds.lops">Lop.Type</a></li>
+<li><a href="org/apache/sysds/lops/Lop.VisitStatus.html" title="enum in org.apache.sysds.lops">Lop.VisitStatus</a></li>
+<li><a href="org/apache/sysds/lops/compile/LopComparator.html" title="class in org.apache.sysds.lops.compile">LopComparator</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.html" title="class in org.apache.sysds.lops">LopProperties</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.ExecType.html" title="enum in org.apache.sysds.lops">LopProperties.ExecType</a></li>
+<li><a href="org/apache/sysds/lops/LopsException.html" title="class in org.apache.sysds.lops">LopsException</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapInputSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MapInputSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapJoinSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MapJoinSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MapmmChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.CacheType.html" title="enum in org.apache.sysds.lops">MapMult.CacheType</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops">MapMultChain.ChainType</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/MarkForLineageReuse.html" title="class in org.apache.sysds.hops.rewrite">MarkForLineageReuse</a></li>
+<li><a href="org/apache/sysds/lops/MatMultCP.html" title="class in org.apache.sysds.lops">MatMultCP</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Matrix.html" title="class in org.apache.sysds.api.mlcontext">Matrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixAppendGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixAppendGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.SparsityEstimate.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixBlock.SparsityEstimate</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataInput.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">MatrixBlockDataInput</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataOutput.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">MatrixBlockDataOutput</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixCell.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta">MatrixCharacteristics</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixFormat.html" title="enum in org.apache.sysds.api.mlcontext">MatrixFormat</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixIndexes.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cpfile/MatrixIndexingCPFileInstruction.html" title="class in org.apache.sysds.runtime.instructions.cpfile">MatrixIndexingCPFileInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixIndexingGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixIndexingGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixAxpyGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixAxpyGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixMatrixBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixMatrixBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixMetadata.html" title="class in org.apache.sysds.api.mlcontext">MatrixMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">MatrixObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.UpdateType.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">MatrixObject.UpdateType</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReader.html" title="class in org.apache.sysds.runtime.io">MatrixReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReaderFactory.html" title="class in org.apache.sysds.runtime.io">MatrixReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixReshapeGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixReshapeGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixReshapeSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixReshapeSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixScalarUnaryFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixScalarUnaryFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.CellIndex.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixValue.CellIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixVectorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixVectorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriter.html" title="class in org.apache.sysds.runtime.io">MatrixWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriterFactory.html" title="class in org.apache.sysds.runtime.io">MatrixWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Mean.html" title="class in org.apache.sysds.runtime.functionobjects">Mean</a></li>
+<li><a href="org/apache/sysds/utils/MemoryEstimates.html" title="class in org.apache.sysds.utils">MemoryEstimates</a></li>
+<li><a href="org/apache/sysds/hops/MemoTable.html" title="class in org.apache.sysds.hops">MemoTable</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Metadata.html" title="class in org.apache.sysds.api.mlcontext">Metadata</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaData.html" title="class in org.apache.sysds.runtime.meta">MetaData</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataFormat.html" title="class in org.apache.sysds.runtime.meta">MetaDataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus.html" title="class in org.apache.sysds.runtime.functionobjects">Minus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus1Multiply.html" title="class in org.apache.sysds.runtime.functionobjects">Minus1Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects">MinusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusNz.html" title="class in org.apache.sysds.runtime.functionobjects">MinusNz</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.html" title="class in org.apache.sysds.api.mlcontext">MLContext</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExecutionType.html" title="enum in org.apache.sysds.api.mlcontext">MLContext.ExecutionType</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExplainLevel.html" title="enum in org.apache.sysds.api.mlcontext">MLContext.ExplainLevel</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextConversionUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextConversionUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextException.html" title="class in org.apache.sysds.api.mlcontext">MLContextException</a></li>
+<li><a href="org/apache/sysds/utils/MLContextProxy.html" title="class in org.apache.sysds.utils">MLContextProxy</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLResults.html" title="class in org.apache.sysds.api.mlcontext">MLResults</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MMChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.html" title="class in org.apache.sysds.lops">MMCJ</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops">MMCJ.MMCJType</a></li>
+<li><a href="org/apache/sysds/hops/estim/MMNode.html" title="class in org.apache.sysds.hops.estim">MMNode</a></li>
+<li><a href="org/apache/sysds/lops/MMRJ.html" title="class in org.apache.sysds.lops">MMRJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.html" title="class in org.apache.sysds.lops">MMTSJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops">MMTSJ.MMTSJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMTSJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MMTSJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MMTSJGPUInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMZip.html" title="class in org.apache.sysds.lops">MMZip</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Modulus.html" title="class in org.apache.sysds.runtime.functionobjects">Modulus</a></li>
+<li><a href="org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser">MultiAssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply.html" title="class in org.apache.sysds.runtime.functionobjects">Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply2.html" title="class in org.apache.sysds.runtime.functionobjects">Multiply2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MultiReturnBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MultiReturnParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction</a></li>
+<li><a href="org/apache/sysds/hops/MultiThreadedHop.html" title="class in org.apache.sysds.hops">MultiThreadedHop</a></li>
+<li><a href="org/apache/sysds/lops/Nary.html" title="class in org.apache.sysds.lops">Nary</a></li>
+<li><a href="org/apache/sysds/hops/NaryOp.html" title="class in org.apache.sysds.hops">NaryOp</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.html" title="class in org.apache.sysds.utils">NativeHelper</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.NativeBlasState.html" title="enum in org.apache.sysds.utils">NativeHelper.NativeBlasState</a></li>
+<li><a href="org/apache/sysds/runtime/util/NormalPRNGenerator.html" title="class in org.apache.sysds.runtime.util">NormalPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Not.html" title="class in org.apache.sysds.runtime.functionobjects">Not</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/NotEquals.html" title="class in org.apache.sysds.runtime.functionobjects">NotEquals</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/OffsetColumnIndex.html" title="class in org.apache.sysds.runtime.functionobjects">OffsetColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/OperationsOnMatrixValues.html" title="class in org.apache.sysds.runtime.matrix.data">OperationsOnMatrixValues</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/Operator.html" title="class in org.apache.sysds.runtime.matrix.operators">Operator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizationWrapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizationWrapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.CostModelType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer.CostModelType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.PlanInputType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer.PlanInputType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerConstrained.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerConstrained</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerHeuristic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerHeuristic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerRuleBased.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerRuleBased</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops">OptimizerUtils</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.OptimizationLevel.html" title="enum in org.apache.sysds.hops">OptimizerUtils.OptimizationLevel</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ExecType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.ExecType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.NodeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.NodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ParamType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.ParamType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNodeStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNodeStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTree.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTree</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreeConverter.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreeConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanChecker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanChecker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMapping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMapping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingAbstract.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMappingAbstract</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMappingRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Or.html" title="class in org.apache.sysds.runtime.functionobjects">Or</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ORLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ORSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/OuterVectorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">OuterVectorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/lops/OutputParameters.html" title="class in org.apache.sysds.lops">OutputParameters</a></li>
+<li><a href="org/apache/sysds/parser/OutputStatement.html" title="class in org.apache.sysds.parser">OutputStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/PageCache.html" title="class in org.apache.sysds.runtime.controlprogram.caching">PageCache</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Pair.html" title="class in org.apache.sysds.runtime.matrix.data">Pair</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableBlock.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">PairWritableBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableCell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">PairWritableCell</a></li>
+<li><a href="org/apache/sysds/utils/ParameterBuilder.html" title="class in org.apache.sysds.utils">ParameterBuilder</a></li>
+<li><a href="org/apache/sysds/parser/ParameterExpression.html" title="class in org.apache.sysds.parser">ParameterExpression</a></li>
+<li><a href="org/apache/sysds/lops/ParameterizedBuiltin.html" title="class in org.apache.sysds.lops">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.html" title="class in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ParameterizedBuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin.ParameterizedBuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ProbabilityDistributionCode.html" title="enum in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin.ProbabilityDistributionCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">ParameterizedBuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/hops/ParameterizedBuiltinOp.html" title="class in org.apache.sysds.hops">ParameterizedBuiltinOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.CreateMatrixCell.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.CreateMatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ParamservBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">ParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamservUtils.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">ParamservUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParForBody.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ParForBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PartitionFormat.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitionFormat.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PDataPartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PExecMode.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PExecMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.POptMode.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.POptMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PResultMerge.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PTaskPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PTaskPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatement.html" title="class in org.apache.sysds.parser">ParForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser">ParForStatementBlock</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.ResultVar.html" title="class in org.apache.sysds.parser">ParForStatementBlock.ResultVar</a></li>
+<li><a href="org/apache/sysds/parser/ParseException.html" title="class in org.apache.sysds.parser">ParseException</a></li>
+<li><a href="org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser"><span class="interfaceName">ParseInfo</span></a></li>
+<li><a href="org/apache/sysds/parser/ParserFactory.html" title="class in org.apache.sysds.parser">ParserFactory</a></li>
+<li><a href="org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser">ParserWrapper</a></li>
+<li><a href="org/apache/sysds/lops/PartialAggregate.html" title="class in org.apache.sysds.lops">PartialAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">PartitionedBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.data">PartitionedBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ParWorker</a></li>
+<li><a href="org/apache/sysds/parser/PathStatement.html" title="class in org.apache.sysds.parser">PathStatement</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInCombiner.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">PerformGroupByAggInCombiner</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInReducer.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">PerformGroupByAggInReducer</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops">PickByCount.OperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html" title="class in org.apache.sysds.hops.codegen.opt">PlanAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode">PlanningCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.GroupableColInfo.html" title="class in org.apache.sysds.runtime.compress.cocode">PlanningCoCoder.GroupableColInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode">PlanningCoCoder.PartitionerType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCodingGroup.html" title="class in org.apache.sysds.runtime.compress.cocode">PlanningCoCodingGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCodingGroup.ColIndexes.html" title="class in org.apache.sysds.runtime.compress.cocode">PlanningCoCodingGroup.ColIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningMemoTable.html" title="class in org.apache.sysds.runtime.compress.cocode">PlanningMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanPartition.html" title="class in org.apache.sysds.hops.codegen.opt">PlanPartition</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.BasicPlanComparator.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection.BasicPlanComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.TypedPlanComparator.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection.TypedPlanComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMark.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection.VisitMark</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection.VisitMarkCost</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseAll</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBased</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBasedV2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseNoRedundancy.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseNoRedundancy</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Plus.html" title="class in org.apache.sysds.runtime.functionobjects">Plus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/PlusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects">PlusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PMapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">PMapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.CacheType.html" title="enum in org.apache.sysds.lops">PMMJ.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PMMJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">PMMJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">PmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/PoissonPRNGenerator.html" title="class in org.apache.sysds.runtime.util">PoissonPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power.html" title="class in org.apache.sysds.runtime.functionobjects">Power</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power2.html" title="class in org.apache.sysds.runtime.functionobjects">Power2</a></li>
+<li><a href="org/apache/sysds/api/jmlc/PreparedScript.html" title="class in org.apache.sysds.api.jmlc">PreparedScript</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser">PrintStatement</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.PRINTTYPE.html" title="enum in org.apache.sysds.parser">PrintStatement.PRINTTYPE</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.html" title="class in org.apache.sysds.runtime.privacy">PrivacyConstraint</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.PrivacyLevel.html" title="enum in org.apache.sysds.runtime.privacy">PrivacyConstraint.PrivacyLevel</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyMonitor.html" title="class in org.apache.sysds.runtime.privacy">PrivacyMonitor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/util/PRNGenerator.html" title="class in org.apache.sysds.runtime.util">PRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/Program.html" title="class in org.apache.sysds.runtime.controlprogram">Program</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/util/ProgramConverter.html" title="class in org.apache.sysds.runtime.util">ProgramConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/ProgramRecompiler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">ProgramRecompiler</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriter.html" title="class in org.apache.sysds.hops.rewrite">ProgramRewriter</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html" title="class in org.apache.sysds.hops.rewrite">ProgramRewriteStatus</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ProjectInfo.html" title="class in org.apache.sysds.api.mlcontext">ProjectInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcCall.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcCall</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcFactory.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcHandler.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcObject.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/PSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">PSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/util/Py4jConverterUtils.html" title="class in org.apache.sysds.runtime.util">Py4jConverterUtils</a></li>
+<li><a href="org/apache/sysds/api/PythonDMLScript.html" title="class in org.apache.sysds.api">PythonDMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantilePickCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuantilePickCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantilePickSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuantilePickSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantileSortCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuantileSortCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantileSortSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuantileSortSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuaternaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuaternaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/QuaternaryOp.html" title="class in org.apache.sysds.hops">QuaternaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/QuaternaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">QuaternaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuaternarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuaternarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/RandNPair.html" title="class in org.apache.sysds.runtime.util">RandNPair</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.html" title="class in org.apache.sysds.runtime.matrix.data">RandomMatrixGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RandSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">RandSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.BinaryCellToBinaryBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils.BinaryCellToBinaryBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.DataFrameExtractIDFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils.DataFrameExtractIDFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.AddRowID.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt.AddRowID</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html" title="enum in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt.RDDConverterTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RDDObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">RDDObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils.IndexComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator2.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils.IndexComparator2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.html" title="class in org.apache.sysds.hops.codegen.opt">ReachabilityGraph</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.SubProblem.html" title="class in org.apache.sysds.hops.codegen.opt">ReachabilityGraph.SubProblem</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">ReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">ReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelectionDense.html" title="class in org.apache.sysds.runtime.compress">ReaderColumnSelectionDense</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelectionDenseSample.html" title="class in org.apache.sysds.runtime.compress">ReaderColumnSelectionDenseSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCell.html" title="class in org.apache.sysds.runtime.io">ReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.CellBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CountNnzTask.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.CountNnzTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.ReadTask.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.ReadTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSV.html" title="class in org.apache.sysds.runtime.io">ReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVM.html" title="class in org.apache.sysds.runtime.io">ReaderTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReadProperties.html" title="class in org.apache.sysds.runtime.io">ReadProperties</a></li>
+<li><a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/ReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data">ReblockBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReblockTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReblockTensorFunction</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.html" title="class in org.apache.sysds.hops.recompile">Recompiler</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.ResetType.html" title="enum in org.apache.sysds.hops.recompile">Recompiler.ResetType</a></li>
+<li><a href="org/apache/sysds/hops/recompile/RecompileStatus.html" title="class in org.apache.sysds.hops.recompile">RecompileStatus</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/RecomputeNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">RecomputeNnzFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceAll.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceAll</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceCol.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceCol</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceDiag.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceDiag</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceRow.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceRow</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReIndexOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ReIndexOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/RelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">RelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser">RelationalExpression</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteDPParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteDPParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForJobReturn.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForJobReturn</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ReorgCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ReorgGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ReorgGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReorgMapFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReorgMapFunction</a></li>
+<li><a href="org/apache/sysds/hops/ReorgOp.html" title="class in org.apache.sysds.hops">ReorgOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReorgOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ReorgOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReorgSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ReorgSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateTensorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateVectorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateVectorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReshapeCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ReshapeCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMerge.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalAutomatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalAutomatic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalFile.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalFile</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteGrouping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteGrouping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSorting.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSorting</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSparkWCompare</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeTaggedMatrixIndexes</a></li>
+<li><a href="org/apache/sysds/api/jmlc/ResultVariables.html" title="class in org.apache.sysds.api.jmlc">ResultVariables</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/RevIndex.html" title="class in org.apache.sysds.runtime.functionobjects">RevIndex</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationDynamic.html" title="class in org.apache.sysds.hops.rewrite">RewriteAlgebraicSimplificationDynamic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationStatic.html" title="class in org.apache.sysds.hops.rewrite">RewriteAlgebraicSimplificationStatic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteBlockSizeAndReblock.html" title="class in org.apache.sysds.hops.rewrite">RewriteBlockSizeAndReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.html" title="class in org.apache.sysds.hops.rewrite">RewriteCommonSubexpressionElimination</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.LiteralKey.html" title="class in org.apache.sysds.hops.rewrite">RewriteCommonSubexpressionElimination.LiteralKey</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCompressedReblock.html" title="class in org.apache.sysds.hops.rewrite">RewriteCompressedReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteConstantFolding.html" title="class in org.apache.sysds.hops.rewrite">RewriteConstantFolding</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteElementwiseMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite">RewriteElementwiseMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteForLoopVectorization.html" title="class in org.apache.sysds.hops.rewrite">RewriteForLoopVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html" title="class in org.apache.sysds.hops.rewrite">RewriteGPUSpecificOps</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteHoistLoopInvariantOperations.html" title="class in org.apache.sysds.hops.rewrite">RewriteHoistLoopInvariantOperations</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteIndexingVectorization.html" title="class in org.apache.sysds.hops.rewrite">RewriteIndexingVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkLoopCheckpointing.html" title="class in org.apache.sysds.hops.rewrite">RewriteInjectSparkLoopCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkPReadCheckpointing.html" title="class in org.apache.sysds.hops.rewrite">RewriteInjectSparkPReadCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html" title="class in org.apache.sysds.hops.rewrite">RewriteMarkLoopVariablesUpdateInPlace</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite">RewriteMatrixMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimizationSparse.html" title="class in org.apache.sysds.hops.rewrite">RewriteMatrixMultChainOptimizationSparse</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMergeBlockSequence.html" title="class in org.apache.sysds.hops.rewrite">RewriteMergeBlockSequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveDanglingParentReferences.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveDanglingParentReferences</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveEmptyBasicBlocks</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemovePersistentReadWrite.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemovePersistentReadWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveReadAfterWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryBranches.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveUnnecessaryBranches</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveUnnecessaryCasts</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagDataDependentOperators.html" title="class in org.apache.sysds.hops.rewrite">RewriteSplitDagDataDependentOperators</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html" title="class in org.apache.sysds.hops.rewrite">RewriteSplitDagUnknownCSVRead</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteTransientWriteParentHandling.html" title="class in org.apache.sysds.hops.rewrite">RewriteTransientWriteParentHandling</a></li>
+<li><a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/RightScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">RightScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">RmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RowMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">RowMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObject.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObjectFactory.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarObjectFactory</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ScalarOperator</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Script.html" title="class in org.apache.sysds.api.mlcontext">Script</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptExecutor.html" title="class in org.apache.sysds.api.mlcontext">ScriptExecutor</a></li>
+<li><a href="org/apache/sysds/api/ScriptExecutorUtils.html" title="class in org.apache.sysds.api">ScriptExecutorUtils</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptFactory.html" title="class in org.apache.sysds.api.mlcontext">ScriptFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerLongWritable.html" title="class in org.apache.sysds.runtime.instructions.spark.data">SerLongWritable</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerText.html" title="class in org.apache.sysds.runtime.instructions.spark.data">SerText</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ShadowBuffer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">ShadowBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">ShlosserEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">ShlosserJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/SimpleOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">SimpleOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/SinglePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data">SinglePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SmoothedJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">SmoothedJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SortIndex.html" title="class in org.apache.sysds.runtime.functionobjects">SortIndex</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/util/SortUtils.html" title="class in org.apache.sysds.runtime.util">SortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SparkDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">SparkDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context">SparkExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.SparkClusterConfig.html" title="class in org.apache.sysds.runtime.controlprogram.context">SparkExecutionContext.SparkClusterConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSBody.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSProxy.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSProxy</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/SparkUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">SparkUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.html" title="class in org.apache.sysds.runtime.data">SparseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.Type.html" title="enum in org.apache.sysds.runtime.data">SparseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCOO.html" title="class in org.apache.sysds.runtime.data">SparseBlockCOO</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCSR.html" title="class in org.apache.sysds.runtime.data">SparseBlockCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockFactory.html" title="class in org.apache.sysds.runtime.data">SparseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockMCSR.html" title="class in org.apache.sysds.runtime.data">SparseBlockMCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRow.html" title="class in org.apache.sysds.runtime.data">SparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/SparseRowIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup">SparseRowIterator</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowScalar.html" title="class in org.apache.sysds.runtime.data">SparseRowScalar</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowVector.html" title="class in org.apache.sysds.runtime.data">SparseRowVector</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim">SparsityEstimator</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.OpCode.html" title="enum in org.apache.sysds.hops.estim">SparsityEstimator.OpCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.SPType.html" title="enum in org.apache.sysds.runtime.instructions.spark">SPInstruction.SPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/SPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">SPInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCellwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html" title="enum in org.apache.sysds.runtime.codegen">SpoofCellwise.AggOp</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.CellType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofCellwise.CellType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen">SpoofCompiler</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.CompilerType.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.CompilerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.IntegrationType.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.IntegrationType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.PlanCachePolicy</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanSelector.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.PlanSelector</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.RegisterAlloc</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SpoofCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">SpoofCPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/SpoofFused.html" title="class in org.apache.sysds.lops">SpoofFused</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.html" title="class in org.apache.sysds.hops.codegen">SpoofFusedOp</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html" title="enum in org.apache.sysds.hops.codegen">SpoofFusedOp.SpoofOutputDimsType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofMultiAggregate.html" title="class in org.apache.sysds.runtime.codegen">SpoofMultiAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInput.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseCell.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInputSparseCell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseRow.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInputSparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.html" title="class in org.apache.sysds.runtime.codegen">SpoofOuterProduct</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.OutProdType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofOuterProduct.OutProdType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofRowwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.RowType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofRowwise.RowType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">SpoofSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.ReplicateRightFactorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">SpoofSPInstruction.ReplicateRightFactorFunction</a></li>
+<li><a href="org/apache/sysds/lops/Sql.html" title="class in org.apache.sysds.lops">Sql</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SqlCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">SqlCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/StagingFileUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">StagingFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.stat">Stat</a></li>
+<li><a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser">Statement.PSCheckpointing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser">Statement.PSFrequency</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser">Statement.PSModeType</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser">Statement.PSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser">Statement.PSUpdateType</a></li>
+<li><a href="org/apache/sysds/parser/StatementBlock.html" title="class in org.apache.sysds.parser">StatementBlock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/StatementBlockRewriteRule.html" title="class in org.apache.sysds.hops.rewrite">StatementBlockRewriteRule</a></li>
+<li><a href="org/apache/sysds/parser/dml/StatementInfo.html" title="class in org.apache.sysds.parser.dml">StatementInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/StatisticMonitor.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">StatisticMonitor</a></li>
+<li><a href="org/apache/sysds/utils/Statistics.html" title="class in org.apache.sysds.utils">Statistics</a></li>
+<li><a href="org/apache/sysds/parser/StringIdentifier.html" title="class in org.apache.sysds.parser">StringIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">StringInitCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringObject.html" title="class in org.apache.sysds.runtime.instructions.cp">StringObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SwapIndex.html" title="class in org.apache.sysds.runtime.functionobjects">SwapIndex</a></li>
+<li><a href="org/apache/sysds/utils/SystemDSLoaderUtils.html" title="class in org.apache.sysds.utils">SystemDSLoaderUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">Task</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.TaskType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor">Task.TaskType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoring.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoring</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmax.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoringCmax</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmin.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoringCmin</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFixedsize.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFixedsize</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerNaive.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerNaive</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerStatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.html" title="class in org.apache.sysds.hops.codegen.template">TemplateBase</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.CloseType.html" title="enum in org.apache.sysds.hops.codegen.template">TemplateBase.CloseType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.TemplateType.html" title="enum in org.apache.sysds.hops.codegen.template">TemplateBase.TemplateType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.html" title="class in org.apache.sysds.hops.codegen.template">TemplateCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template">TemplateCell.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateMultiAgg.html" title="class in org.apache.sysds.hops.codegen.template">TemplateMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateOuterProduct.html" title="class in org.apache.sysds.hops.codegen.template">TemplateOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.html" title="class in org.apache.sysds.hops.codegen.template">TemplateRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template">TemplateRow.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateUtils.html" title="class in org.apache.sysds.hops.codegen.template">TemplateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorBlock.html" title="class in org.apache.sysds.runtime.data">TensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/meta/TensorCharacteristics.html" title="class in org.apache.sysds.runtime.meta">TensorCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorIndexes.html" title="class in org.apache.sysds.runtime.data">TensorIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/TensorObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">TensorObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReader.html" title="class in org.apache.sysds.runtime.io">TensorReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">TensorReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">TensorReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderFactory.html" title="class in org.apache.sysds.runtime.io">TensorReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCell.html" title="class in org.apache.sysds.runtime.io">TensorReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">TensorReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">TensorTensorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">TensorTensorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriter.html" title="class in org.apache.sysds.runtime.io">TensorWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.WriteFileTask.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlockParallel.WriteFileTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterFactory.html" title="class in org.apache.sysds.runtime.io">TensorWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCell.html" title="class in org.apache.sysds.runtime.io">TensorWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">TensorWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/lops/Ternary.html" title="class in org.apache.sysds.lops">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">TernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/TernaryOp.html" title="class in org.apache.sysds.hops">TernaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/TernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">TernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">TernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects">TernaryValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.ValueFunctionWithConstant.html" title="interface in org.apache.sysds.runtime.functionobjects"><span class="interfaceName">TernaryValueFunction.ValueFunctionWithConstant</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TextToBinaryCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data">TextToBinaryCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfMetaUtils.html" title="class in org.apache.sysds.runtime.transform.meta">TfMetaUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfOffsetMap.html" title="class in org.apache.sysds.runtime.transform.meta">TfOffsetMap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.html" title="class in org.apache.sysds.runtime.transform">TfUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.ColumnTypes.html" title="enum in org.apache.sysds.runtime.transform">TfUtils.ColumnTypes</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.TfMethod.html" title="enum in org.apache.sysds.runtime.transform">TfUtils.TfMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Timing.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">Timing</a></li>
+<li><a href="org/apache/sysds/lops/Transform.html" title="class in org.apache.sysds.lops">Transform</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.html" title="class in org.apache.sysds.runtime.matrix.data">TripleIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.Comparator.html" title="class in org.apache.sysds.runtime.matrix.data">TripleIndexes.Comparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/Tsmm2SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">Tsmm2SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TsmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">TsmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/common/Types.html" title="class in org.apache.sysds.common">Types</a></li>
+<li><a href="org/apache/sysds/common/Types.AggOp.html" title="enum in org.apache.sysds.common">Types.AggOp</a></li>
+<li><a href="org/apache/sysds/common/Types.BlockType.html" title="enum in org.apache.sysds.common">Types.BlockType</a></li>
+<li><a href="org/apache/sysds/common/Types.CorrectionLocationType.html" title="enum in org.apache.sysds.common">Types.CorrectionLocationType</a></li>
+<li><a href="org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a></li>
+<li><a href="org/apache/sysds/common/Types.Direction.html" title="enum in org.apache.sysds.common">Types.Direction</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecMode.html" title="enum in org.apache.sysds.common">Types.ExecMode</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a></li>
+<li><a href="org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common">Types.FileFormat</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp1.html" title="enum in org.apache.sysds.common">Types.OpOp1</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp2.html" title="enum in org.apache.sysds.common">Types.OpOp2</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp3.html" title="enum in org.apache.sysds.common">Types.OpOp3</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp4.html" title="enum in org.apache.sysds.common">Types.OpOp4</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpData.html" title="enum in org.apache.sysds.common">Types.OpOpData</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDG.html" title="enum in org.apache.sysds.common">Types.OpOpDG</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDnn.html" title="enum in org.apache.sysds.common">Types.OpOpDnn</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpN.html" title="enum in org.apache.sysds.common">Types.OpOpN</a></li>
+<li><a href="org/apache/sysds/common/Types.ParamBuiltinOp.html" title="enum in org.apache.sysds.common">Types.ParamBuiltinOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReOrgOp.html" title="enum in org.apache.sysds.common">Types.ReOrgOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReturnType.html" title="enum in org.apache.sysds.common">Types.ReturnType</a></li>
+<li><a href="org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a></li>
+<li><a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UaggOuterChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UaggOuterChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UaggOuterChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UaggOuterChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Unary.html" title="class in org.apache.sysds.lops">Unary</a></li>
+<li><a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">UnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnaryFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnaryMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/UnaryOp.html" title="class in org.apache.sysds.hops">UnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/UnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">UnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/UncompressedBitmap.html" title="class in org.apache.sysds.runtime.compress">UncompressedBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/UnifiedMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">UnifiedMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/util/UniformPRNGenerator.html" title="class in org.apache.sysds.runtime.util">UniformPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/util/UtilFunctions.html" title="class in org.apache.sysds.runtime.util">UtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueComparisonFunction.html" title="class in org.apache.sysds.runtime.functionobjects">ValueComparisonFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects">ValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">VariableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.VariableOperationCode.html" title="enum in org.apache.sysds.runtime.instructions.cp">VariableCPInstruction.VariableOperationCode</a></li>
+<li><a href="org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></li>
+<li><a href="org/apache/sysds/hops/cost/VarStats.html" title="class in org.apache.sysds.hops.cost">VarStats</a></li>
+<li><a href="org/apache/sysds/common/Warnings.html" title="class in org.apache.sysds.common">Warnings</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedCell.html" title="class in org.apache.sysds.runtime.matrix.data">WeightedCell</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops">WeightedCrossEntropy.WCeMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops">WeightedDivMM.WDivMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedPair.html" title="class in org.apache.sysds.runtime.matrix.data">WeightedPair</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops">WeightedSigmoid.WSigmoidType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops">WeightedSquaredLoss.WeightsType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops">WeightedUnaryMM.WUMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/WhileProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">WhileProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatement.html" title="class in org.apache.sysds.parser">WhileStatement</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatementBlock.html" title="class in org.apache.sysds.parser">WhileStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">WriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">WriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarket.html" title="class in org.apache.sysds.runtime.io">WriterMatrixMarket</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarketParallel.html" title="class in org.apache.sysds.runtime.io">WriterMatrixMarketParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCell.html" title="class in org.apache.sysds.runtime.io">WriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSV.html" title="class in org.apache.sysds.runtime.io">WriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVM.html" title="class in org.apache.sysds.runtime.io">WriterTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">WriteSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Xor.html" title="class in org.apache.sysds.runtime.functionobjects">Xor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ZipmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ZipmmSPInstruction</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/docs/api/java/constant-values.html b/docs/api/java/constant-values.html
new file mode 100644
index 0000000..b0ed6cd
--- /dev/null
+++ b/docs/api/java/constant-values.html
@@ -0,0 +1,6401 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_252) on Thu Jun 18 13:32:49 CEST 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (SystemDS 2.0.0-SNAPSHOT API)</title>
+<meta name="date" content="2020-06-18">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Constant Field Values (SystemDS 2.0.0-SNAPSHOT API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+<ul>
+<li><a href="#org.apache">org.apache.*</a></li>
+</ul>
+</div>
+<div class="constantValuesContainer"><a name="org.apache">
+<!--   -->
+</a>
+<h2 title="org.apache">org.apache.*</h2>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.api.<a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api">DMLException</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.api.DMLException.ERROR_MSG_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/DMLException.html#ERROR_MSG_DELIMITER">ERROR_MSG_DELIMITER</a></code></td>
+<td class="colLast"><code>" : "</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.api.mlcontext.<a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextUtil</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.api.mlcontext.MLContextUtil.BUILD_TIME_NOT_AVAILABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html#BUILD_TIME_NOT_AVAILABLE">BUILD_TIME_NOT_AVAILABLE</a></code></td>
+<td class="colLast"><code>"Build time not available"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.api.mlcontext.MLContextUtil.VERSION_NOT_AVAILABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html#VERSION_NOT_AVAILABLE">VERSION_NOT_AVAILABLE</a></code></td>
+<td class="colLast"><code>"Version not available"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.conf.<a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf">DMLConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.AVAILABLE_GPUS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#AVAILABLE_GPUS">AVAILABLE_GPUS</a></code></td>
+<td class="colLast"><code>"sysds.gpu.availableGPUs"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN">CODEGEN</a></code></td>
+<td class="colLast"><code>"sysds.codegen.enabled"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_COMPILER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_COMPILER">CODEGEN_COMPILER</a></code></td>
+<td class="colLast"><code>"sysds.codegen.compiler"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_LITERALS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_LITERALS">CODEGEN_LITERALS</a></code></td>
+<td class="colLast"><code>"sysds.codegen.literals"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_OPTIMIZER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_OPTIMIZER">CODEGEN_OPTIMIZER</a></code></td>
+<td class="colLast"><code>"sysds.codegen.optimizer"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_PLANCACHE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_PLANCACHE">CODEGEN_PLANCACHE</a></code></td>
+<td class="colLast"><code>"sysds.codegen.plancache"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_LINALG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_LINALG">COMPRESSED_LINALG</a></code></td>
+<td class="colLast"><code>"sysds.compressed.linalg"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CP_PARALLEL_IO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CP_PARALLEL_IO">CP_PARALLEL_IO</a></code></td>
+<td class="colLast"><code>"sysds.cp.parallel.io"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CP_PARALLEL_OPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CP_PARALLEL_OPS">CP_PARALLEL_OPS</a></code></td>
+<td class="colLast"><code>"sysds.cp.parallel.ops"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_BLOCK_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></code></td>
+<td class="colLast"><code>"sysds.defaultblocksize"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_FEDERATED_PORT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_FEDERATED_PORT">DEFAULT_FEDERATED_PORT</a></code></td>
+<td class="colLast"><code>"4040"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS">DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS</a></code></td>
+<td class="colLast"><code>"1"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_SHARED_DIR_PERMISSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_SHARED_DIR_PERMISSION">DEFAULT_SHARED_DIR_PERMISSION</a></code></td>
+<td class="colLast"><code>"777"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_SYSTEMDS_CONFIG_FILEPATH">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_SYSTEMDS_CONFIG_FILEPATH">DEFAULT_SYSTEMDS_CONFIG_FILEPATH</a></code></td>
+<td class="colLast"><code>"./SystemDS-config.xml"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.EAGER_CUDA_FREE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#EAGER_CUDA_FREE">EAGER_CUDA_FREE</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eager.cudaFree"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.EVICTION_SHADOW_BUFFERSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#EVICTION_SHADOW_BUFFERSIZE">EVICTION_SHADOW_BUFFERSIZE</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eviction.shadow.bufferSize"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.FLOATING_POINT_PRECISION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#FLOATING_POINT_PRECISION">FLOATING_POINT_PRECISION</a></code></td>
+<td class="colLast"><code>"sysds.floating.point.precision"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_EVICTION_POLICY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_EVICTION_POLICY">GPU_EVICTION_POLICY</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eviction.policy"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_MEMORY_ALLOCATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_MEMORY_ALLOCATOR">GPU_MEMORY_ALLOCATOR</a></code></td>
+<td class="colLast"><code>"sysds.gpu.memory.allocator"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_MEMORY_UTILIZATION_FACTOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_MEMORY_UTILIZATION_FACTOR">GPU_MEMORY_UTILIZATION_FACTOR</a></code></td>
+<td class="colLast"><code>"sysds.gpu.memory.util.factor"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LOCAL_SPARK_NUM_THREADS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LOCAL_SPARK_NUM_THREADS">LOCAL_SPARK_NUM_THREADS</a></code></td>
+<td class="colLast"><code>"sysds.local.spark.number.threads"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LOCAL_TMP_DIR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LOCAL_TMP_DIR">LOCAL_TMP_DIR</a></code></td>
+<td class="colLast"><code>"sysds.localtmpdir"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.NATIVE_BLAS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#NATIVE_BLAS">NATIVE_BLAS</a></code></td>
+<td class="colLast"><code>"sysds.native.blas"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.NATIVE_BLAS_DIR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#NATIVE_BLAS_DIR">NATIVE_BLAS_DIR</a></code></td>
+<td class="colLast"><code>"sysds.native.blas.directory"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.OPTIMIZATION_LEVEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#OPTIMIZATION_LEVEL">OPTIMIZATION_LEVEL</a></code></td>
+<td class="colLast"><code>"sysds.optlevel"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PRINT_GPU_MEMORY_INFO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#PRINT_GPU_MEMORY_INFO">PRINT_GPU_MEMORY_INFO</a></code></td>
+<td class="colLast"><code>"sysds.gpu.print.memoryInfo"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.SCRATCH_SPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#SCRATCH_SPACE">SCRATCH_SPACE</a></code></td>
+<td class="colLast"><code>"sysds.scratch"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.STATS_MAX_WRAP_LEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#STATS_MAX_WRAP_LEN">STATS_MAX_WRAP_LEN</a></code></td>
+<td class="colLast"><code>"sysds.stats.maxWrapLength"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.SYNCHRONIZE_GPU">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#SYNCHRONIZE_GPU">SYNCHRONIZE_GPU</a></code></td>
+<td class="colLast"><code>"sysds.gpu.sync.postProcess"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops">AggBinaryOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.AggBinaryOp.MAPMULT_MEM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/AggBinaryOp.html#MAPMULT_MEM_MULTIPLIER">MAPMULT_MEM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops">BinaryOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.BinaryOp.APPEND_MEM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/BinaryOp.html#APPEND_MEM_MULTIPLIER">APPEND_MEM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops">DataGenOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.DataGenOp.UNSPECIFIED_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/DataGenOp.html#UNSPECIFIED_SEED">UNSPECIFIED_SEED</a></code></td>
+<td class="colLast"><code>-1L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops">FunctionOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.FunctionOp.OPSTRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/hops/FunctionOp.html#OPSTRING">OPSTRING</a></code></td>
+<td class="colLast"><code>"extfunct"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops">Hop</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.Hop.CPThreshold">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/Hop.html#CPThreshold">CPThreshold</a></code></td>
+<td class="colLast"><code>2000L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops">OptimizerUtils</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.ALLOW_COMBINE_FILE_INPUT_FORMAT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#ALLOW_COMBINE_FILE_INPUT_FORMAT">ALLOW_COMBINE_FILE_INPUT_FORMAT</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.BOOLEAN_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#BOOLEAN_SIZE">BOOLEAN_SIZE</a></code></td>
+<td class="colLast"><code>1L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.CHAR_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#CHAR_SIZE">CHAR_SIZE</a></code></td>
+<td class="colLast"><code>1L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DEFAULT_BLOCKSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DEFAULT_BLOCKSIZE">DEFAULT_BLOCKSIZE</a></code></td>
+<td class="colLast"><code>1000</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DEFAULT_FRAME_BLOCKSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DEFAULT_FRAME_BLOCKSIZE">DEFAULT_FRAME_BLOCKSIZE</a></code></td>
+<td class="colLast"><code>1000</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DOUBLE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DOUBLE_SIZE">DOUBLE_SIZE</a></code></td>
+<td class="colLast"><code>8L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.INT_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#INT_SIZE">INT_SIZE</a></code></td>
+<td class="colLast"><code>4L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.INVALID_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#INVALID_SIZE">INVALID_SIZE</a></code></td>
+<td class="colLast"><code>-1.0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.MAX_NUMCELLS_CP_DENSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#MAX_NUMCELLS_CP_DENSE">MAX_NUMCELLS_CP_DENSE</a></code></td>
+<td class="colLast"><code>2147483647L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.PARALLEL_CP_READ_PARALLELISM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#PARALLEL_CP_READ_PARALLELISM_MULTIPLIER">PARALLEL_CP_READ_PARALLELISM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER">PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.SAFE_REP_CHANGE_THRES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#SAFE_REP_CHANGE_THRES">SAFE_REP_CHANGE_THRES</a></code></td>
+<td class="colLast"><code>8388608L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.codegen.<a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen">SpoofCompiler</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.LDEBUG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#LDEBUG">LDEBUG</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.PLAN_CACHE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#PLAN_CACHE_SIZE">PLAN_CACHE_SIZE</a></code></td>
+<td class="colLast"><code>1024</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.PRUNE_REDUNDANT_PLANS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#PRUNE_REDUNDANT_PLANS">PRUNE_REDUNDANT_PLANS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.RECOMPILE_CODEGEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#RECOMPILE_CODEGEN">RECOMPILE_CODEGEN</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.codegen.opt.<a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBasedV2</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2.COST_MIN_EPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html#COST_MIN_EPS">COST_MIN_EPS</a></code></td>
+<td class="colLast"><code>0.01</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2.COST_MIN_EPS_NUM_POINTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html#COST_MIN_EPS_NUM_POINTS">COST_MIN_EPS_NUM_POINTS</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.cost.<a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost">CostEstimatorStaticRuntime</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.cost.CostEstimatorStaticRuntime.DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html#DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE">DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE</a></code></td>
+<td class="colLast"><code>75.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.estim.<a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim">SparsityEstimator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.estim.SparsityEstimator.MIN_PAR_THRESHOLD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/estim/SparsityEstimator.html#MIN_PAR_THRESHOLD">MIN_PAR_THRESHOLD</a></code></td>
+<td class="colLast"><code>10240</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.ipa.<a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa">InterProceduralAnalysis</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.ALLOW_MULTIPLE_FUNCTION_CALLS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#ALLOW_MULTIPLE_FUNCTION_CALLS">ALLOW_MULTIPLE_FUNCTION_CALLS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.APPLY_DYNAMIC_REWRITES">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#APPLY_DYNAMIC_REWRITES">APPLY_DYNAMIC_REWRITES</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.APPLY_STATIC_REWRITES">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#APPLY_STATIC_REWRITES">APPLY_STATIC_REWRITES</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.ELIMINATE_DEAD_CODE">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#ELIMINATE_DEAD_CODE">ELIMINATE_DEAD_CODE</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.FLAG_FUNCTION_RECOMPILE_ONCE">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#FLAG_FUNCTION_RECOMPILE_ONCE">FLAG_FUNCTION_RECOMPILE_ONCE</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.FLAG_NONDETERMINISM">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#FLAG_NONDETERMINISM">FLAG_NONDETERMINISM</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.FORWARD_SIMPLE_FUN_CALLS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#FORWARD_SIMPLE_FUN_CALLS">FORWARD_SIMPLE_FUN_CALLS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.INLINING_MAX_NUM_OPS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#INLINING_MAX_NUM_OPS">INLINING_MAX_NUM_OPS</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.INTRA_PROCEDURAL_ANALYSIS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#INTRA_PROCEDURAL_ANALYSIS">INTRA_PROCEDURAL_ANALYSIS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.PROPAGATE_KNOWN_UDF_STATISTICS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#PROPAGATE_KNOWN_UDF_STATISTICS">PROPAGATE_KNOWN_UDF_STATISTICS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.PROPAGATE_SCALAR_LITERALS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#PROPAGATE_SCALAR_LITERALS">PROPAGATE_SCALAR_LITERALS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.PROPAGATE_SCALAR_VARS_INTO_FUN">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#PROPAGATE_SCALAR_VARS_INTO_FUN">PROPAGATE_SCALAR_VARS_INTO_FUN</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.REMOVE_CONSTANT_BINARY_OPS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#REMOVE_CONSTANT_BINARY_OPS">REMOVE_CONSTANT_BINARY_OPS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.REMOVE_UNNECESSARY_CHECKPOINTS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#REMOVE_UNNECESSARY_CHECKPOINTS">REMOVE_UNNECESSARY_CHECKPOINTS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.ipa.InterProceduralAnalysis.REMOVE_UNUSED_FUNCTIONS">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html#REMOVE_UNUSED_FUNCTIONS">REMOVE_UNUSED_FUNCTIONS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops">Append</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Append.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Append.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"append"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendG.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendG.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"gappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendGAlignedSP.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendGAlignedSP.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"galignedappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.BinaryUAggChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/BinaryUAggChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"binuaggchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Checkpoint.CHECKPOINT_SPARSE_CSR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/lops/Checkpoint.html#CHECKPOINT_SPARSE_CSR">CHECKPOINT_SPARSE_CSR</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Checkpoint.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Checkpoint.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"chkpoint"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops">Compression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Compression.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Compression.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"compress"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.CSVReBlock.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/CSVReBlock.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"csvrblk"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops">Data</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Data.PREAD_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Data.html#PREAD_PREFIX">PREAD_PREFIX</a></code></td>
+<td class="colLast"><code>"pREAD"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.RAND_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#RAND_OPCODE">RAND_OPCODE</a></code></td>
+<td class="colLast"><code>"rand"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SAMPLE_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SAMPLE_OPCODE">SAMPLE_OPCODE</a></code></td>
+<td class="colLast"><code>"sample"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SEQ_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SEQ_OPCODE">SEQ_OPCODE</a></code></td>
+<td class="colLast"><code>"seq"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SINIT_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SINIT_OPCODE">SINIT_OPCODE</a></code></td>
+<td class="colLast"><code>"sinit"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.TIME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#TIME_OPCODE">TIME_OPCODE</a></code></td>
+<td class="colLast"><code>"time"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.GroupedAggregate.COMBINEDINPUT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/GroupedAggregate.html#COMBINEDINPUT">COMBINEDINPUT</a></code></td>
+<td class="colLast"><code>"combinedinput"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.GroupedAggregateM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/GroupedAggregateM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapgroupedagg"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.LeftIndex.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/LeftIndex.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"leftIndex"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.CP_CHILD_THREAD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#CP_CHILD_THREAD">CP_CHILD_THREAD</a></code></td>
+<td class="colLast"><code>"_t"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.CP_ROOT_THREAD_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#CP_ROOT_THREAD_ID">CP_ROOT_THREAD_ID</a></code></td>
+<td class="colLast"><code>"_t0"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.DATATYPE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#DATATYPE_PREFIX">DATATYPE_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.FILE_SEPARATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#FILE_SEPARATOR">FILE_SEPARATOR</a></code></td>
+<td class="colLast"><code>"/"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.FRAME_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#FRAME_VAR_NAME_PREFIX">FRAME_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_fVar"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.INSTRUCTION_DELIMITOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#INSTRUCTION_DELIMITOR">INSTRUCTION_DELIMITOR</a></code></td>
+<td class="colLast"><code>"\u2021"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.LITERAL_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#LITERAL_PREFIX">LITERAL_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.MATRIX_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#MATRIX_VAR_NAME_PREFIX">MATRIX_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_mVar"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.NAME_VALUE_SEPARATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#NAME_VALUE_SEPARATOR">NAME_VALUE_SEPARATOR</a></code></td>
+<td class="colLast"><code>"="</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.OPERAND_DELIMITOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#OPERAND_DELIMITOR">OPERAND_DELIMITOR</a></code></td>
+<td class="colLast"><code>"\u00b0"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.PROCESS_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#PROCESS_PREFIX">PROCESS_PREFIX</a></code></td>
+<td class="colLast"><code>"_p"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.SAMPLE_FRACTION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#SAMPLE_FRACTION">SAMPLE_FRACTION</a></code></td>
+<td class="colLast"><code>0.01</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.SCALAR_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#SCALAR_VAR_NAME_PREFIX">SCALAR_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_Var"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.UPDATE_INPLACE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#UPDATE_INPLACE_PREFIX">UPDATE_INPLACE_PREFIX</a></code></td>
+<td class="colLast"><code>"_uip"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.VALUETYPE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#VALUETYPE_PREFIX">VALUETYPE_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.VARIABLE_NAME_PLACEHOLDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#VARIABLE_NAME_PLACEHOLDER">VARIABLE_NAME_PLACEHOLDER</a></code></td>
+<td class="colLast"><code>"\u00b6"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMult.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMult.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMultChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMultChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapmmchain"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMultChain.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMultChain.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"mmchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PickByCount.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PickByCount.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"qpick"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PMapMult.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PMapMult.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"pmapmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PMMJ.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PMMJ.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"pmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.ReBlock.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/ReBlock.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rblk"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.RightIndex.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/RightIndex.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rightIndex"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.SortKeys.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/SortKeys.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"qsort"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.TernaryAggregate.OPCODE_C">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/TernaryAggregate.html#OPCODE_C">OPCODE_C</a></code></td>
+<td class="colLast"><code>"tack+*"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.TernaryAggregate.OPCODE_RC">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/TernaryAggregate.html#OPCODE_RC">OPCODE_RC</a></code></td>
+<td class="colLast"><code>"tak+*"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UAggOuterChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UAggOuterChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"uaggouterchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_BOOLEAN_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_BOOLEAN_OPCODE">CAST_AS_BOOLEAN_OPCODE</a></code></td>
+<td class="colLast"><code>"castvtb"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_DOUBLE_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_DOUBLE_OPCODE">CAST_AS_DOUBLE_OPCODE</a></code></td>
+<td class="colLast"><code>"castvtd"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_FRAME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_FRAME_OPCODE">CAST_AS_FRAME_OPCODE</a></code></td>
+<td class="colLast"><code>"castdtf"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_INT_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_INT_OPCODE">CAST_AS_INT_OPCODE</a></code></td>
+<td class="colLast"><code>"castvti"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_MATRIX_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_MATRIX_OPCODE">CAST_AS_MATRIX_OPCODE</a></code></td>
+<td class="colLast"><code>"castdtm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_SCALAR_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_SCALAR_OPCODE">CAST_AS_SCALAR_OPCODE</a></code></td>
+<td class="colLast"><code>"castdts"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropy.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropy.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwcemm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropy.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropy.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wcemm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropyR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwcemm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwdivmm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMM.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMM.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wdivmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMMR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMMR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwdivmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoid.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoid.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwsigmoid"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoid.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoid.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wsigmoid"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoidR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoidR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwsigmoid"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLoss.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLoss.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwsloss"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLoss.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLoss.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wsloss"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLossR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLossR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwsloss"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwumm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMM.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMM.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wumm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMMR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMMR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwumm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser">DataExpression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.AUTHORPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#AUTHORPARAM">AUTHORPARAM</a></code></td>
+<td class="colLast"><code>"author"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.COLUMNBLOCKCOUNTPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#COLUMNBLOCKCOUNTPARAM">COLUMNBLOCKCOUNTPARAM</a></code></td>
+<td class="colLast"><code>"cols_in_block"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.CREATEDPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#CREATEDPARAM">CREATEDPARAM</a></code></td>
+<td class="colLast"><code>"created"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DATATYPEPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DATATYPEPARAM">DATATYPEPARAM</a></code></td>
+<td class="colLast"><code>"data_type"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_DELIMITER">DEFAULT_DELIM_DELIMITER</a></code></td>
+<td class="colLast"><code>","</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_FILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_FILL">DEFAULT_DELIM_FILL</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_FILL_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_FILL_VALUE">DEFAULT_DELIM_FILL_VALUE</a></code></td>
+<td class="colLast"><code>0.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_HAS_HEADER_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_HAS_HEADER_ROW">DEFAULT_DELIM_HAS_HEADER_ROW</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_SPARSE">DEFAULT_DELIM_SPARSE</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_DELIMITER">DELIM_DELIMITER</a></code></td>
+<td class="colLast"><code>"sep"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_FILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_FILL">DELIM_FILL</a></code></td>
+<td class="colLast"><code>"fill"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_FILL_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_FILL_VALUE">DELIM_FILL_VALUE</a></code></td>
+<td class="colLast"><code>"default"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_HAS_HEADER_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_HAS_HEADER_ROW">DELIM_HAS_HEADER_ROW</a></code></td>
+<td class="colLast"><code>"header"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_NA_STRING_SEP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_NA_STRING_SEP">DELIM_NA_STRING_SEP</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_NA_STRINGS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_NA_STRINGS">DELIM_NA_STRINGS</a></code></td>
+<td class="colLast"><code>"na.strings"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_SPARSE">DELIM_SPARSE</a></code></td>
+<td class="colLast"><code>"sparse"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DESCRIPTIONPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DESCRIPTIONPARAM">DESCRIPTIONPARAM</a></code></td>
+<td class="colLast"><code>"description"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_ADDRESSES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_ADDRESSES">FED_ADDRESSES</a></code></td>
+<td class="colLast"><code>"addresses"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_RANGES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_RANGES">FED_RANGES</a></code></td>
+<td class="colLast"><code>"ranges"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_TYPE">FED_TYPE</a></code></td>
+<td class="colLast"><code>"type"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FORMAT_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FORMAT_TYPE">FORMAT_TYPE</a></code></td>
+<td class="colLast"><code>"format"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.IO_FILENAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#IO_FILENAME">IO_FILENAME</a></code></td>
+<td class="colLast"><code>"iofilename"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.PRIVACY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#PRIVACY">PRIVACY</a></code></td>
+<td class="colLast"><code>"privacy"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_BY_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_BY_ROW">RAND_BY_ROW</a></code></td>
+<td class="colLast"><code>"byrow"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_COLS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_COLS">RAND_COLS</a></code></td>
+<td class="colLast"><code>"cols"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DATA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DATA">RAND_DATA</a></code></td>
+<td class="colLast"><code>"data"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DIMNAMES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DIMNAMES">RAND_DIMNAMES</a></code></td>
+<td class="colLast"><code>"dimnames"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DIMS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DIMS">RAND_DIMS</a></code></td>
+<td class="colLast"><code>"dims"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_LAMBDA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_LAMBDA">RAND_LAMBDA</a></code></td>
+<td class="colLast"><code>"lambda"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_MAX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_MAX">RAND_MAX</a></code></td>
+<td class="colLast"><code>"max"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_MIN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_MIN">RAND_MIN</a></code></td>
+<td class="colLast"><code>"min"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_PDF">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_PDF">RAND_PDF</a></code></td>
+<td class="colLast"><code>"pdf"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_PDF_UNIFORM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_PDF_UNIFORM">RAND_PDF_UNIFORM</a></code></td>
+<td class="colLast"><code>"uniform"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_ROWS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_ROWS">RAND_ROWS</a></code></td>
+<td class="colLast"><code>"rows"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_SEED">RAND_SEED</a></code></td>
+<td class="colLast"><code>"seed"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_SPARSITY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_SPARSITY">RAND_SPARSITY</a></code></td>
+<td class="colLast"><code>"sparsity"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READCOLPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READCOLPARAM">READCOLPARAM</a></code></td>
+<td class="colLast"><code>"cols"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READNNZPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READNNZPARAM">READNNZPARAM</a></code></td>
+<td class="colLast"><code>"nnz"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READROWPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READROWPARAM">READROWPARAM</a></code></td>
+<td class="colLast"><code>"rows"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.ROWBLOCKCOUNTPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#ROWBLOCKCOUNTPARAM">ROWBLOCKCOUNTPARAM</a></code></td>
+<td class="colLast"><code>"rows_in_block"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SCHEMAPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SCHEMAPARAM">SCHEMAPARAM</a></code></td>
+<td class="colLast"><code>"schema"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_CONN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_CONN">SQL_CONN</a></code></td>
+<td class="colLast"><code>"conn"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_PASS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_PASS">SQL_PASS</a></code></td>
+<td class="colLast"><code>"password"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_QUERY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_QUERY">SQL_QUERY</a></code></td>
+<td class="colLast"><code>"query"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_USER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_USER">SQL_USER</a></code></td>
+<td class="colLast"><code>"user"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.VALUETYPEPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#VALUETYPEPARAM">VALUETYPEPARAM</a></code></td>
+<td class="colLast"><code>"value_type"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.DEFAULT_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#DEFAULT_NAMESPACE">DEFAULT_NAMESPACE</a></code></td>
+<td class="colLast"><code>".defaultNS"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.INTERNAL_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#INTERNAL_NAMESPACE">INTERNAL_NAMESPACE</a></code></td>
+<td class="colLast"><code>"_internal"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser">LanguageException.LanguageErrorCodes</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.INVALID_PARAMETERS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#INVALID_PARAMETERS">INVALID_PARAMETERS</a></code></td>
+<td class="colLast"><code>"Invalid Parameters"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.UNSUPPORTED_EXPRESSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#UNSUPPORTED_EXPRESSION">UNSUPPORTED_EXPRESSION</a></code></td>
+<td class="colLast"><code>"Unsupported Expression"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.UNSUPPORTED_PARAMETERS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#UNSUPPORTED_PARAMETERS">UNSUPPORTED_PARAMETERS</a></code></td>
+<td class="colLast"><code>"Unsupported Parameters"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">ParameterizedBuiltinFunctionExpression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_DATA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_DATA">TF_FN_PARAM_DATA</a></code></td>
+<td class="colLast"><code>"target"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_MTD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_MTD">TF_FN_PARAM_MTD</a></code></td>
+<td class="colLast"><code>"transformPath"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_MTD2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_MTD2">TF_FN_PARAM_MTD2</a></code></td>
+<td class="colLast"><code>"meta"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_SPEC">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_SPEC">TF_FN_PARAM_SPEC</a></code></td>
+<td class="colLast"><code>"spec"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser">ParForStatementBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.CHECK">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#CHECK">CHECK</a></code></td>
+<td class="colLast"><code>"check"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.DATA_PARTITIONER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#DATA_PARTITIONER">DATA_PARTITIONER</a></code></td>
+<td class="colLast"><code>"datapartitioner"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.EXEC_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#EXEC_MODE">EXEC_MODE</a></code></td>
+<td class="colLast"><code>"mode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.INTERAL_FN_INDEX_COL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#INTERAL_FN_INDEX_COL">INTERAL_FN_INDEX_COL</a></code></td>
+<td class="colLast"><code>"__ixc"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.INTERAL_FN_INDEX_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#INTERAL_FN_INDEX_ROW">INTERAL_FN_INDEX_ROW</a></code></td>
+<td class="colLast"><code>"__ixr"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.OPT_LOG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#OPT_LOG">OPT_LOG</a></code></td>
+<td class="colLast"><code>"log"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.OPT_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#OPT_MODE">OPT_MODE</a></code></td>
+<td class="colLast"><code>"opt"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.PAR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#PAR">PAR</a></code></td>
+<td class="colLast"><code>"par"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.PROFILE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#PROFILE">PROFILE</a></code></td>
+<td class="colLast"><code>"profile"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.RESULT_MERGE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#RESULT_MERGE">RESULT_MERGE</a></code></td>
+<td class="colLast"><code>"resultmerge"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.TASK_PARTITIONER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#TASK_PARTITIONER">TASK_PARTITIONER</a></code></td>
+<td class="colLast"><code>"taskpartitioner"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.TASK_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#TASK_SIZE">TASK_SIZE</a></code></td>
+<td class="colLast"><code>"tasksize"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.BOOLEAN_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#BOOLEAN_VALUE_TYPE">BOOLEAN_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"boolean"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.DOUBLE_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#DOUBLE_VALUE_TYPE">DOUBLE_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"double"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.FRAME_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#FRAME_DATA_TYPE">FRAME_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"frame"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN">GAGG_FN</a></code></td>
+<td class="colLast"><code>"fn"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_CM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_CM">GAGG_FN_CM</a></code></td>
+<td class="colLast"><code>"centralmoment"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_CM_ORDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_CM_ORDER">GAGG_FN_CM_ORDER</a></code></td>
+<td class="colLast"><code>"order"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_COUNT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_COUNT">GAGG_FN_COUNT</a></code></td>
+<td class="colLast"><code>"count"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_MEAN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_MEAN">GAGG_FN_MEAN</a></code></td>
+<td class="colLast"><code>"mean"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_SUM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_SUM">GAGG_FN_SUM</a></code></td>
+<td class="colLast"><code>"sum"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_VARIANCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_VARIANCE">GAGG_FN_VARIANCE</a></code></td>
+<td class="colLast"><code>"variance"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_GROUPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_GROUPS">GAGG_GROUPS</a></code></td>
+<td class="colLast"><code>"groups"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_NUM_GROUPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_NUM_GROUPS">GAGG_NUM_GROUPS</a></code></td>
+<td class="colLast"><code>"ngroups"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_TARGET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_TARGET">GAGG_TARGET</a></code></td>
+<td class="colLast"><code>"target"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_WEIGHTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_WEIGHTS">GAGG_WEIGHTS</a></code></td>
+<td class="colLast"><code>"weights"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.INT_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#INT_VALUE_TYPE">INT_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"int"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.MATRIX_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#MATRIX_DATA_TYPE">MATRIX_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"matrix"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.OUTPUTSTATEMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#OUTPUTSTATEMENT">OUTPUTSTATEMENT</a></code></td>
+<td class="colLast"><code>"WRITE"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_AGGREGATION_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_AGGREGATION_FUN">PS_AGGREGATION_FUN</a></code></td>
+<td class="colLast"><code>"agg"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_BATCH_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_BATCH_SIZE">PS_BATCH_SIZE</a></code></td>
+<td class="colLast"><code>"batchsize"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_CHECKPOINTING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_CHECKPOINTING">PS_CHECKPOINTING</a></code></td>
+<td class="colLast"><code>"checkpointing"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_EPOCHS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_EPOCHS">PS_EPOCHS</a></code></td>
+<td class="colLast"><code>"epochs"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FEATURES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FEATURES">PS_FEATURES</a></code></td>
+<td class="colLast"><code>"features"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FREQUENCY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FREQUENCY">PS_FREQUENCY</a></code></td>
+<td class="colLast"><code>"freq"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_GRADIENTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_GRADIENTS">PS_GRADIENTS</a></code></td>
+<td class="colLast"><code>"gradients"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_HYPER_PARAMS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_HYPER_PARAMS">PS_HYPER_PARAMS</a></code></td>
+<td class="colLast"><code>"hyperparams"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_LABELS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_LABELS">PS_LABELS</a></code></td>
+<td class="colLast"><code>"labels"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODE">PS_MODE</a></code></td>
+<td class="colLast"><code>"mode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODEL">PS_MODEL</a></code></td>
+<td class="colLast"><code>"model"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_PARALLELISM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_PARALLELISM">PS_PARALLELISM</a></code></td>
+<td class="colLast"><code>"k"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_SCHEME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_SCHEME">PS_SCHEME</a></code></td>
+<td class="colLast"><code>"scheme"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_UPDATE_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_UPDATE_FUN">PS_UPDATE_FUN</a></code></td>
+<td class="colLast"><code>"upd"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_UPDATE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_UPDATE_TYPE">PS_UPDATE_TYPE</a></code></td>
+<td class="colLast"><code>"utype"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_FEATURES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_FEATURES">PS_VAL_FEATURES</a></code></td>
+<td class="colLast"><code>"val_features"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_LABELS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_LABELS">PS_VAL_LABELS</a></code></td>
+<td class="colLast"><code>"val_labels"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SCALAR_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SCALAR_DATA_TYPE">SCALAR_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"scalar"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_FROM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_FROM">SEQ_FROM</a></code></td>
+<td class="colLast"><code>"from"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_INCR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_INCR">SEQ_INCR</a></code></td>
+<td class="colLast"><code>"incr"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_TO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_TO">SEQ_TO</a></code></td>
+<td class="colLast"><code>"to"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SETWD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SETWD">SETWD</a></code></td>
+<td class="colLast"><code>"setwd"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SOURCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SOURCE">SOURCE</a></code></td>
+<td class="colLast"><code>"source"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.STRING_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#STRING_VALUE_TYPE">STRING_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"string"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.dml.<a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml">DmlLexer</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer._serializedATN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#Z:Z_serializedATN">_serializedATN</a></code></td>
+<td class="colLast"><code>"\u0003\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\u0002H\u02bd\b\u0001\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0004\u0010\t\u0010\u0004\u0011\t\u0011\u0004\u0012\t\u0012\u0004\u0013\t\u0013\u0004\u0014\t\u0014\u0004\u0015\t\u0015\u0004\u0016\t\u0016\u0004\u00 [...]
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.ALPHABET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#ALPHABET">ALPHABET</a></code></td>
+<td class="colLast"><code>64</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.COMMANDLINE_NAMED_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#COMMANDLINE_NAMED_ID">COMMANDLINE_NAMED_ID</a></code></td>
+<td class="colLast"><code>65</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.COMMANDLINE_POSITION_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#COMMANDLINE_POSITION_ID">COMMANDLINE_POSITION_ID</a></code></td>
+<td class="colLast"><code>66</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.DIGIT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#DIGIT">DIGIT</a></code></td>
+<td class="colLast"><code>63</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.DOUBLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#DOUBLE">DOUBLE</a></code></td>
+<td class="colLast"><code>62</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#ID">ID</a></code></td>
+<td class="colLast"><code>60</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.INT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#INT">INT</a></code></td>
+<td class="colLast"><code>61</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.LINE_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
+<td class="colLast"><code>68</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.MULTILINE_BLOCK_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#MULTILINE_BLOCK_COMMENT">MULTILINE_BLOCK_COMMENT</a></code></td>
+<td class="colLast"><code>69</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.STRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#STRING">STRING</a></code></td>
+<td class="colLast"><code>67</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__0">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__0">T__0</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__1">T__1</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__10">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__10">T__10</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__11">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__11">T__11</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__12">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__12">T__12</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__13">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__13">T__13</a></code></td>
+<td class="colLast"><code>14</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__14">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__14">T__14</a></code></td>
+<td class="colLast"><code>15</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__15">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__15">T__15</a></code></td>
+<td class="colLast"><code>16</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__16">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__16">T__16</a></code></td>
+<td class="colLast"><code>17</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__17">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__17">T__17</a></code></td>
+<td class="colLast"><code>18</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__18">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__18">T__18</a></code></td>
+<td class="colLast"><code>19</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__19">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__19">T__19</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__2">T__2</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__20">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__20">T__20</a></code></td>
+<td class="colLast"><code>21</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__21">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__21">T__21</a></code></td>
+<td class="colLast"><code>22</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__22">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__22">T__22</a></code></td>
+<td class="colLast"><code>23</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__23">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__23">T__23</a></code></td>
+<td class="colLast"><code>24</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__24">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__24">T__24</a></code></td>
+<td class="colLast"><code>25</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__25">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__25">T__25</a></code></td>
+<td class="colLast"><code>26</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__26">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__26">T__26</a></code></td>
+<td class="colLast"><code>27</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__27">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__27">T__27</a></code></td>
+<td class="colLast"><code>28</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__28">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__28">T__28</a></code></td>
+<td class="colLast"><code>29</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__29">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__29">T__29</a></code></td>
+<td class="colLast"><code>30</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__3">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__3">T__3</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__30">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__30">T__30</a></code></td>
+<td class="colLast"><code>31</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__31">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__31">T__31</a></code></td>
+<td class="colLast"><code>32</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__32">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__32">T__32</a></code></td>
+<td class="colLast"><code>33</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__33">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__33">T__33</a></code></td>
+<td class="colLast"><code>34</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__34">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__34">T__34</a></code></td>
+<td class="colLast"><code>35</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__35">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__35">T__35</a></code></td>
+<td class="colLast"><code>36</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__36">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__36">T__36</a></code></td>
+<td class="colLast"><code>37</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__37">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__37">T__37</a></code></td>
+<td class="colLast"><code>38</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__38">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__38">T__38</a></code></td>
+<td class="colLast"><code>39</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__39">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__39">T__39</a></code></td>
+<td class="colLast"><code>40</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__4">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__4">T__4</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__40">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__40">T__40</a></code></td>
+<td class="colLast"><code>41</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__41">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__41">T__41</a></code></td>
+<td class="colLast"><code>42</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__42">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__42">T__42</a></code></td>
+<td class="colLast"><code>43</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__43">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__43">T__43</a></code></td>
+<td class="colLast"><code>44</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__44">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__44">T__44</a></code></td>
+<td class="colLast"><code>45</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__45">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__45">T__45</a></code></td>
+<td class="colLast"><code>46</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__46">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__46">T__46</a></code></td>
+<td class="colLast"><code>47</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__47">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__47">T__47</a></code></td>
+<td class="colLast"><code>48</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__48">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__48">T__48</a></code></td>
+<td class="colLast"><code>49</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__49">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__49">T__49</a></code></td>
+<td class="colLast"><code>50</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__5">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__5">T__5</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__50">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__50">T__50</a></code></td>
+<td class="colLast"><code>51</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__51">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__51">T__51</a></code></td>
+<td class="colLast"><code>52</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__52">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__52">T__52</a></code></td>
+<td class="colLast"><code>53</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__53">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__53">T__53</a></code></td>
+<td class="colLast"><code>54</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__54">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__54">T__54</a></code></td>
+<td class="colLast"><code>55</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__55">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__55">T__55</a></code></td>
+<td class="colLast"><code>56</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__56">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__56">T__56</a></code></td>
+<td class="colLast"><code>57</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__57">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__57">T__57</a></code></td>
+<td class="colLast"><code>58</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__58">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__58">T__58</a></code></td>
+<td class="colLast"><code>59</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__6">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__6">T__6</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__7">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__7">T__7</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__8">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__8">T__8</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__9">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__9">T__9</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.WHITESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#WHITESPACE">WHITESPACE</a></code></td>
+<td class="colLast"><code>70</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.dml.<a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml">DmlParser</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser._serializedATN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#Z:Z_serializedATN">_serializedATN</a></code></td>
+<td class="colLast"><code>"\u0003\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\u0003H\u0230\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0003\u0002\u0003\u0002\u0007\u0002!\n\u0002\f\u0002\u000e\u0002$\u000b\u0002\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u [...]
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.ALPHABET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#ALPHABET">ALPHABET</a></code></td>
+<td class="colLast"><code>64</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.COMMANDLINE_NAMED_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#COMMANDLINE_NAMED_ID">COMMANDLINE_NAMED_ID</a></code></td>
+<td class="colLast"><code>65</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.COMMANDLINE_POSITION_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#COMMANDLINE_POSITION_ID">COMMANDLINE_POSITION_ID</a></code></td>
+<td class="colLast"><code>66</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.DIGIT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#DIGIT">DIGIT</a></code></td>
+<td class="colLast"><code>63</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.DOUBLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#DOUBLE">DOUBLE</a></code></td>
+<td class="colLast"><code>62</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#ID">ID</a></code></td>
+<td class="colLast"><code>60</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.INT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#INT">INT</a></code></td>
+<td class="colLast"><code>61</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.LINE_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
+<td class="colLast"><code>68</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.MULTILINE_BLOCK_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#MULTILINE_BLOCK_COMMENT">MULTILINE_BLOCK_COMMENT</a></code></td>
+<td class="colLast"><code>69</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_dataIdentifier">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_dataIdentifier">RULE_dataIdentifier</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_dataType">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_dataType">RULE_dataType</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_expression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_expression">RULE_expression</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_functionStatement">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_functionStatement">RULE_functionStatement</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_iterablePredicate">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_iterablePredicate">RULE_iterablePredicate</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_ml_type">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_ml_type">RULE_ml_type</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_parameterizedExpression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_parameterizedExpression">RULE_parameterizedExpression</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_programroot">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_programroot">RULE_programroot</a></code></td>
+<td class="colLast"><code>0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_statement">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_statement">RULE_statement</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_strictParameterizedExpression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_strictParameterizedExpression">RULE_strictParameterizedExpression</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_strictParameterizedKeyValueString">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_strictParameterizedKeyValueString">RULE_strictParameterizedKeyValueString</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_typedArgAssign">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_typedArgAssign">RULE_typedArgAssign</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_typedArgNoAssign">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_typedArgNoAssign">RULE_typedArgNoAssign</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_valueType">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_valueType">RULE_valueType</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.STRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#STRING">STRING</a></code></td>
+<td class="colLast"><code>67</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__0">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__0">T__0</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__1">T__1</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__10">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__10">T__10</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__11">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__11">T__11</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__12">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__12">T__12</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__13">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__13">T__13</a></code></td>
+<td class="colLast"><code>14</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__14">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__14">T__14</a></code></td>
+<td class="colLast"><code>15</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__15">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__15">T__15</a></code></td>
+<td class="colLast"><code>16</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__16">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__16">T__16</a></code></td>
+<td class="colLast"><code>17</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__17">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__17">T__17</a></code></td>
+<td class="colLast"><code>18</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__18">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__18">T__18</a></code></td>
+<td class="colLast"><code>19</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__19">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__19">T__19</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__2">T__2</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__20">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__20">T__20</a></code></td>
+<td class="colLast"><code>21</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__21">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__21">T__21</a></code></td>
+<td class="colLast"><code>22</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__22">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__22">T__22</a></code></td>
+<td class="colLast"><code>23</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__23">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__23">T__23</a></code></td>
+<td class="colLast"><code>24</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__24">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__24">T__24</a></code></td>
+<td class="colLast"><code>25</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__25">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__25">T__25</a></code></td>
+<td class="colLast"><code>26</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__26">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__26">T__26</a></code></td>
+<td class="colLast"><code>27</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__27">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__27">T__27</a></code></td>
+<td class="colLast"><code>28</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__28">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__28">T__28</a></code></td>
+<td class="colLast"><code>29</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__29">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__29">T__29</a></code></td>
+<td class="colLast"><code>30</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__3">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__3">T__3</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__30">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__30">T__30</a></code></td>
+<td class="colLast"><code>31</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__31">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__31">T__31</a></code></td>
+<td class="colLast"><code>32</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__32">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__32">T__32</a></code></td>
+<td class="colLast"><code>33</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__33">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__33">T__33</a></code></td>
+<td class="colLast"><code>34</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__34">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__34">T__34</a></code></td>
+<td class="colLast"><code>35</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__35">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__35">T__35</a></code></td>
+<td class="colLast"><code>36</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__36">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__36">T__36</a></code></td>
+<td class="colLast"><code>37</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__37">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__37">T__37</a></code></td>
+<td class="colLast"><code>38</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__38">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__38">T__38</a></code></td>
+<td class="colLast"><code>39</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__39">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__39">T__39</a></code></td>
+<td class="colLast"><code>40</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__4">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__4">T__4</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__40">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__40">T__40</a></code></td>
+<td class="colLast"><code>41</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__41">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__41">T__41</a></code></td>
+<td class="colLast"><code>42</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__42">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__42">T__42</a></code></td>
+<td class="colLast"><code>43</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__43">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__43">T__43</a></code></td>
+<td class="colLast"><code>44</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__44">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__44">T__44</a></code></td>
+<td class="colLast"><code>45</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__45">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__45">T__45</a></code></td>
+<td class="colLast"><code>46</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__46">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__46">T__46</a></code></td>
+<td class="colLast"><code>47</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__47">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__47">T__47</a></code></td>
+<td class="colLast"><code>48</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__48">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__48">T__48</a></code></td>
+<td class="colLast"><code>49</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__49">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__49">T__49</a></code></td>
+<td class="colLast"><code>50</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__5">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__5">T__5</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__50">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__50">T__50</a></code></td>
+<td class="colLast"><code>51</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__51">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__51">T__51</a></code></td>
+<td class="colLast"><code>52</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__52">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__52">T__52</a></code></td>
+<td class="colLast"><code>53</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__53">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__53">T__53</a></code></td>
+<td class="colLast"><code>54</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__54">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__54">T__54</a></code></td>
+<td class="colLast"><code>55</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__55">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__55">T__55</a></code></td>
+<td class="colLast"><code>56</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__56">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__56">T__56</a></code></td>
+<td class="colLast"><code>57</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__57">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__57">T__57</a></code></td>
+<td class="colLast"><code>58</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__58">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__58">T__58</a></code></td>
+<td class="colLast"><code>59</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__6">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__6">T__6</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__7">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__7">T__7</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__8">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__8">T__8</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__9">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__9">T__9</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.WHITESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#WHITESPACE">WHITESPACE</a></code></td>
+<td class="colLast"><code>70</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.codegen.<a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.codegen.SpoofOperator.PAR_MINFLOP_THRESHOLD">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html#PAR_MINFLOP_THRESHOLD">PAR_MINFLOP_THRESHOLD</a></code></td>
+<td class="colLast"><code>2097152L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.codegen.SpoofOperator.PAR_NUMCELL_THRESHOLD">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html#PAR_NUMCELL_THRESHOLD">PAR_NUMCELL_THRESHOLD</a></code></td>
+<td class="colLast"><code>1048576L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.compress.<a href="org/apache/sysds/runtime/compress/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress">BitmapEncoder</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.BitmapEncoder.BITMAP_BLOCK_SZ">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/BitmapEncoder.html#BITMAP_BLOCK_SZ">BITMAP_BLOCK_SZ</a></code></td>
+<td class="colLast"><code>65536</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.compress.<a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress">CompressionSettings</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.CompressionSettings.SORT_VALUES_BY_LENGTH">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/CompressionSettings.html#SORT_VALUES_BY_LENGTH">SORT_VALUES_BY_LENGTH</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.compress.colgroup.<a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOffset</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.colgroup.ColGroupOffset.CREATE_SKIP_LIST">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html#CREATE_SKIP_LIST">CREATE_SKIP_LIST</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.colgroup.ColGroupOffset.READ_CACHE_BLKSZ">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html#READ_CACHE_BLKSZ">READ_CACHE_BLKSZ</a></code></td>
+<td class="colLast"><code>131072</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.colgroup.ColGroupOffset.WRITE_CACHE_BLKSZ">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html#WRITE_CACHE_BLKSZ">WRITE_CACHE_BLKSZ</a></code></td>
+<td class="colLast"><code>131072</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.compress.estim.<a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.CompressedSizeEstimatorFactory.EXTRACT_SAMPLE_ONCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html#EXTRACT_SAMPLE_ONCE">EXTRACT_SAMPLE_ONCE</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.compress.estim.sample.<a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample">HassAndStokes</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.sample.HassAndStokes.HAAS_AND_STOKES_ALPHA1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html#HAAS_AND_STOKES_ALPHA1">HAAS_AND_STOKES_ALPHA1</a></code></td>
+<td class="colLast"><code>0.9</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.sample.HassAndStokes.HAAS_AND_STOKES_ALPHA2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html#HAAS_AND_STOKES_ALPHA2">HAAS_AND_STOKES_ALPHA2</a></code></td>
+<td class="colLast"><code>30.0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.sample.HassAndStokes.HAAS_AND_STOKES_UJ2A_C">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html#HAAS_AND_STOKES_UJ2A_C">HAAS_AND_STOKES_UJ2A_C</a></code></td>
+<td class="colLast"><code>50</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.sample.HassAndStokes.HAAS_AND_STOKES_UJ2A_CUT2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html#HAAS_AND_STOKES_UJ2A_CUT2">HAAS_AND_STOKES_UJ2A_CUT2</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.sample.HassAndStokes.HAAS_AND_STOKES_UJ2A_SOLVE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html#HAAS_AND_STOKES_UJ2A_SOLVE">HAAS_AND_STOKES_UJ2A_SOLVE</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.estim.sample.HassAndStokes.MAX_SOLVE_CACHE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html#MAX_SOLVE_CACHE_SIZE">MAX_SOLVE_CACHE_SIZE</a></code></td>
+<td class="colLast"><code>65536</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.compress.utils.<a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">CustomHashMap</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.utils.CustomHashMap.INIT_CAPACITY">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html#INIT_CAPACITY">INIT_CAPACITY</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.utils.CustomHashMap.LOAD_FACTOR">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;float</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html#LOAD_FACTOR">LOAD_FACTOR</a></code></td>
+<td class="colLast"><code>0.75f</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.runtime.compress.utils.CustomHashMap.RESIZE_FACTOR">
+<!--   -->
+</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html#RESIZE_FACTOR">RESIZE_FACTOR</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.runtime.controlprogram.<a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
... 1051553 lines suppressed ...