You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/10/28 20:04:59 UTC

[systemds] 16/16: [SYSTEMDS-3149] Add documentation to the website for release 2.2.0

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

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit c06fcc43b0c8fe81378f712b7048f968071107cc
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Oct 28 19:44:51 2021 +0000

    [SYSTEMDS-3149] Add documentation to the website for release 2.2.0
---
 content/docs/2.2.0/api/java/allclasses-frame.html  |  1542 +
 .../docs/2.2.0/api/java/allclasses-noframe.html    |  1542 +
 content/docs/2.2.0/api/java/constant-values.html   |  6596 ++++
 content/docs/2.2.0/api/java/deprecated-list.html   |   194 +
 content/docs/2.2.0/api/java/help-doc.html          |   230 +
 content/docs/2.2.0/api/java/index-all.html         | 38946 +++++++++++++++++++
 content/docs/2.2.0/api/java/index.html             |    76 +
 .../java/org/apache/sysds/api/ConfigurableAPI.html |   256 +
 .../java/org/apache/sysds/api/DMLException.html    |   351 +
 .../api/java/org/apache/sysds/api/DMLOptions.html  |   680 +
 .../api/java/org/apache/sysds/api/DMLScript.html   |   939 +
 .../java/org/apache/sysds/api/PythonDMLScript.html |   260 +
 .../org/apache/sysds/api/ScriptExecutorUtils.html  |   318 +
 .../sysds/api/class-use/ConfigurableAPI.html       |   192 +
 .../apache/sysds/api/class-use/DMLException.html   |   317 +
 .../org/apache/sysds/api/class-use/DMLOptions.html |   180 +
 .../org/apache/sysds/api/class-use/DMLScript.html  |   125 +
 .../sysds/api/class-use/PythonDMLScript.html       |   125 +
 .../sysds/api/class-use/ScriptExecutorUtils.html   |   125 +
 .../java/org/apache/sysds/api/jmlc/Connection.html |  1460 +
 .../java/org/apache/sysds/api/jmlc/JMLCUtils.html  |   361 +
 .../org/apache/sysds/api/jmlc/PreparedScript.html  |  1011 +
 .../org/apache/sysds/api/jmlc/ResultVariables.html |   502 +
 .../sysds/api/jmlc/class-use/Connection.html       |   165 +
 .../apache/sysds/api/jmlc/class-use/JMLCUtils.html |   125 +
 .../sysds/api/jmlc/class-use/PreparedScript.html   |   195 +
 .../sysds/api/jmlc/class-use/ResultVariables.html  |   168 +
 .../org/apache/sysds/api/jmlc/package-frame.html   |    23 +
 .../org/apache/sysds/api/jmlc/package-summary.html |   166 +
 .../org/apache/sysds/api/jmlc/package-tree.html    |   141 +
 .../org/apache/sysds/api/jmlc/package-use.html     |   189 +
 .../java/org/apache/sysds/api/mlcontext/Frame.html |   593 +
 .../apache/sysds/api/mlcontext/FrameFormat.html    |   394 +
 .../apache/sysds/api/mlcontext/FrameMetadata.html  |  1027 +
 .../apache/sysds/api/mlcontext/FrameSchema.html    |   382 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   403 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   411 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   279 +
 .../org/apache/sysds/api/mlcontext/MLContext.html  |  1065 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1614 +
 .../sysds/api/mlcontext/MLContextException.html    |   370 +
 .../apache/sysds/api/mlcontext/MLContextUtil.html  |  1174 +
 .../org/apache/sysds/api/mlcontext/MLResults.html  |  2430 ++
 .../org/apache/sysds/api/mlcontext/Matrix.html     |   704 +
 .../apache/sysds/api/mlcontext/MatrixFormat.html   |   453 +
 .../apache/sysds/api/mlcontext/MatrixMetadata.html |   745 +
 .../org/apache/sysds/api/mlcontext/Metadata.html   |   485 +
 .../apache/sysds/api/mlcontext/ProjectInfo.html    |   366 +
 .../org/apache/sysds/api/mlcontext/Script.html     |  1108 +
 .../apache/sysds/api/mlcontext/ScriptExecutor.html |   781 +
 .../apache/sysds/api/mlcontext/ScriptFactory.html  |   439 +
 .../sysds/api/mlcontext/class-use/Frame.html       |   167 +
 .../sysds/api/mlcontext/class-use/FrameFormat.html |   317 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   270 +
 .../sysds/api/mlcontext/class-use/FrameSchema.html |   253 +
 .../class-use/MLContext.ExecutionType.html         |   207 +
 .../class-use/MLContext.ExplainLevel.html          |   197 +
 .../class-use/MLContext.InternalProxy.html         |   167 +
 .../sysds/api/mlcontext/class-use/MLContext.html   |   214 +
 .../class-use/MLContextConversionUtil.html         |   125 +
 .../mlcontext/class-use/MLContextException.html    |   125 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   125 +
 .../sysds/api/mlcontext/class-use/MLResults.html   |   213 +
 .../sysds/api/mlcontext/class-use/Matrix.html      |   167 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   268 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   300 +
 .../sysds/api/mlcontext/class-use/Metadata.html    |   218 +
 .../sysds/api/mlcontext/class-use/ProjectInfo.html |   174 +
 .../sysds/api/mlcontext/class-use/Script.html      |   347 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   214 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   125 +
 .../apache/sysds/api/mlcontext/package-frame.html  |    44 +
 .../sysds/api/mlcontext/package-summary.html       |   286 +
 .../apache/sysds/api/mlcontext/package-tree.html   |   183 +
 .../apache/sysds/api/mlcontext/package-use.html    |   287 +
 .../java/org/apache/sysds/api/package-frame.html   |    31 +
 .../java/org/apache/sysds/api/package-summary.html |   196 +
 .../java/org/apache/sysds/api/package-tree.html    |   158 +
 .../api/java/org/apache/sysds/api/package-use.html |   355 +
 .../api/java/org/apache/sysds/common/Builtins.html |  3705 ++
 .../java/org/apache/sysds/common/Types.AggOp.html  |   521 +
 .../org/apache/sysds/common/Types.BlockType.html   |   371 +
 .../sysds/common/Types.CorrectionLocationType.html |   444 +
 .../org/apache/sysds/common/Types.DataType.html    |   486 +
 .../org/apache/sysds/common/Types.Direction.html   |   402 +
 .../org/apache/sysds/common/Types.ExecMode.html    |   359 +
 .../org/apache/sysds/common/Types.ExecType.html    |   395 +
 .../org/apache/sysds/common/Types.FileFormat.html  |   551 +
 .../apache/sysds/common/Types.FunctionBlock.html   |   231 +
 .../java/org/apache/sysds/common/Types.OpOp1.html  |  1109 +
 .../java/org/apache/sysds/common/Types.OpOp2.html  |   857 +
 .../java/org/apache/sysds/common/Types.OpOp3.html  |   448 +
 .../java/org/apache/sysds/common/Types.OpOp4.html  |   399 +
 .../java/org/apache/sysds/common/Types.OpOpDG.html |   394 +
 .../org/apache/sysds/common/Types.OpOpData.html    |   475 +
 .../org/apache/sysds/common/Types.OpOpDnn.html     |   514 +
 .../java/org/apache/sysds/common/Types.OpOpN.html  |   431 +
 .../apache/sysds/common/Types.ParamBuiltinOp.html  |   538 +
 .../org/apache/sysds/common/Types.ReOrgOp.html     |   412 +
 .../org/apache/sysds/common/Types.ReturnType.html  |   360 +
 .../org/apache/sysds/common/Types.ValueType.html   |   484 +
 .../api/java/org/apache/sysds/common/Types.html    |   354 +
 .../api/java/org/apache/sysds/common/Warnings.html |   285 +
 .../apache/sysds/common/class-use/Builtins.html    |   277 +
 .../apache/sysds/common/class-use/Types.AggOp.html |   502 +
 .../sysds/common/class-use/Types.BlockType.html    |   174 +
 .../class-use/Types.CorrectionLocationType.html    |   305 +
 .../sysds/common/class-use/Types.DataType.html     |  1915 +
 .../sysds/common/class-use/Types.Direction.html    |   374 +
 .../sysds/common/class-use/Types.ExecMode.html     |   266 +
 .../sysds/common/class-use/Types.ExecType.html     |  1307 +
 .../sysds/common/class-use/Types.FileFormat.html   |   832 +
 .../common/class-use/Types.FunctionBlock.html      |   251 +
 .../apache/sysds/common/class-use/Types.OpOp1.html |   369 +
 .../apache/sysds/common/class-use/Types.OpOp2.html |   522 +
 .../apache/sysds/common/class-use/Types.OpOp3.html |   300 +
 .../apache/sysds/common/class-use/Types.OpOp4.html |   264 +
 .../sysds/common/class-use/Types.OpOpDG.html       |   312 +
 .../sysds/common/class-use/Types.OpOpData.html     |   350 +
 .../sysds/common/class-use/Types.OpOpDnn.html      |   316 +
 .../apache/sysds/common/class-use/Types.OpOpN.html |   283 +
 .../common/class-use/Types.ParamBuiltinOp.html     |   327 +
 .../sysds/common/class-use/Types.ReOrgOp.html      |   358 +
 .../sysds/common/class-use/Types.ReturnType.html   |   174 +
 .../sysds/common/class-use/Types.ValueType.html    |  3010 ++
 .../org/apache/sysds/common/class-use/Types.html   |   125 +
 .../apache/sysds/common/class-use/Warnings.html    |   125 +
 .../org/apache/sysds/common/package-frame.html     |    49 +
 .../org/apache/sysds/common/package-summary.html   |   276 +
 .../java/org/apache/sysds/common/package-tree.html |   175 +
 .../java/org/apache/sysds/common/package-use.html  |  1192 +
 .../sysds/conf/CompilerConfig.ConfigType.html      |   538 +
 .../java/org/apache/sysds/conf/CompilerConfig.html |   429 +
 .../apache/sysds/conf/ConfigurationManager.html    |   586 +
 .../api/java/org/apache/sysds/conf/DMLConfig.html  |  1304 +
 .../conf/class-use/CompilerConfig.ConfigType.html  |   236 +
 .../sysds/conf/class-use/CompilerConfig.html       |   292 +
 .../sysds/conf/class-use/ConfigurationManager.html |   125 +
 .../org/apache/sysds/conf/class-use/DMLConfig.html |   438 +
 .../java/org/apache/sysds/conf/package-frame.html  |    26 +
 .../org/apache/sysds/conf/package-summary.html     |   171 +
 .../java/org/apache/sysds/conf/package-tree.html   |   152 +
 .../java/org/apache/sysds/conf/package-use.html    |   318 +
 .../apache/sysds/hops/AggBinaryOp.MMultMethod.html |   454 +
 .../sysds/hops/AggBinaryOp.SparkAggType.html       |   358 +
 .../java/org/apache/sysds/hops/AggBinaryOp.html    |   754 +
 .../api/java/org/apache/sysds/hops/AggUnaryOp.html |   581 +
 .../apache/sysds/hops/BinaryOp.AppendMethod.html   |   382 +
 .../apache/sysds/hops/BinaryOp.MMBinaryMethod.html |   394 +
 .../api/java/org/apache/sysds/hops/BinaryOp.html   |   749 +
 .../api/java/org/apache/sysds/hops/DataGenOp.html  |   724 +
 .../api/java/org/apache/sysds/hops/DataOp.html     |   878 +
 .../api/java/org/apache/sysds/hops/DnnOp.html      |   563 +
 .../apache/sysds/hops/FunctionOp.FunctionType.html |   358 +
 .../api/java/org/apache/sysds/hops/FunctionOp.html |   788 +
 .../2.2.0/api/java/org/apache/sysds/hops/Hop.html  |  2403 ++
 .../java/org/apache/sysds/hops/HopsException.html  |   403 +
 .../api/java/org/apache/sysds/hops/IndexingOp.html |   615 +
 .../hops/LeftIndexingOp.LeftIndexingMethod.html    |   358 +
 .../java/org/apache/sysds/hops/LeftIndexingOp.html |   623 +
 .../api/java/org/apache/sysds/hops/LiteralOp.html  |   578 +
 .../api/java/org/apache/sysds/hops/MemoTable.html  |   378 +
 .../org/apache/sysds/hops/MultiThreadedHop.html    |   357 +
 .../api/java/org/apache/sysds/hops/NaryOp.html     |   524 +
 .../hops/OptimizerUtils.OptimizationLevel.html     |   428 +
 .../java/org/apache/sysds/hops/OptimizerUtils.html |  2422 ++
 .../apache/sysds/hops/ParameterizedBuiltinOp.html  |   684 +
 .../java/org/apache/sysds/hops/QuaternaryOp.html   |   693 +
 .../api/java/org/apache/sysds/hops/ReorgOp.html    |   569 +
 .../api/java/org/apache/sysds/hops/TernaryOp.html  |   637 +
 .../api/java/org/apache/sysds/hops/UnaryOp.html    |   593 +
 .../hops/class-use/AggBinaryOp.MMultMethod.html    |   191 +
 .../hops/class-use/AggBinaryOp.SparkAggType.html   |   265 +
 .../apache/sysds/hops/class-use/AggBinaryOp.html   |   171 +
 .../apache/sysds/hops/class-use/AggUnaryOp.html    |   176 +
 .../hops/class-use/BinaryOp.AppendMethod.html      |   187 +
 .../hops/class-use/BinaryOp.MMBinaryMethod.html    |   187 +
 .../org/apache/sysds/hops/class-use/BinaryOp.html  |   197 +
 .../org/apache/sysds/hops/class-use/DataGenOp.html |   195 +
 .../org/apache/sysds/hops/class-use/DataOp.html    |   187 +
 .../org/apache/sysds/hops/class-use/DnnOp.html     |   125 +
 .../hops/class-use/FunctionOp.FunctionType.html    |   236 +
 .../apache/sysds/hops/class-use/FunctionOp.html    |   207 +
 .../java/org/apache/sysds/hops/class-use/Hop.html  |  3597 ++
 .../apache/sysds/hops/class-use/HopsException.html |   166 +
 .../apache/sysds/hops/class-use/IndexingOp.html    |   209 +
 .../LeftIndexingOp.LeftIndexingMethod.html         |   187 +
 .../sysds/hops/class-use/LeftIndexingOp.html       |   187 +
 .../org/apache/sysds/hops/class-use/LiteralOp.html |   309 +
 .../org/apache/sysds/hops/class-use/MemoTable.html |   223 +
 .../sysds/hops/class-use/MultiThreadedHop.html     |   249 +
 .../org/apache/sysds/hops/class-use/NaryOp.html    |   166 +
 .../OptimizerUtils.OptimizationLevel.html          |   206 +
 .../sysds/hops/class-use/OptimizerUtils.html       |   125 +
 .../hops/class-use/ParameterizedBuiltinOp.html     |   167 +
 .../apache/sysds/hops/class-use/QuaternaryOp.html  |   125 +
 .../org/apache/sysds/hops/class-use/ReorgOp.html   |   180 +
 .../org/apache/sysds/hops/class-use/TernaryOp.html |   184 +
 .../org/apache/sysds/hops/class-use/UnaryOp.html   |   194 +
 .../hops/codegen/SpoofCompiler.CompilerType.html   |   382 +
 .../hops/codegen/SpoofCompiler.GeneratorAPI.html   |   371 +
 .../codegen/SpoofCompiler.IntegrationType.html     |   346 +
 .../codegen/SpoofCompiler.PlanCachePolicy.html     |   373 +
 .../hops/codegen/SpoofCompiler.PlanSelector.html   |   396 +
 .../hops/codegen/SpoofCompiler.RegisterAlloc.html  |   358 +
 .../apache/sysds/hops/codegen/SpoofCompiler.html   |   691 +
 .../codegen/SpoofFusedOp.SpoofOutputDimsType.html  |   466 +
 .../apache/sysds/hops/codegen/SpoofFusedOp.html    |   561 +
 .../class-use/SpoofCompiler.CompilerType.html      |   187 +
 .../class-use/SpoofCompiler.GeneratorAPI.html      |   427 +
 .../class-use/SpoofCompiler.IntegrationType.html   |   187 +
 .../class-use/SpoofCompiler.PlanCachePolicy.html   |   192 +
 .../class-use/SpoofCompiler.PlanSelector.html      |   187 +
 .../class-use/SpoofCompiler.RegisterAlloc.html     |   187 +
 .../hops/codegen/class-use/SpoofCompiler.html      |   125 +
 .../SpoofFusedOp.SpoofOutputDimsType.html          |   230 +
 .../sysds/hops/codegen/class-use/SpoofFusedOp.html |   125 +
 .../org/apache/sysds/hops/codegen/cplan/CNode.html |   663 +
 .../hops/codegen/cplan/CNodeBinary.BinType.html    |  1340 +
 .../sysds/hops/codegen/cplan/CNodeBinary.html      |   411 +
 .../apache/sysds/hops/codegen/cplan/CNodeCell.html |   632 +
 .../apache/sysds/hops/codegen/cplan/CNodeData.html |   480 +
 .../sysds/hops/codegen/cplan/CNodeMultiAgg.html    |   571 +
 .../hops/codegen/cplan/CNodeNary.NaryType.html     |   427 +
 .../apache/sysds/hops/codegen/cplan/CNodeNary.html |   409 +
 .../hops/codegen/cplan/CNodeOuterProduct.html      |   530 +
 .../apache/sysds/hops/codegen/cplan/CNodeRow.html  |   541 +
 .../codegen/cplan/CNodeTernary.TernaryType.html    |   456 +
 .../sysds/hops/codegen/cplan/CNodeTernary.html     |   413 +
 .../apache/sysds/hops/codegen/cplan/CNodeTpl.html  |   532 +
 .../hops/codegen/cplan/CNodeUnary.UnaryType.html   |  1085 +
 .../sysds/hops/codegen/cplan/CNodeUnary.html       |   422 +
 .../sysds/hops/codegen/cplan/CodeTemplate.html     |   342 +
 .../sysds/hops/codegen/cplan/class-use/CNode.html  |   586 +
 .../cplan/class-use/CNodeBinary.BinType.html       |   305 +
 .../hops/codegen/cplan/class-use/CNodeBinary.html  |   125 +
 .../hops/codegen/cplan/class-use/CNodeCell.html    |   125 +
 .../hops/codegen/cplan/class-use/CNodeData.html    |   191 +
 .../codegen/cplan/class-use/CNodeMultiAgg.html     |   125 +
 .../cplan/class-use/CNodeNary.NaryType.html        |   190 +
 .../hops/codegen/cplan/class-use/CNodeNary.html    |   125 +
 .../codegen/cplan/class-use/CNodeOuterProduct.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeRow.html     |   125 +
 .../cplan/class-use/CNodeTernary.TernaryType.html  |   275 +
 .../hops/codegen/cplan/class-use/CNodeTernary.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeTpl.html     |   322 +
 .../cplan/class-use/CNodeUnary.UnaryType.html      |   281 +
 .../hops/codegen/cplan/class-use/CNodeUnary.html   |   125 +
 .../hops/codegen/cplan/class-use/CodeTemplate.html |   173 +
 .../sysds/hops/codegen/cplan/cuda/Binary.html      |   298 +
 .../sysds/hops/codegen/cplan/cuda/Ternary.html     |   290 +
 .../sysds/hops/codegen/cplan/cuda/Unary.html       |   290 +
 .../hops/codegen/cplan/cuda/class-use/Binary.html  |   125 +
 .../hops/codegen/cplan/cuda/class-use/Ternary.html |   125 +
 .../hops/codegen/cplan/cuda/class-use/Unary.html   |   125 +
 .../hops/codegen/cplan/cuda/package-frame.html     |    22 +
 .../hops/codegen/cplan/cuda/package-summary.html   |   151 +
 .../hops/codegen/cplan/cuda/package-tree.html      |   144 +
 .../sysds/hops/codegen/cplan/cuda/package-use.html |   125 +
 .../sysds/hops/codegen/cplan/java/Binary.html      |   298 +
 .../sysds/hops/codegen/cplan/java/Ternary.html     |   290 +
 .../sysds/hops/codegen/cplan/java/Unary.html       |   290 +
 .../hops/codegen/cplan/java/class-use/Binary.html  |   125 +
 .../hops/codegen/cplan/java/class-use/Ternary.html |   125 +
 .../hops/codegen/cplan/java/class-use/Unary.html   |   125 +
 .../hops/codegen/cplan/java/package-frame.html     |    22 +
 .../hops/codegen/cplan/java/package-summary.html   |   151 +
 .../hops/codegen/cplan/java/package-tree.html      |   144 +
 .../sysds/hops/codegen/cplan/java/package-use.html |   125 +
 .../sysds/hops/codegen/cplan/package-frame.html    |    38 +
 .../sysds/hops/codegen/cplan/package-summary.html  |   214 +
 .../sysds/hops/codegen/cplan/package-tree.html     |   170 +
 .../sysds/hops/codegen/cplan/package-use.html      |   260 +
 .../codegen/opt/InterestingPoint.DecisionType.html |   346 +
 .../sysds/hops/codegen/opt/InterestingPoint.html   |   461 +
 .../sysds/hops/codegen/opt/PlanAnalyzer.html       |   279 +
 .../sysds/hops/codegen/opt/PlanPartition.html      |   375 +
 .../codegen/opt/PlanSelection.VisitMarkCost.html   |   299 +
 .../sysds/hops/codegen/opt/PlanSelection.html      |   310 +
 .../hops/codegen/opt/PlanSelectionFuseAll.html     |   314 +
 .../codegen/opt/PlanSelectionFuseCostBased.html    |   314 +
 .../codegen/opt/PlanSelectionFuseCostBasedV2.html  |   416 +
 .../codegen/opt/PlanSelectionFuseNoRedundancy.html |   317 +
 .../codegen/opt/ReachabilityGraph.SubProblem.html  |   346 +
 .../sysds/hops/codegen/opt/ReachabilityGraph.html  |   377 +
 .../class-use/InterestingPoint.DecisionType.html   |   191 +
 .../codegen/opt/class-use/InterestingPoint.html    |   254 +
 .../hops/codegen/opt/class-use/PlanAnalyzer.html   |   125 +
 .../hops/codegen/opt/class-use/PlanPartition.html  |   179 +
 .../opt/class-use/PlanSelection.VisitMarkCost.html |   125 +
 .../hops/codegen/opt/class-use/PlanSelection.html  |   216 +
 .../opt/class-use/PlanSelectionFuseAll.html        |   125 +
 .../opt/class-use/PlanSelectionFuseCostBased.html  |   125 +
 .../class-use/PlanSelectionFuseCostBasedV2.html    |   125 +
 .../class-use/PlanSelectionFuseNoRedundancy.html   |   125 +
 .../class-use/ReachabilityGraph.SubProblem.html    |   165 +
 .../codegen/opt/class-use/ReachabilityGraph.html   |   125 +
 .../sysds/hops/codegen/opt/package-frame.html      |    34 +
 .../sysds/hops/codegen/opt/package-summary.html    |   219 +
 .../sysds/hops/codegen/opt/package-tree.html       |   163 +
 .../apache/sysds/hops/codegen/opt/package-use.html |   212 +
 .../apache/sysds/hops/codegen/package-frame.html   |    31 +
 .../apache/sysds/hops/codegen/package-summary.html |   186 +
 .../apache/sysds/hops/codegen/package-tree.html    |   165 +
 .../org/apache/sysds/hops/codegen/package-use.html |   217 +
 .../hops/codegen/template/CPlanCSERewriter.html    |   272 +
 .../template/CPlanMemoTable.MemoTableEntry.html    |   575 +
 .../template/CPlanMemoTable.MemoTableEntrySet.html |   335 +
 .../hops/codegen/template/CPlanMemoTable.html      |   863 +
 .../hops/codegen/template/CPlanOpRewriter.html     |   281 +
 .../codegen/template/TemplateBase.CloseType.html   |   396 +
 .../template/TemplateBase.TemplateType.html        |   396 +
 .../sysds/hops/codegen/template/TemplateBase.html  |   465 +
 .../template/TemplateCell.HopInputComparator.html  |   310 +
 .../sysds/hops/codegen/template/TemplateCell.html  |   484 +
 .../hops/codegen/template/TemplateMultiAgg.html    |   465 +
 .../codegen/template/TemplateOuterProduct.html     |   470 +
 .../template/TemplateRow.HopInputComparator.html   |   299 +
 .../sysds/hops/codegen/template/TemplateRow.html   |   466 +
 .../sysds/hops/codegen/template/TemplateUtils.html |  1098 +
 .../template/class-use/CPlanCSERewriter.html       |   125 +
 .../class-use/CPlanMemoTable.MemoTableEntry.html   |   299 +
 .../CPlanMemoTable.MemoTableEntrySet.html          |   166 +
 .../codegen/template/class-use/CPlanMemoTable.html |   277 +
 .../template/class-use/CPlanOpRewriter.html        |   125 +
 .../template/class-use/TemplateBase.CloseType.html |   265 +
 .../class-use/TemplateBase.TemplateType.html       |   370 +
 .../codegen/template/class-use/TemplateBase.html   |   239 +
 .../class-use/TemplateCell.HopInputComparator.html |   125 +
 .../codegen/template/class-use/TemplateCell.html   |   165 +
 .../template/class-use/TemplateMultiAgg.html       |   125 +
 .../template/class-use/TemplateOuterProduct.html   |   125 +
 .../class-use/TemplateRow.HopInputComparator.html  |   125 +
 .../codegen/template/class-use/TemplateRow.html    |   125 +
 .../codegen/template/class-use/TemplateUtils.html  |   125 +
 .../sysds/hops/codegen/template/package-frame.html |    37 +
 .../hops/codegen/template/package-summary.html     |   217 +
 .../sysds/hops/codegen/template/package-tree.html  |   169 +
 .../sysds/hops/codegen/template/package-use.html   |   198 +
 .../org/apache/sysds/hops/cost/ComputeCost.html    |   284 +
 .../hops/cost/CostEstimationWrapper.CostType.html  |   346 +
 .../sysds/hops/cost/CostEstimationWrapper.html     |   310 +
 .../org/apache/sysds/hops/cost/CostEstimator.html  |   299 +
 .../hops/cost/CostEstimatorStaticRuntime.html      |   357 +
 .../org/apache/sysds/hops/cost/FederatedCost.html  |   431 +
 .../sysds/hops/cost/FederatedCostEstimator.html    |   443 +
 .../java/org/apache/sysds/hops/cost/HopRel.html    |   444 +
 .../java/org/apache/sysds/hops/cost/VarStats.html  |   340 +
 .../sysds/hops/cost/class-use/ComputeCost.html     |   125 +
 .../class-use/CostEstimationWrapper.CostType.html  |   174 +
 .../hops/cost/class-use/CostEstimationWrapper.html |   125 +
 .../sysds/hops/cost/class-use/CostEstimator.html   |   165 +
 .../cost/class-use/CostEstimatorStaticRuntime.html |   125 +
 .../sysds/hops/cost/class-use/FederatedCost.html   |   242 +
 .../cost/class-use/FederatedCostEstimator.html     |   125 +
 .../apache/sysds/hops/cost/class-use/HopRel.html   |   212 +
 .../apache/sysds/hops/cost/class-use/VarStats.html |   174 +
 .../org/apache/sysds/hops/cost/package-frame.html  |    31 +
 .../apache/sysds/hops/cost/package-summary.html    |   196 +
 .../org/apache/sysds/hops/cost/package-tree.html   |   160 +
 .../org/apache/sysds/hops/cost/package-use.html    |   198 +
 .../apache/sysds/hops/estim/EstimationUtils.html   |   300 +
 .../apache/sysds/hops/estim/EstimatorBasicAvg.html |   410 +
 .../sysds/hops/estim/EstimatorBasicWorst.html      |   414 +
 .../hops/estim/EstimatorBitsetMM.BitsetMatrix.html |   364 +
 .../estim/EstimatorBitsetMM.BitsetMatrix1.html     |   397 +
 .../estim/EstimatorBitsetMM.BitsetMatrix2.html     |   379 +
 .../apache/sysds/hops/estim/EstimatorBitsetMM.html |   465 +
 .../hops/estim/EstimatorDensityMap.DensityMap.html |   430 +
 .../sysds/hops/estim/EstimatorDensityMap.html      |   468 +
 .../estim/EstimatorLayeredGraph.LayeredGraph.html  |   291 +
 .../sysds/hops/estim/EstimatorLayeredGraph.html    |   435 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   407 +
 .../sysds/hops/estim/EstimatorMatrixHistogram.html |   469 +
 .../apache/sysds/hops/estim/EstimatorSample.html   |   443 +
 .../apache/sysds/hops/estim/EstimatorSampleRa.html |   477 +
 .../java/org/apache/sysds/hops/estim/MMNode.html   |   507 +
 .../sysds/hops/estim/SparsityEstimator.OpCode.html |   442 +
 .../apache/sysds/hops/estim/SparsityEstimator.html |   450 +
 .../hops/estim/class-use/EstimationUtils.html      |   125 +
 .../hops/estim/class-use/EstimatorBasicAvg.html    |   125 +
 .../hops/estim/class-use/EstimatorBasicWorst.html  |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix.html  |   274 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix1.html |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix2.html |   125 +
 .../hops/estim/class-use/EstimatorBitsetMM.html    |   125 +
 .../class-use/EstimatorDensityMap.DensityMap.html  |   186 +
 .../hops/estim/class-use/EstimatorDensityMap.html  |   125 +
 .../EstimatorLayeredGraph.LayeredGraph.html        |   125 +
 .../estim/class-use/EstimatorLayeredGraph.html     |   125 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   201 +
 .../estim/class-use/EstimatorMatrixHistogram.html  |   125 +
 .../hops/estim/class-use/EstimatorSample.html      |   125 +
 .../hops/estim/class-use/EstimatorSampleRa.html    |   125 +
 .../apache/sysds/hops/estim/class-use/MMNode.html  |   250 +
 .../estim/class-use/SparsityEstimator.OpCode.html  |   349 +
 .../hops/estim/class-use/SparsityEstimator.html    |   223 +
 .../org/apache/sysds/hops/estim/package-frame.html |    40 +
 .../apache/sysds/hops/estim/package-summary.html   |   257 +
 .../org/apache/sysds/hops/estim/package-tree.html  |   172 +
 .../org/apache/sysds/hops/estim/package-use.html   |   176 +
 .../apache/sysds/hops/ipa/FunctionCallGraph.html   |   687 +
 .../sysds/hops/ipa/FunctionCallSizeInfo.html       |   591 +
 .../java/org/apache/sysds/hops/ipa/IPAPass.html    |   320 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   329 +
 .../ipa/IPAPassCompressionWorkloadAnalysis.html    |   328 +
 .../sysds/hops/ipa/IPAPassEliminateDeadCode.html   |   328 +
 .../ipa/IPAPassFlagFunctionsRecompileOnce.html     |   361 +
 .../sysds/hops/ipa/IPAPassFlagNonDeterminism.html  |   326 +
 .../hops/ipa/IPAPassForwardFunctionCalls.html      |   329 +
 .../sysds/hops/ipa/IPAPassInlineFunctions.html     |   330 +
 .../hops/ipa/IPAPassPropagateReplaceLiterals.html  |   328 +
 .../hops/ipa/IPAPassRemoveConstantBinaryOps.html   |   330 +
 .../ipa/IPAPassRemoveUnnecessaryCheckpoints.html   |   343 +
 .../hops/ipa/IPAPassRemoveUnusedFunctions.html     |   329 +
 .../hops/ipa/IPAPassReplaceEvalFunctionCalls.html  |   329 +
 .../sysds/hops/ipa/InterProceduralAnalysis.html    |   345 +
 .../hops/ipa/class-use/FunctionCallGraph.html      |   377 +
 .../hops/ipa/class-use/FunctionCallSizeInfo.html   |   269 +
 .../apache/sysds/hops/ipa/class-use/IPAPass.html   |   272 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   125 +
 .../IPAPassCompressionWorkloadAnalysis.html        |   125 +
 .../ipa/class-use/IPAPassEliminateDeadCode.html    |   125 +
 .../IPAPassFlagFunctionsRecompileOnce.html         |   125 +
 .../ipa/class-use/IPAPassFlagNonDeterminism.html   |   125 +
 .../ipa/class-use/IPAPassForwardFunctionCalls.html |   125 +
 .../hops/ipa/class-use/IPAPassInlineFunctions.html |   125 +
 .../class-use/IPAPassPropagateReplaceLiterals.html |   125 +
 .../class-use/IPAPassRemoveConstantBinaryOps.html  |   125 +
 .../IPAPassRemoveUnnecessaryCheckpoints.html       |   125 +
 .../class-use/IPAPassRemoveUnusedFunctions.html    |   125 +
 .../class-use/IPAPassReplaceEvalFunctionCalls.html |   125 +
 .../ipa/class-use/InterProceduralAnalysis.html     |   125 +
 .../org/apache/sysds/hops/ipa/package-frame.html   |    35 +
 .../org/apache/sysds/hops/ipa/package-summary.html |   251 +
 .../org/apache/sysds/hops/ipa/package-tree.html    |   156 +
 .../org/apache/sysds/hops/ipa/package-use.html     |   220 +
 .../java/org/apache/sysds/hops/package-frame.html  |    53 +
 .../org/apache/sysds/hops/package-summary.html     |   318 +
 .../java/org/apache/sysds/hops/package-tree.html   |   198 +
 .../java/org/apache/sysds/hops/package-use.html    |   660 +
 .../sysds/hops/recompile/LiteralReplacement.html   |   238 +
 .../sysds/hops/recompile/RecompileStatus.html      |   423 +
 .../sysds/hops/recompile/Recompiler.ResetType.html |   371 +
 .../apache/sysds/hops/recompile/Recompiler.html    |  1014 +
 .../recompile/class-use/LiteralReplacement.html    |   125 +
 .../hops/recompile/class-use/RecompileStatus.html  |   252 +
 .../recompile/class-use/Recompiler.ResetType.html  |   239 +
 .../sysds/hops/recompile/class-use/Recompiler.html |   125 +
 .../apache/sysds/hops/recompile/package-frame.html |    26 +
 .../sysds/hops/recompile/package-summary.html      |   173 +
 .../apache/sysds/hops/recompile/package-tree.html  |   152 +
 .../apache/sysds/hops/recompile/package-use.html   |   183 +
 .../apache/sysds/hops/rewrite/HopDagValidator.html |   257 +
 .../apache/sysds/hops/rewrite/HopRewriteRule.html  |   315 +
 .../apache/sysds/hops/rewrite/HopRewriteUtils.html |  3091 ++
 .../hops/rewrite/IPAPassRewriteFederatedPlan.html  |   374 +
 .../sysds/hops/rewrite/MarkForLineageReuse.html    |   356 +
 .../sysds/hops/rewrite/ProgramRewriteStatus.html   |   388 +
 .../apache/sysds/hops/rewrite/ProgramRewriter.html |   518 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   326 +
 .../RewriteAlgebraicSimplificationStatic.html      |   326 +
 .../hops/rewrite/RewriteBlockSizeAndReblock.html   |   324 +
 .../RewriteCommonSubexpressionElimination.html     |   337 +
 .../hops/rewrite/RewriteCompressedReblock.html     |   400 +
 .../sysds/hops/rewrite/RewriteConstantFolding.html |   325 +
 .../RewriteElementwiseMultChainOptimization.html   |   337 +
 ...eratedExecution.PrivacyConstraintRetriever.html |   341 +
 .../hops/rewrite/RewriteFederatedExecution.html    |   341 +
 .../hops/rewrite/RewriteForLoopVectorization.html  |   359 +
 .../sysds/hops/rewrite/RewriteGPUSpecificOps.html  |   320 +
 .../RewriteHoistLoopInvariantOperations.html       |   370 +
 .../hops/rewrite/RewriteIndexingVectorization.html |   327 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   361 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   324 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   358 +
 .../RewriteMatrixMultChainOptimization.html        |   331 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   263 +
 .../hops/rewrite/RewriteMergeBlockSequence.html    |   358 +
 .../RewriteRemoveDanglingParentReferences.html     |   324 +
 .../rewrite/RewriteRemoveEmptyBasicBlocks.html     |   359 +
 .../rewrite/RewriteRemoveForLoopEmptySequence.html |   358 +
 .../rewrite/RewriteRemovePersistentReadWrite.html  |   340 +
 .../hops/rewrite/RewriteRemoveReadAfterWrite.html  |   325 +
 .../rewrite/RewriteRemoveUnnecessaryBranches.html  |   359 +
 .../rewrite/RewriteRemoveUnnecessaryCasts.html     |   332 +
 .../RewriteSplitDagDataDependentOperators.html     |   371 +
 .../rewrite/RewriteSplitDagUnknownCSVRead.html     |   360 +
 .../RewriteTransientWriteParentHandling.html       |   325 +
 .../hops/rewrite/StatementBlockRewriteRule.html    |   354 +
 .../hops/rewrite/class-use/HopDagValidator.html    |   125 +
 .../hops/rewrite/class-use/HopRewriteRule.html     |   337 +
 .../hops/rewrite/class-use/HopRewriteUtils.html    |   125 +
 .../class-use/IPAPassRewriteFederatedPlan.html     |   125 +
 .../rewrite/class-use/MarkForLineageReuse.html     |   125 +
 .../rewrite/class-use/ProgramRewriteStatus.html    |   532 +
 .../hops/rewrite/class-use/ProgramRewriter.html    |   125 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   125 +
 .../RewriteAlgebraicSimplificationStatic.html      |   125 +
 .../class-use/RewriteBlockSizeAndReblock.html      |   125 +
 .../RewriteCommonSubexpressionElimination.html     |   125 +
 .../class-use/RewriteCompressedReblock.html        |   125 +
 .../rewrite/class-use/RewriteConstantFolding.html  |   125 +
 .../RewriteElementwiseMultChainOptimization.html   |   125 +
 ...eratedExecution.PrivacyConstraintRetriever.html |   125 +
 .../class-use/RewriteFederatedExecution.html       |   125 +
 .../class-use/RewriteForLoopVectorization.html     |   125 +
 .../rewrite/class-use/RewriteGPUSpecificOps.html   |   125 +
 .../RewriteHoistLoopInvariantOperations.html       |   125 +
 .../class-use/RewriteIndexingVectorization.html    |   125 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   125 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   125 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   125 +
 .../RewriteMatrixMultChainOptimization.html        |   174 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   125 +
 .../class-use/RewriteMergeBlockSequence.html       |   125 +
 .../RewriteRemoveDanglingParentReferences.html     |   125 +
 .../class-use/RewriteRemoveEmptyBasicBlocks.html   |   125 +
 .../RewriteRemoveForLoopEmptySequence.html         |   125 +
 .../RewriteRemovePersistentReadWrite.html          |   125 +
 .../class-use/RewriteRemoveReadAfterWrite.html     |   125 +
 .../RewriteRemoveUnnecessaryBranches.html          |   125 +
 .../class-use/RewriteRemoveUnnecessaryCasts.html   |   125 +
 .../RewriteSplitDagDataDependentOperators.html     |   125 +
 .../class-use/RewriteSplitDagUnknownCSVRead.html   |   125 +
 .../RewriteTransientWriteParentHandling.html       |   125 +
 .../class-use/StatementBlockRewriteRule.html       |   282 +
 .../apache/sysds/hops/rewrite/package-frame.html   |    56 +
 .../apache/sysds/hops/rewrite/package-summary.html |   386 +
 .../apache/sysds/hops/rewrite/package-tree.html    |   191 +
 .../org/apache/sysds/hops/rewrite/package-use.html |   181 +
 .../api/java/org/apache/sysds/lops/Append.html     |   421 +
 .../api/java/org/apache/sysds/lops/AppendG.html    |   439 +
 .../org/apache/sysds/lops/AppendGAlignedSP.html    |   419 +
 .../org/apache/sysds/lops/AppendM.CacheType.html   |   346 +
 .../api/java/org/apache/sysds/lops/AppendM.html    |   460 +
 .../api/java/org/apache/sysds/lops/AppendR.html    |   416 +
 .../api/java/org/apache/sysds/lops/Binary.html     |   438 +
 .../org/apache/sysds/lops/BinaryM.VectorType.html  |   346 +
 .../api/java/org/apache/sysds/lops/BinaryM.html    |   430 +
 .../java/org/apache/sysds/lops/BinaryScalar.html   |   410 +
 .../org/apache/sysds/lops/BinaryUAggChain.html     |   407 +
 .../api/java/org/apache/sysds/lops/CSVReBlock.html |   391 +
 .../java/org/apache/sysds/lops/CentralMoment.html  |   423 +
 .../api/java/org/apache/sysds/lops/Checkpoint.html |   527 +
 .../api/java/org/apache/sysds/lops/CoVariance.html |   439 +
 .../sysds/lops/Compression.CompressConfig.html     |   395 +
 .../java/org/apache/sysds/lops/Compression.html    |   401 +
 .../apache/sysds/lops/Ctable.OperationTypes.html   |   420 +
 .../api/java/org/apache/sysds/lops/Ctable.html     |   453 +
 .../apache/sysds/lops/CumulativeOffsetBinary.html  |   389 +
 .../sysds/lops/CumulativePartialAggregate.html     |   358 +
 .../2.2.0/api/java/org/apache/sysds/lops/Data.html |   711 +
 .../api/java/org/apache/sysds/lops/DataGen.html    |   534 +
 .../sysds/lops/DeCompression.CompressConfig.html   |   371 +
 .../java/org/apache/sysds/lops/DeCompression.html  |   399 +
 .../java/org/apache/sysds/lops/DnnTransform.html   |   626 +
 .../api/java/org/apache/sysds/lops/Federated.html  |   360 +
 .../java/org/apache/sysds/lops/FunctionCallCP.html |   412 +
 .../org/apache/sysds/lops/GroupedAggregate.html    |   425 +
 .../sysds/lops/GroupedAggregateM.CacheType.html    |   346 +
 .../org/apache/sysds/lops/GroupedAggregateM.html   |   406 +
 .../apache/sysds/lops/LeftIndex.LixCacheType.html  |   358 +
 .../api/java/org/apache/sysds/lops/LeftIndex.html  |   478 +
 .../org/apache/sysds/lops/Lop.SimpleInstType.html  |   335 +
 .../api/java/org/apache/sysds/lops/Lop.Type.html   |  1006 +
 .../org/apache/sysds/lops/Lop.VisitStatus.html     |   346 +
 .../2.2.0/api/java/org/apache/sysds/lops/Lop.html  |  2004 +
 .../java/org/apache/sysds/lops/LopProperties.html  |   378 +
 .../java/org/apache/sysds/lops/LopsException.html  |   302 +
 .../java/org/apache/sysds/lops/MMCJ.MMCJType.html  |   346 +
 .../2.2.0/api/java/org/apache/sysds/lops/MMCJ.html |   435 +
 .../2.2.0/api/java/org/apache/sysds/lops/MMRJ.html |   373 +
 .../org/apache/sysds/lops/MMTSJ.MMTSJType.html     |   384 +
 .../api/java/org/apache/sysds/lops/MMTSJ.html      |   418 +
 .../api/java/org/apache/sysds/lops/MMZip.html      |   364 +
 .../org/apache/sysds/lops/MapMult.CacheType.html   |   396 +
 .../api/java/org/apache/sysds/lops/MapMult.html    |   472 +
 .../apache/sysds/lops/MapMultChain.ChainType.html  |   383 +
 .../java/org/apache/sysds/lops/MapMultChain.html   |   540 +
 .../api/java/org/apache/sysds/lops/MatMultCP.html  |   433 +
 .../2.2.0/api/java/org/apache/sysds/lops/Nary.html |   389 +
 .../org/apache/sysds/lops/OutputParameters.html    |   681 +
 .../java/org/apache/sysds/lops/PMMJ.CacheType.html |   346 +
 .../2.2.0/api/java/org/apache/sysds/lops/PMMJ.html |   464 +
 .../api/java/org/apache/sysds/lops/PMapMult.html   |   391 +
 .../apache/sysds/lops/ParameterizedBuiltin.html    |   439 +
 .../org/apache/sysds/lops/PartialAggregate.html    |   513 +
 .../sysds/lops/PickByCount.OperationTypes.html     |   370 +
 .../java/org/apache/sysds/lops/PickByCount.html    |   476 +
 .../api/java/org/apache/sysds/lops/ReBlock.html    |   393 +
 .../api/java/org/apache/sysds/lops/RightIndex.html |   522 +
 .../apache/sysds/lops/SortKeys.OperationTypes.html |   358 +
 .../api/java/org/apache/sysds/lops/SortKeys.html   |   533 +
 .../api/java/org/apache/sysds/lops/SpoofFused.html |   627 +
 .../2.2.0/api/java/org/apache/sysds/lops/Sql.html  |   363 +
 .../api/java/org/apache/sysds/lops/Ternary.html    |   371 +
 .../org/apache/sysds/lops/TernaryAggregate.html    |   423 +
 .../api/java/org/apache/sysds/lops/Transform.html  |   589 +
 .../java/org/apache/sysds/lops/UAggOuterChain.html |   415 +
 .../api/java/org/apache/sysds/lops/Unary.html      |   459 +
 .../api/java/org/apache/sysds/lops/UnaryCP.html    |   504 +
 .../sysds/lops/WeightedCrossEntropy.WCeMMType.html |   359 +
 .../apache/sysds/lops/WeightedCrossEntropy.html    |   446 +
 .../apache/sysds/lops/WeightedCrossEntropyR.html   |   409 +
 .../sysds/lops/WeightedDivMM.WDivMMType.html       |   562 +
 .../java/org/apache/sysds/lops/WeightedDivMM.html  |   446 +
 .../java/org/apache/sysds/lops/WeightedDivMMR.html |   409 +
 .../sysds/lops/WeightedSigmoid.WSigmoidType.html   |   370 +
 .../org/apache/sysds/lops/WeightedSigmoid.html     |   441 +
 .../org/apache/sysds/lops/WeightedSigmoidR.html    |   404 +
 .../lops/WeightedSquaredLoss.WeightsType.html      |   383 +
 .../org/apache/sysds/lops/WeightedSquaredLoss.html |   446 +
 .../apache/sysds/lops/WeightedSquaredLossR.html    |   409 +
 .../sysds/lops/WeightedUnaryMM.WUMMType.html       |   346 +
 .../org/apache/sysds/lops/WeightedUnaryMM.html     |   443 +
 .../org/apache/sysds/lops/WeightedUnaryMMR.html    |   406 +
 .../org/apache/sysds/lops/class-use/Append.html    |   125 +
 .../org/apache/sysds/lops/class-use/AppendG.html   |   125 +
 .../sysds/lops/class-use/AppendGAlignedSP.html     |   125 +
 .../sysds/lops/class-use/AppendM.CacheType.html    |   174 +
 .../org/apache/sysds/lops/class-use/AppendM.html   |   125 +
 .../org/apache/sysds/lops/class-use/AppendR.html   |   125 +
 .../org/apache/sysds/lops/class-use/Binary.html    |   125 +
 .../sysds/lops/class-use/BinaryM.VectorType.html   |   196 +
 .../org/apache/sysds/lops/class-use/BinaryM.html   |   125 +
 .../apache/sysds/lops/class-use/BinaryScalar.html  |   125 +
 .../sysds/lops/class-use/BinaryUAggChain.html      |   125 +
 .../apache/sysds/lops/class-use/CSVReBlock.html    |   125 +
 .../apache/sysds/lops/class-use/CentralMoment.html |   125 +
 .../apache/sysds/lops/class-use/Checkpoint.html    |   125 +
 .../apache/sysds/lops/class-use/CoVariance.html    |   125 +
 .../lops/class-use/Compression.CompressConfig.html |   174 +
 .../apache/sysds/lops/class-use/Compression.html   |   125 +
 .../lops/class-use/Ctable.OperationTypes.html      |   237 +
 .../org/apache/sysds/lops/class-use/Ctable.html    |   125 +
 .../lops/class-use/CumulativeOffsetBinary.html     |   125 +
 .../lops/class-use/CumulativePartialAggregate.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Data.html |   168 +
 .../org/apache/sysds/lops/class-use/DataGen.html   |   125 +
 .../class-use/DeCompression.CompressConfig.html    |   174 +
 .../apache/sysds/lops/class-use/DeCompression.html |   125 +
 .../apache/sysds/lops/class-use/DnnTransform.html  |   125 +
 .../org/apache/sysds/lops/class-use/Federated.html |   125 +
 .../sysds/lops/class-use/FunctionCallCP.html       |   125 +
 .../sysds/lops/class-use/GroupedAggregate.html     |   125 +
 .../class-use/GroupedAggregateM.CacheType.html     |   174 +
 .../sysds/lops/class-use/GroupedAggregateM.html    |   125 +
 .../lops/class-use/LeftIndex.LixCacheType.html     |   194 +
 .../org/apache/sysds/lops/class-use/LeftIndex.html |   125 +
 .../sysds/lops/class-use/Lop.SimpleInstType.html   |   184 +
 .../org/apache/sysds/lops/class-use/Lop.Type.html  |   195 +
 .../sysds/lops/class-use/Lop.VisitStatus.html      |   195 +
 .../java/org/apache/sysds/lops/class-use/Lop.html  |  1865 +
 .../apache/sysds/lops/class-use/LopProperties.html |   125 +
 .../apache/sysds/lops/class-use/LopsException.html |   166 +
 .../apache/sysds/lops/class-use/MMCJ.MMCJType.html |   192 +
 .../java/org/apache/sysds/lops/class-use/MMCJ.html |   125 +
 .../java/org/apache/sysds/lops/class-use/MMRJ.html |   125 +
 .../sysds/lops/class-use/MMTSJ.MMTSJType.html      |   397 +
 .../org/apache/sysds/lops/class-use/MMTSJ.html     |   125 +
 .../org/apache/sysds/lops/class-use/MMZip.html     |   125 +
 .../sysds/lops/class-use/MapMult.CacheType.html    |   178 +
 .../org/apache/sysds/lops/class-use/MapMult.html   |   125 +
 .../lops/class-use/MapMultChain.ChainType.html     |   360 +
 .../apache/sysds/lops/class-use/MapMultChain.html  |   125 +
 .../org/apache/sysds/lops/class-use/MatMultCP.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Nary.html |   125 +
 .../sysds/lops/class-use/OutputParameters.html     |   180 +
 .../sysds/lops/class-use/PMMJ.CacheType.html       |   174 +
 .../java/org/apache/sysds/lops/class-use/PMMJ.html |   125 +
 .../org/apache/sysds/lops/class-use/PMapMult.html  |   125 +
 .../sysds/lops/class-use/ParameterizedBuiltin.html |   125 +
 .../sysds/lops/class-use/PartialAggregate.html     |   125 +
 .../lops/class-use/PickByCount.OperationTypes.html |   203 +
 .../apache/sysds/lops/class-use/PickByCount.html   |   125 +
 .../org/apache/sysds/lops/class-use/ReBlock.html   |   125 +
 .../apache/sysds/lops/class-use/RightIndex.html    |   125 +
 .../lops/class-use/SortKeys.OperationTypes.html    |   235 +
 .../org/apache/sysds/lops/class-use/SortKeys.html  |   178 +
 .../apache/sysds/lops/class-use/SpoofFused.html    |   125 +
 .../java/org/apache/sysds/lops/class-use/Sql.html  |   125 +
 .../org/apache/sysds/lops/class-use/Ternary.html   |   125 +
 .../sysds/lops/class-use/TernaryAggregate.html     |   125 +
 .../org/apache/sysds/lops/class-use/Transform.html |   125 +
 .../sysds/lops/class-use/UAggOuterChain.html       |   125 +
 .../org/apache/sysds/lops/class-use/Unary.html     |   125 +
 .../org/apache/sysds/lops/class-use/UnaryCP.html   |   125 +
 .../class-use/WeightedCrossEntropy.WCeMMType.html  |   282 +
 .../sysds/lops/class-use/WeightedCrossEntropy.html |   125 +
 .../lops/class-use/WeightedCrossEntropyR.html      |   125 +
 .../lops/class-use/WeightedDivMM.WDivMMType.html   |   288 +
 .../apache/sysds/lops/class-use/WeightedDivMM.html |   125 +
 .../sysds/lops/class-use/WeightedDivMMR.html       |   125 +
 .../class-use/WeightedSigmoid.WSigmoidType.html    |   272 +
 .../sysds/lops/class-use/WeightedSigmoid.html      |   125 +
 .../sysds/lops/class-use/WeightedSigmoidR.html     |   125 +
 .../class-use/WeightedSquaredLoss.WeightsType.html |   276 +
 .../sysds/lops/class-use/WeightedSquaredLoss.html  |   125 +
 .../sysds/lops/class-use/WeightedSquaredLossR.html |   125 +
 .../lops/class-use/WeightedUnaryMM.WUMMType.html   |   277 +
 .../sysds/lops/class-use/WeightedUnaryMM.html      |   125 +
 .../sysds/lops/class-use/WeightedUnaryMMR.html     |   125 +
 .../java/org/apache/sysds/lops/compile/Dag.html    |   352 +
 .../apache/sysds/lops/compile/LopComparator.html   |   308 +
 .../apache/sysds/lops/compile/class-use/Dag.html   |   167 +
 .../lops/compile/class-use/LopComparator.html      |   125 +
 .../apache/sysds/lops/compile/package-frame.html   |    21 +
 .../apache/sysds/lops/compile/package-summary.html |   152 +
 .../apache/sysds/lops/compile/package-tree.html    |   139 +
 .../org/apache/sysds/lops/compile/package-use.html |   161 +
 .../java/org/apache/sysds/lops/package-frame.html  |   111 +
 .../org/apache/sysds/lops/package-summary.html     |   566 +
 .../java/org/apache/sysds/lops/package-tree.html   |   253 +
 .../java/org/apache/sysds/lops/package-use.html    |   549 +
 .../apache/sysds/parser/AssignmentStatement.html   |   574 +
 .../org/apache/sysds/parser/BinaryExpression.html  |   483 +
 .../org/apache/sysds/parser/BooleanExpression.html |   468 +
 .../org/apache/sysds/parser/BooleanIdentifier.html |   442 +
 .../org/apache/sysds/parser/BuiltinConstant.html   |   381 +
 .../sysds/parser/BuiltinFunctionExpression.html    |   687 +
 .../apache/sysds/parser/ConditionalPredicate.html  |   544 +
 .../org/apache/sysds/parser/ConstIdentifier.html   |   326 +
 .../java/org/apache/sysds/parser/DMLProgram.html   |   745 +
 .../org/apache/sysds/parser/DMLTranslator.html     |   711 +
 .../org/apache/sysds/parser/DataExpression.html    |  1824 +
 .../org/apache/sysds/parser/DataIdentifier.html    |   516 +
 .../org/apache/sysds/parser/DoubleIdentifier.html  |   482 +
 .../apache/sysds/parser/Expression.BinaryOp.html   |   431 +
 .../apache/sysds/parser/Expression.BooleanOp.html  |   395 +
 .../org/apache/sysds/parser/Expression.DataOp.html |   419 +
 .../sysds/parser/Expression.FunctCallOp.html       |   347 +
 .../sysds/parser/Expression.RelationalOp.html      |   407 +
 .../java/org/apache/sysds/parser/Expression.html   |  1195 +
 .../org/apache/sysds/parser/ExpressionList.html    |   438 +
 .../java/org/apache/sysds/parser/ForStatement.html |   513 +
 .../org/apache/sysds/parser/ForStatementBlock.html |   665 +
 .../sysds/parser/FunctionCallIdentifier.html       |   533 +
 .../apache/sysds/parser/FunctionDictionary.html    |   435 +
 .../org/apache/sysds/parser/FunctionStatement.html |   613 +
 .../sysds/parser/FunctionStatementBlock.html       |   503 +
 .../java/org/apache/sysds/parser/Identifier.html   |   623 +
 .../java/org/apache/sysds/parser/IfStatement.html  |   561 +
 .../org/apache/sysds/parser/IfStatementBlock.html  |   462 +
 .../org/apache/sysds/parser/ImportStatement.html   |   509 +
 .../org/apache/sysds/parser/IndexedIdentifier.html |   644 +
 .../org/apache/sysds/parser/IntIdentifier.html     |   469 +
 .../org/apache/sysds/parser/IterablePredicate.html |   528 +
 .../LanguageException.LanguageErrorCodes.html      |   316 +
 .../org/apache/sysds/parser/LanguageException.html |   360 +
 .../apache/sysds/parser/LiveVariableAnalysis.html  |   484 +
 .../sysds/parser/MultiAssignmentStatement.html     |   485 +
 .../org/apache/sysds/parser/OutputStatement.html   |   576 +
 .../org/apache/sysds/parser/ParForStatement.html   |   343 +
 .../parser/ParForStatementBlock.ResultVar.html     |   380 +
 .../apache/sysds/parser/ParForStatementBlock.html  |   655 +
 .../apache/sysds/parser/ParameterExpression.html   |   330 +
 .../ParameterizedBuiltinFunctionExpression.html    |   691 +
 .../org/apache/sysds/parser/ParseException.html    |   483 +
 .../java/org/apache/sysds/parser/ParseInfo.html    |   384 +
 .../org/apache/sysds/parser/ParserFactory.html     |   294 +
 .../org/apache/sysds/parser/ParserWrapper.html     |   365 +
 .../org/apache/sysds/parser/PathStatement.html     |   444 +
 .../sysds/parser/PrintStatement.PRINTTYPE.html     |   374 +
 .../org/apache/sysds/parser/PrintStatement.html    |   519 +
 .../apache/sysds/parser/RelationalExpression.html  |   468 +
 .../sysds/parser/Statement.FederatedPSScheme.html  |   382 +
 .../sysds/parser/Statement.PSCheckpointing.html    |   358 +
 .../apache/sysds/parser/Statement.PSFrequency.html |   358 +
 .../apache/sysds/parser/Statement.PSModeType.html  |   358 +
 .../sysds/parser/Statement.PSRuntimeBalancing.html |   394 +
 .../apache/sysds/parser/Statement.PSScheme.html    |   370 +
 .../sysds/parser/Statement.PSUpdateType.html       |   384 +
 .../java/org/apache/sysds/parser/Statement.html    |  1694 +
 .../org/apache/sysds/parser/StatementBlock.html    |  1213 +
 .../org/apache/sysds/parser/StringIdentifier.html  |   430 +
 .../java/org/apache/sysds/parser/VariableSet.html  |   450 +
 .../org/apache/sysds/parser/WhileStatement.html    |   509 +
 .../apache/sysds/parser/WhileStatementBlock.html   |   479 +
 .../parser/class-use/AssignmentStatement.html      |   166 +
 .../sysds/parser/class-use/BinaryExpression.html   |   125 +
 .../sysds/parser/class-use/BooleanExpression.html  |   125 +
 .../sysds/parser/class-use/BooleanIdentifier.html  |   125 +
 .../sysds/parser/class-use/BuiltinConstant.html    |   174 +
 .../class-use/BuiltinFunctionExpression.html       |   168 +
 .../parser/class-use/ConditionalPredicate.html     |   186 +
 .../sysds/parser/class-use/ConstIdentifier.html    |   371 +
 .../apache/sysds/parser/class-use/DMLProgram.html  |   772 +
 .../sysds/parser/class-use/DMLTranslator.html      |   167 +
 .../sysds/parser/class-use/DataExpression.html     |   193 +
 .../sysds/parser/class-use/DataIdentifier.html     |   689 +
 .../sysds/parser/class-use/DoubleIdentifier.html   |   177 +
 .../parser/class-use/Expression.BinaryOp.html      |   212 +
 .../parser/class-use/Expression.BooleanOp.html     |   199 +
 .../sysds/parser/class-use/Expression.DataOp.html  |   221 +
 .../parser/class-use/Expression.FunctCallOp.html   |   178 +
 .../parser/class-use/Expression.RelationalOp.html  |   199 +
 .../apache/sysds/parser/class-use/Expression.html  |   926 +
 .../sysds/parser/class-use/ExpressionList.html     |   125 +
 .../sysds/parser/class-use/ForStatement.html       |   168 +
 .../sysds/parser/class-use/ForStatementBlock.html  |   227 +
 .../parser/class-use/FunctionCallIdentifier.html   |   165 +
 .../sysds/parser/class-use/FunctionDictionary.html |   251 +
 .../sysds/parser/class-use/FunctionStatement.html  |   125 +
 .../parser/class-use/FunctionStatementBlock.html   |   357 +
 .../apache/sysds/parser/class-use/Identifier.html  |   294 +
 .../apache/sysds/parser/class-use/IfStatement.html |   125 +
 .../sysds/parser/class-use/IfStatementBlock.html   |   202 +
 .../sysds/parser/class-use/ImportStatement.html    |   125 +
 .../sysds/parser/class-use/IndexedIdentifier.html  |   125 +
 .../sysds/parser/class-use/IntIdentifier.html      |   164 +
 .../sysds/parser/class-use/IterablePredicate.html  |   182 +
 .../LanguageException.LanguageErrorCodes.html      |   125 +
 .../sysds/parser/class-use/LanguageException.html  |   171 +
 .../parser/class-use/LiveVariableAnalysis.html     |   188 +
 .../parser/class-use/MultiAssignmentStatement.html |   182 +
 .../sysds/parser/class-use/OutputStatement.html    |   166 +
 .../sysds/parser/class-use/ParForStatement.html    |   125 +
 .../class-use/ParForStatementBlock.ResultVar.html  |   345 +
 .../parser/class-use/ParForStatementBlock.html     |   221 +
 .../parser/class-use/ParameterExpression.html      |   272 +
 .../ParameterizedBuiltinFunctionExpression.html    |   168 +
 .../sysds/parser/class-use/ParseException.html     |   177 +
 .../apache/sysds/parser/class-use/ParseInfo.html   |   703 +
 .../sysds/parser/class-use/ParserFactory.html      |   125 +
 .../sysds/parser/class-use/ParserWrapper.html      |   195 +
 .../sysds/parser/class-use/PathStatement.html      |   125 +
 .../parser/class-use/PrintStatement.PRINTTYPE.html |   190 +
 .../sysds/parser/class-use/PrintStatement.html     |   125 +
 .../parser/class-use/RelationalExpression.html     |   125 +
 .../class-use/Statement.FederatedPSScheme.html     |   195 +
 .../class-use/Statement.PSCheckpointing.html       |   174 +
 .../parser/class-use/Statement.PSFrequency.html    |   261 +
 .../parser/class-use/Statement.PSModeType.html     |   174 +
 .../class-use/Statement.PSRuntimeBalancing.html    |   205 +
 .../sysds/parser/class-use/Statement.PSScheme.html |   226 +
 .../parser/class-use/Statement.PSUpdateType.html   |   207 +
 .../apache/sysds/parser/class-use/Statement.html   |   364 +
 .../sysds/parser/class-use/StatementBlock.html     |  1143 +
 .../sysds/parser/class-use/StringIdentifier.html   |   125 +
 .../apache/sysds/parser/class-use/VariableSet.html |   890 +
 .../sysds/parser/class-use/WhileStatement.html     |   125 +
 .../parser/class-use/WhileStatementBlock.html      |   202 +
 .../parser/dml/CustomErrorListener.ParseIssue.html |   467 +
 .../dml/CustomErrorListener.ParseIssueType.html    |   381 +
 .../sysds/parser/dml/CustomErrorListener.html      |   560 +
 .../apache/sysds/parser/dml/DMLParserWrapper.html  |   353 +
 .../apache/sysds/parser/dml/DmlBaseListener.html   |  2759 ++
 .../java/org/apache/sysds/parser/dml/DmlLexer.html |  1725 +
 .../org/apache/sysds/parser/dml/DmlListener.html   |  2263 ++
 ...rser.AccumulatorAssignmentStatementContext.html |   446 +
 .../dml/DmlParser.AddSubExpressionContext.html     |   446 +
 .../dml/DmlParser.AssignmentStatementContext.html  |   446 +
 .../dml/DmlParser.AtomicExpressionContext.html     |   407 +
 .../dml/DmlParser.BooleanAndExpressionContext.html |   446 +
 .../dml/DmlParser.BooleanNotExpressionContext.html |   420 +
 .../dml/DmlParser.BooleanOrExpressionContext.html  |   446 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   459 +
 ...mlParser.CommandlineParamExpressionContext.html |   379 +
 ...arser.CommandlinePositionExpressionContext.html |   379 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstFalseExpressionContext.html |   366 +
 .../dml/DmlParser.ConstIntIdExpressionContext.html |   379 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstTrueExpressionContext.html  |   366 +
 .../dml/DmlParser.DataIdExpressionContext.html     |   379 +
 .../dml/DmlParser.DataIdentifierContext.html       |   389 +
 .../parser/dml/DmlParser.DataTypeContext.html      |   361 +
 .../parser/dml/DmlParser.ExpressionContext.html    |   389 +
 ...arser.ExternalFunctionDefExpressionContext.html |   524 +
 .../parser/dml/DmlParser.ForStatementContext.html  |   537 +
 ...ser.FunctionCallAssignmentStatementContext.html |   485 +
 ...unctionCallMultiAssignmentStatementContext.html |   511 +
 .../dml/DmlParser.FunctionStatementContext.html    |   389 +
 .../parser/dml/DmlParser.IfStatementContext.html   |   472 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   472 +
 .../dml/DmlParser.ImportStatementContext.html      |   433 +
 .../dml/DmlParser.IndexedExpressionContext.html    |   485 +
 ...arser.InternalFunctionDefExpressionContext.html |   563 +
 ...er.IterablePredicateColonExpressionContext.html |   433 +
 .../dml/DmlParser.IterablePredicateContext.html    |   389 +
 ...rser.IterablePredicateSeqExpressionContext.html |   459 +
 .../dml/DmlParser.MatrixDataTypeCheckContext.html  |   372 +
 .../dml/DmlParser.MatrixMulExpressionContext.html  |   446 +
 .../sysds/parser/dml/DmlParser.Ml_typeContext.html |   392 +
 .../dml/DmlParser.ModIntDivExpressionContext.html  |   446 +
 .../dml/DmlParser.MultDivExpressionContext.html    |   446 +
 .../dml/DmlParser.MultiIdExpressionContext.html    |   433 +
 .../dml/DmlParser.ParForStatementContext.html      |   537 +
 .../DmlParser.ParameterizedExpressionContext.html  |   433 +
 .../parser/dml/DmlParser.PathStatementContext.html |   407 +
 .../dml/DmlParser.PowerExpressionContext.html      |   446 +
 .../parser/dml/DmlParser.ProgramrootContext.html   |   498 +
 .../dml/DmlParser.RelationalExpressionContext.html |   446 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   379 +
 .../parser/dml/DmlParser.StatementContext.html     |   389 +
 ...arser.StrictParameterizedExpressionContext.html |   433 +
 ...r.StrictParameterizedKeyValueStringContext.html |   433 +
 .../dml/DmlParser.TypedArgAssignContext.html       |   459 +
 .../dml/DmlParser.TypedArgNoAssignContext.html     |   433 +
 .../dml/DmlParser.UnaryExpressionContext.html      |   420 +
 .../parser/dml/DmlParser.ValueTypeContext.html     |   366 +
 .../dml/DmlParser.WhileStatementContext.html       |   459 +
 .../org/apache/sysds/parser/dml/DmlParser.html     |  2429 ++
 .../apache/sysds/parser/dml/DmlPreprocessor.html   |  2667 ++
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   310 +
 .../sysds/parser/dml/DmlSyntacticValidator.html    |  2850 ++
 .../apache/sysds/parser/dml/ExpressionInfo.html    |   319 +
 .../org/apache/sysds/parser/dml/StatementInfo.html |   306 +
 .../class-use/CustomErrorListener.ParseIssue.html  |   264 +
 .../CustomErrorListener.ParseIssueType.html        |   208 +
 .../parser/dml/class-use/CustomErrorListener.html  |   202 +
 .../parser/dml/class-use/DMLParserWrapper.html     |   125 +
 .../parser/dml/class-use/DmlBaseListener.html      |   125 +
 .../sysds/parser/dml/class-use/DmlLexer.html       |   125 +
 .../sysds/parser/dml/class-use/DmlListener.html    |   180 +
 ...rser.AccumulatorAssignmentStatementContext.html |   205 +
 .../DmlParser.AddSubExpressionContext.html         |   205 +
 .../DmlParser.AssignmentStatementContext.html      |   205 +
 .../DmlParser.AtomicExpressionContext.html         |   205 +
 .../DmlParser.BooleanAndExpressionContext.html     |   205 +
 .../DmlParser.BooleanNotExpressionContext.html     |   205 +
 .../DmlParser.BooleanOrExpressionContext.html      |   205 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   205 +
 ...mlParser.CommandlineParamExpressionContext.html |   205 +
 ...arser.CommandlinePositionExpressionContext.html |   205 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   205 +
 .../DmlParser.ConstFalseExpressionContext.html     |   205 +
 .../DmlParser.ConstIntIdExpressionContext.html     |   205 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   205 +
 .../DmlParser.ConstTrueExpressionContext.html      |   205 +
 .../DmlParser.DataIdExpressionContext.html         |   205 +
 .../class-use/DmlParser.DataIdentifierContext.html |   310 +
 .../dml/class-use/DmlParser.DataTypeContext.html   |   206 +
 .../dml/class-use/DmlParser.ExpressionContext.html |   647 +
 ...arser.ExternalFunctionDefExpressionContext.html |   205 +
 .../class-use/DmlParser.ForStatementContext.html   |   205 +
 ...ser.FunctionCallAssignmentStatementContext.html |   205 +
 ...unctionCallMultiAssignmentStatementContext.html |   205 +
 .../DmlParser.FunctionStatementContext.html        |   252 +
 .../class-use/DmlParser.IfStatementContext.html    |   205 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   205 +
 .../DmlParser.ImportStatementContext.html          |   205 +
 .../DmlParser.IndexedExpressionContext.html        |   207 +
 ...arser.InternalFunctionDefExpressionContext.html |   205 +
 ...er.IterablePredicateColonExpressionContext.html |   205 +
 .../DmlParser.IterablePredicateContext.html        |   234 +
 ...rser.IterablePredicateSeqExpressionContext.html |   205 +
 .../DmlParser.MatrixDataTypeCheckContext.html      |   205 +
 .../DmlParser.MatrixMulExpressionContext.html      |   205 +
 .../dml/class-use/DmlParser.Ml_typeContext.html    |   239 +
 .../DmlParser.ModIntDivExpressionContext.html      |   205 +
 .../DmlParser.MultDivExpressionContext.html        |   205 +
 .../DmlParser.MultiIdExpressionContext.html        |   205 +
 .../DmlParser.ParForStatementContext.html          |   205 +
 .../DmlParser.ParameterizedExpressionContext.html  |   289 +
 .../class-use/DmlParser.PathStatementContext.html  |   205 +
 .../DmlParser.PowerExpressionContext.html          |   205 +
 .../class-use/DmlParser.ProgramrootContext.html    |   214 +
 .../DmlParser.RelationalExpressionContext.html     |   205 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   205 +
 .../dml/class-use/DmlParser.StatementContext.html  |   399 +
 ...arser.StrictParameterizedExpressionContext.html |   273 +
 ...r.StrictParameterizedKeyValueStringContext.html |   257 +
 .../class-use/DmlParser.TypedArgAssignContext.html |   257 +
 .../DmlParser.TypedArgNoAssignContext.html         |   277 +
 .../DmlParser.UnaryExpressionContext.html          |   205 +
 .../dml/class-use/DmlParser.ValueTypeContext.html  |   218 +
 .../class-use/DmlParser.WhileStatementContext.html |   205 +
 .../sysds/parser/dml/class-use/DmlParser.html      |   125 +
 .../parser/dml/class-use/DmlPreprocessor.html      |   125 +
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   169 +
 .../dml/class-use/DmlSyntacticValidator.html       |   125 +
 .../sysds/parser/dml/class-use/ExpressionInfo.html |   173 +
 .../sysds/parser/dml/class-use/StatementInfo.html  |   169 +
 .../org/apache/sysds/parser/dml/package-frame.html |    90 +
 .../apache/sysds/parser/dml/package-summary.html   |   443 +
 .../org/apache/sysds/parser/dml/package-tree.html  |   267 +
 .../org/apache/sysds/parser/dml/package-use.html   |   374 +
 .../org/apache/sysds/parser/package-frame.html     |    92 +
 .../org/apache/sysds/parser/package-summary.html   |   458 +
 .../java/org/apache/sysds/parser/package-tree.html |   258 +
 .../java/org/apache/sysds/parser/package-use.html  |   865 +
 .../apache/sysds/runtime/DMLRuntimeException.html  |   319 +
 .../apache/sysds/runtime/DMLScriptException.html   |   301 +
 .../runtime/class-use/DMLRuntimeException.html     |  1247 +
 .../runtime/class-use/DMLScriptException.html      |   169 +
 .../sysds/runtime/codegen/ByteClassLoader.html     |   316 +
 .../apache/sysds/runtime/codegen/CodegenUtils.html |   462 +
 .../sysds/runtime/codegen/LibSpoofPrimitives.html  |  7117 ++++
 .../sysds/runtime/codegen/SpoofCUDACellwise.html   |   567 +
 .../codegen/SpoofCUDAOperator.PrecisionProxy.html  |   294 +
 .../sysds/runtime/codegen/SpoofCUDAOperator.html   |   459 +
 .../sysds/runtime/codegen/SpoofCUDARowwise.html    |   565 +
 .../sysds/runtime/codegen/SpoofCellwise.AggOp.html |   370 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   396 +
 .../sysds/runtime/codegen/SpoofCellwise.html       |   513 +
 .../sysds/runtime/codegen/SpoofMultiAggregate.html |   467 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   387 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   322 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   324 +
 .../sysds/runtime/codegen/SpoofOperator.html       |   434 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   370 +
 .../sysds/runtime/codegen/SpoofOuterProduct.html   |   451 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   532 +
 .../apache/sysds/runtime/codegen/SpoofRowwise.html |   504 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   125 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   125 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   125 +
 .../codegen/class-use/SpoofCUDACellwise.html       |   125 +
 .../SpoofCUDAOperator.PrecisionProxy.html          |   250 +
 .../codegen/class-use/SpoofCUDAOperator.html       |   263 +
 .../codegen/class-use/SpoofCUDARowwise.html        |   125 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   276 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   262 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   182 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   125 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   209 +
 .../SpoofOperator.SideInputSparseCell.html         |   125 +
 .../SpoofOperator.SideInputSparseRow.html          |   125 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   198 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   262 +
 .../codegen/class-use/SpoofOuterProduct.html       |   125 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   262 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   165 +
 .../sysds/runtime/codegen/package-frame.html       |    44 +
 .../sysds/runtime/codegen/package-summary.html     |   240 +
 .../apache/sysds/runtime/codegen/package-tree.html |   194 +
 .../apache/sysds/runtime/codegen/package-use.html  |   279 +
 .../runtime/compress/CompressedMatrixBlock.html    |  3411 ++
 .../compress/CompressedMatrixBlockFactory.html     |   479 +
 .../runtime/compress/CompressionSettings.html      |   572 +
 .../compress/CompressionSettingsBuilder.html       |   707 +
 .../runtime/compress/CompressionStatistics.html    |   444 +
 .../runtime/compress/DMLCompressionException.html  |   307 +
 .../runtime/compress/SingletonLookupHashMap.html   |   310 +
 .../sysds/runtime/compress/bitmap/ABitmap.html     |   406 +
 .../sysds/runtime/compress/bitmap/Bitmap.html      |   333 +
 .../runtime/compress/bitmap/BitmapEncoder.html     |   291 +
 .../runtime/compress/bitmap/MultiColBitmap.html    |   355 +
 .../runtime/compress/bitmap/class-use/ABitmap.html |   340 +
 .../runtime/compress/bitmap/class-use/Bitmap.html  |   125 +
 .../compress/bitmap/class-use/BitmapEncoder.html   |   125 +
 .../compress/bitmap/class-use/MultiColBitmap.html  |   125 +
 .../runtime/compress/bitmap/package-frame.html     |    23 +
 .../runtime/compress/bitmap/package-summary.html   |   161 +
 .../runtime/compress/bitmap/package-tree.html      |   144 +
 .../sysds/runtime/compress/bitmap/package-use.html |   234 +
 .../compress/class-use/CompressedMatrixBlock.html  |   341 +
 .../class-use/CompressedMatrixBlockFactory.html    |   125 +
 .../compress/class-use/CompressionSettings.html    |   323 +
 .../class-use/CompressionSettingsBuilder.html      |   323 +
 .../compress/class-use/CompressionStatistics.html  |   225 +
 .../class-use/DMLCompressionException.html         |   125 +
 .../compress/class-use/SingletonLookupHashMap.html |   165 +
 .../runtime/compress/cocode/AColumnCoCoder.html    |   202 +
 .../runtime/compress/cocode/CoCodeBinPacking.html  |   253 +
 .../runtime/compress/cocode/CoCodeGreedy.html      |   203 +
 .../runtime/compress/cocode/CoCodeHybrid.html      |   204 +
 .../runtime/compress/cocode/CoCodePriorityQue.html |   208 +
 .../runtime/compress/cocode/CoCodeStatic.html      |   204 +
 .../cocode/CoCoderFactory.PartitionerType.html     |   383 +
 .../runtime/compress/cocode/CoCoderFactory.html    |   317 +
 .../compress/cocode/class-use/AColumnCoCoder.html  |   189 +
 .../cocode/class-use/CoCodeBinPacking.html         |   125 +
 .../compress/cocode/class-use/CoCodeGreedy.html    |   125 +
 .../compress/cocode/class-use/CoCodeHybrid.html    |   125 +
 .../cocode/class-use/CoCodePriorityQue.html        |   125 +
 .../compress/cocode/class-use/CoCodeStatic.html    |   125 +
 .../class-use/CoCoderFactory.PartitionerType.html  |   213 +
 .../compress/cocode/class-use/CoCoderFactory.html  |   125 +
 .../runtime/compress/cocode/package-frame.html     |    30 +
 .../runtime/compress/cocode/package-summary.html   |   192 +
 .../runtime/compress/cocode/package-tree.html      |   159 +
 .../sysds/runtime/compress/cocode/package-use.html |   184 +
 .../colgroup/AColGroup.CompressionType.html        |   407 +
 .../sysds/runtime/compress/colgroup/AColGroup.html |  1145 +
 .../compress/colgroup/ColGroupCompressed.html      |   452 +
 .../runtime/compress/colgroup/ColGroupConst.html   |   989 +
 .../runtime/compress/colgroup/ColGroupDDC.html     |   768 +
 .../runtime/compress/colgroup/ColGroupEmpty.html   |   941 +
 .../runtime/compress/colgroup/ColGroupFactory.html |   458 +
 .../runtime/compress/colgroup/ColGroupIO.html      |   337 +
 .../runtime/compress/colgroup/ColGroupOLE.html     |   709 +
 .../runtime/compress/colgroup/ColGroupOffset.html  |   446 +
 .../runtime/compress/colgroup/ColGroupRLE.html     |   722 +
 .../runtime/compress/colgroup/ColGroupSDC.html     |   799 +
 .../compress/colgroup/ColGroupSDCSingle.html       |   786 +
 .../compress/colgroup/ColGroupSDCSingleZeros.html  |   801 +
 .../compress/colgroup/ColGroupSDCZeros.html        |   815 +
 .../runtime/compress/colgroup/ColGroupSizes.html   |   484 +
 .../compress/colgroup/ColGroupUncompressed.html    |  1147 +
 .../runtime/compress/colgroup/ColGroupValue.html   |  1151 +
 .../class-use/AColGroup.CompressionType.html       |   380 +
 .../compress/colgroup/class-use/AColGroup.html     |   700 +
 .../colgroup/class-use/ColGroupCompressed.html     |   261 +
 .../compress/colgroup/class-use/ColGroupConst.html |   125 +
 .../compress/colgroup/class-use/ColGroupDDC.html   |   196 +
 .../compress/colgroup/class-use/ColGroupEmpty.html |   165 +
 .../colgroup/class-use/ColGroupFactory.html        |   125 +
 .../compress/colgroup/class-use/ColGroupIO.html    |   125 +
 .../compress/colgroup/class-use/ColGroupOLE.html   |   125 +
 .../colgroup/class-use/ColGroupOffset.html         |   174 +
 .../compress/colgroup/class-use/ColGroupRLE.html   |   125 +
 .../compress/colgroup/class-use/ColGroupSDC.html   |   203 +
 .../colgroup/class-use/ColGroupSDCSingle.html      |   203 +
 .../colgroup/class-use/ColGroupSDCSingleZeros.html |   209 +
 .../colgroup/class-use/ColGroupSDCZeros.html       |   209 +
 .../compress/colgroup/class-use/ColGroupSizes.html |   125 +
 .../colgroup/class-use/ColGroupUncompressed.html   |   165 +
 .../compress/colgroup/class-use/ColGroupValue.html |   239 +
 .../compress/colgroup/dictionary/ADictionary.html  |  1264 +
 .../compress/colgroup/dictionary/Dictionary.html   |  1359 +
 .../dictionary/DictionaryFactory.Type.html         |   358 +
 .../colgroup/dictionary/DictionaryFactory.html     |   424 +
 .../colgroup/dictionary/MatrixBlockDictionary.html |  1386 +
 .../compress/colgroup/dictionary/QDictionary.html  |  1373 +
 .../colgroup/dictionary/class-use/ADictionary.html |   540 +
 .../colgroup/dictionary/class-use/Dictionary.html  |   660 +
 .../class-use/DictionaryFactory.Type.html          |   174 +
 .../dictionary/class-use/DictionaryFactory.html    |   125 +
 .../class-use/MatrixBlockDictionary.html           |   191 +
 .../colgroup/dictionary/class-use/QDictionary.html |   197 +
 .../colgroup/dictionary/package-frame.html         |    28 +
 .../colgroup/dictionary/package-summary.html       |   182 +
 .../compress/colgroup/dictionary/package-tree.html |   157 +
 .../compress/colgroup/dictionary/package-use.html  |   205 +
 .../colgroup/insertionsort/AInsertionSorter.html   |   299 +
 .../InsertionSorterFactory.SORT_TYPE.html          |   346 +
 .../insertionsort/InsertionSorterFactory.html      |   386 +
 .../colgroup/insertionsort/MaterializeSort.html    |   210 +
 .../compress/colgroup/insertionsort/MergeSort.html |   256 +
 .../insertionsort/class-use/AInsertionSorter.html  |   217 +
 .../InsertionSorterFactory.SORT_TYPE.html          |   198 +
 .../class-use/InsertionSorterFactory.html          |   125 +
 .../insertionsort/class-use/MaterializeSort.html   |   125 +
 .../insertionsort/class-use/MergeSort.html         |   125 +
 .../colgroup/insertionsort/package-frame.html      |    27 +
 .../colgroup/insertionsort/package-summary.html    |   172 +
 .../colgroup/insertionsort/package-tree.html       |   156 +
 .../colgroup/insertionsort/package-use.html        |   163 +
 .../compress/colgroup/mapping/AMapToData.html      |   403 +
 .../compress/colgroup/mapping/MapToBit.html        |   463 +
 .../compress/colgroup/mapping/MapToByte.html       |   493 +
 .../compress/colgroup/mapping/MapToChar.html       |   490 +
 .../colgroup/mapping/MapToFactory.MAP_TYPE.html    |   370 +
 .../compress/colgroup/mapping/MapToFactory.html    |   401 +
 .../compress/colgroup/mapping/MapToInt.html        |   476 +
 .../colgroup/mapping/class-use/AMapToData.html     |   291 +
 .../colgroup/mapping/class-use/MapToBit.html       |   165 +
 .../colgroup/mapping/class-use/MapToByte.html      |   165 +
 .../colgroup/mapping/class-use/MapToChar.html      |   165 +
 .../mapping/class-use/MapToFactory.MAP_TYPE.html   |   174 +
 .../colgroup/mapping/class-use/MapToFactory.html   |   125 +
 .../colgroup/mapping/class-use/MapToInt.html       |   165 +
 .../compress/colgroup/mapping/package-frame.html   |    29 +
 .../compress/colgroup/mapping/package-summary.html |   178 +
 .../compress/colgroup/mapping/package-tree.html    |   158 +
 .../compress/colgroup/mapping/package-use.html     |   211 +
 .../compress/colgroup/offset/AIterator.html        |   384 +
 .../runtime/compress/colgroup/offset/AOffset.html  |   447 +
 .../compress/colgroup/offset/OffsetByte.html       |   447 +
 .../compress/colgroup/offset/OffsetChar.html       |   447 +
 .../colgroup/offset/OffsetFactory.OFF_TYPE.html    |   346 +
 .../compress/colgroup/offset/OffsetFactory.html    |   386 +
 .../colgroup/offset/class-use/AIterator.html       |   195 +
 .../colgroup/offset/class-use/AOffset.html         |   198 +
 .../colgroup/offset/class-use/OffsetByte.html      |   165 +
 .../colgroup/offset/class-use/OffsetChar.html      |   165 +
 .../offset/class-use/OffsetFactory.OFF_TYPE.html   |   174 +
 .../colgroup/offset/class-use/OffsetFactory.html   |   125 +
 .../compress/colgroup/offset/package-frame.html    |    28 +
 .../compress/colgroup/offset/package-summary.html  |   178 +
 .../compress/colgroup/offset/package-tree.html     |   157 +
 .../compress/colgroup/offset/package-use.html      |   174 +
 .../runtime/compress/colgroup/package-frame.html   |    40 +
 .../runtime/compress/colgroup/package-summary.html |   254 +
 .../runtime/compress/colgroup/package-tree.html    |   178 +
 .../runtime/compress/colgroup/package-use.html     |   260 +
 .../compress/cost/ComputationCostEstimator.html    |   419 +
 .../compress/cost/CostEstimatorBuilder.html        |   324 +
 .../cost/CostEstimatorFactory.CostType.html        |   382 +
 .../compress/cost/CostEstimatorFactory.html        |   318 +
 .../compress/cost/DistinctCostEstimator.html       |   378 +
 .../runtime/compress/cost/HybridCostEstimator.html |   335 +
 .../sysds/runtime/compress/cost/ICostEstimate.html |   353 +
 .../compress/cost/InstructionTypeCounter.html      |   355 +
 .../runtime/compress/cost/MemoryCostEstimator.html |   373 +
 .../cost/class-use/ComputationCostEstimator.html   |   125 +
 .../cost/class-use/CostEstimatorBuilder.html       |   216 +
 .../class-use/CostEstimatorFactory.CostType.html   |   213 +
 .../cost/class-use/CostEstimatorFactory.html       |   125 +
 .../cost/class-use/DistinctCostEstimator.html      |   125 +
 .../cost/class-use/HybridCostEstimator.html        |   125 +
 .../compress/cost/class-use/ICostEstimate.html     |   263 +
 .../cost/class-use/InstructionTypeCounter.html     |   165 +
 .../cost/class-use/MemoryCostEstimator.html        |   125 +
 .../sysds/runtime/compress/cost/package-frame.html |    34 +
 .../runtime/compress/cost/package-summary.html     |   202 +
 .../sysds/runtime/compress/cost/package-tree.html  |   164 +
 .../sysds/runtime/compress/cost/package-use.html   |   236 +
 .../compress/estim/CompressedSizeEstimator.html    |   522 +
 .../estim/CompressedSizeEstimatorExact.html        |   276 +
 .../estim/CompressedSizeEstimatorFactory.html      |   276 +
 .../estim/CompressedSizeEstimatorSample.html       |   318 +
 .../estim/CompressedSizeEstimatorUltraSparse.html  |   276 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   424 +
 .../compress/estim/CompressedSizeInfoColGroup.html |   583 +
 .../runtime/compress/estim/EstimationFactors.html  |   244 +
 .../estim/class-use/CompressedSizeEstimator.html   |   220 +
 .../class-use/CompressedSizeEstimatorExact.html    |   125 +
 .../class-use/CompressedSizeEstimatorFactory.html  |   125 +
 .../class-use/CompressedSizeEstimatorSample.html   |   125 +
 .../CompressedSizeEstimatorUltraSparse.html        |   125 +
 .../estim/class-use/CompressedSizeInfo.html        |   241 +
 .../class-use/CompressedSizeInfoColGroup.html      |   413 +
 .../estim/class-use/EstimationFactors.html         |   195 +
 .../runtime/compress/estim/package-frame.html      |    27 +
 .../runtime/compress/estim/package-summary.html    |   183 +
 .../sysds/runtime/compress/estim/package-tree.html |   148 +
 .../sysds/runtime/compress/estim/package-use.html  |   243 +
 .../compress/estim/sample/HassAndStokes.html       |   363 +
 .../SampleEstimatorFactory.EstimationType.html     |   370 +
 .../estim/sample/SampleEstimatorFactory.html       |   299 +
 .../compress/estim/sample/ShlosserEstimator.html   |   238 +
 .../estim/sample/ShlosserJackknifeEstimator.html   |   238 +
 .../estim/sample/SmoothedJackknifeEstimator.html   |   291 +
 .../estim/sample/class-use/HassAndStokes.html      |   125 +
 .../SampleEstimatorFactory.EstimationType.html     |   230 +
 .../sample/class-use/SampleEstimatorFactory.html   |   125 +
 .../estim/sample/class-use/ShlosserEstimator.html  |   125 +
 .../class-use/ShlosserJackknifeEstimator.html      |   125 +
 .../class-use/SmoothedJackknifeEstimator.html      |   125 +
 .../compress/estim/sample/package-frame.html       |    28 +
 .../compress/estim/sample/package-summary.html     |   174 +
 .../compress/estim/sample/package-tree.html        |   154 +
 .../runtime/compress/estim/sample/package-use.html |   177 +
 .../sysds/runtime/compress/lib/CLALibAppend.html   |   276 +
 .../runtime/compress/lib/CLALibBinaryCellOp.html   |   318 +
 .../sysds/runtime/compress/lib/CLALibCompAgg.html  |   282 +
 .../runtime/compress/lib/CLALibDecompress.html     |   275 +
 .../runtime/compress/lib/CLALibLeftMultBy.html     |   333 +
 .../sysds/runtime/compress/lib/CLALibReExpand.html |   282 +
 .../runtime/compress/lib/CLALibRightMultBy.html    |   299 +
 .../sysds/runtime/compress/lib/CLALibScalar.html   |   276 +
 .../sysds/runtime/compress/lib/CLALibSquash.html   |   274 +
 .../sysds/runtime/compress/lib/CLALibUnary.html    |   276 +
 .../sysds/runtime/compress/lib/CLALibUtils.html    |   272 +
 .../compress/lib/class-use/CLALibAppend.html       |   125 +
 .../compress/lib/class-use/CLALibBinaryCellOp.html |   125 +
 .../compress/lib/class-use/CLALibCompAgg.html      |   125 +
 .../compress/lib/class-use/CLALibDecompress.html   |   125 +
 .../compress/lib/class-use/CLALibLeftMultBy.html   |   125 +
 .../compress/lib/class-use/CLALibReExpand.html     |   125 +
 .../compress/lib/class-use/CLALibRightMultBy.html  |   125 +
 .../compress/lib/class-use/CLALibScalar.html       |   125 +
 .../compress/lib/class-use/CLALibSquash.html       |   125 +
 .../compress/lib/class-use/CLALibUnary.html        |   125 +
 .../compress/lib/class-use/CLALibUtils.html        |   125 +
 .../sysds/runtime/compress/lib/package-frame.html  |    30 +
 .../runtime/compress/lib/package-summary.html      |   185 +
 .../sysds/runtime/compress/lib/package-tree.html   |   148 +
 .../sysds/runtime/compress/lib/package-use.html    |   125 +
 .../sysds/runtime/compress/package-frame.html      |    29 +
 .../sysds/runtime/compress/package-summary.html    |   189 +
 .../sysds/runtime/compress/package-tree.html       |   172 +
 .../apache/sysds/runtime/compress/package-use.html |   282 +
 .../compress/readers/ReaderColumnSelection.html    |   301 +
 .../ReaderColumnSelectionDenseMultiBlock.html      |   210 +
 ...erColumnSelectionDenseMultiBlockTransposed.html |   210 +
 .../ReaderColumnSelectionDenseSingleBlock.html     |   210 +
 ...rColumnSelectionDenseSingleBlockTransposed.html |   210 +
 .../readers/ReaderColumnSelectionSparse.html       |   214 +
 .../ReaderColumnSelectionSparseTransposed.html     |   214 +
 .../readers/class-use/ReaderColumnSelection.html   |   216 +
 .../ReaderColumnSelectionDenseMultiBlock.html      |   125 +
 ...erColumnSelectionDenseMultiBlockTransposed.html |   125 +
 .../ReaderColumnSelectionDenseSingleBlock.html     |   125 +
 ...rColumnSelectionDenseSingleBlockTransposed.html |   125 +
 .../class-use/ReaderColumnSelectionSparse.html     |   125 +
 .../ReaderColumnSelectionSparseTransposed.html     |   125 +
 .../runtime/compress/readers/package-frame.html    |    26 +
 .../runtime/compress/readers/package-summary.html  |   177 +
 .../runtime/compress/readers/package-tree.html     |   147 +
 .../runtime/compress/readers/package-use.html      |   160 +
 .../sysds/runtime/compress/utils/DArrCounts.html   |   353 +
 .../sysds/runtime/compress/utils/DCounts.html      |   338 +
 .../sysds/runtime/compress/utils/DblArray.html     |   387 +
 .../compress/utils/DblArrayCountHashMap.html       |   395 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   344 +
 .../compress/utils/DblArrayIntListHashMap.html     |   423 +
 .../runtime/compress/utils/DoubleCountHashMap.html |   386 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   392 +
 .../compress/utils/DoubleIntListHashMap.html       |   413 +
 .../sysds/runtime/compress/utils/IntArrayList.html |   374 +
 .../apache/sysds/runtime/compress/utils/Util.html  |   287 +
 .../compress/utils/class-use/DArrCounts.html       |   165 +
 .../runtime/compress/utils/class-use/DCounts.html  |   165 +
 .../runtime/compress/utils/class-use/DblArray.html |   250 +
 .../utils/class-use/DblArrayCountHashMap.html      |   167 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   165 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   125 +
 .../utils/class-use/DoubleCountHashMap.html        |   125 +
 .../DoubleIntListHashMap.DIListEntry.html          |   196 +
 .../utils/class-use/DoubleIntListHashMap.html      |   125 +
 .../compress/utils/class-use/IntArrayList.html     |   343 +
 .../runtime/compress/utils/class-use/Util.html     |   125 +
 .../runtime/compress/utils/package-frame.html      |    28 +
 .../runtime/compress/utils/package-summary.html    |   181 +
 .../sysds/runtime/compress/utils/package-tree.html |   148 +
 .../sysds/runtime/compress/utils/package-use.html  |   280 +
 .../compress/workload/AWTreeNode.WTNodeType.html   |   419 +
 .../runtime/compress/workload/AWTreeNode.html      |   382 +
 .../apache/sysds/runtime/compress/workload/Op.html |   384 +
 .../runtime/compress/workload/OpMetadata.html      |   286 +
 .../sysds/runtime/compress/workload/OpNormal.html  |   290 +
 .../sysds/runtime/compress/workload/OpSided.html   |   404 +
 .../sysds/runtime/compress/workload/WTreeNode.html |   302 +
 .../sysds/runtime/compress/workload/WTreeRoot.html |   335 +
 .../compress/workload/WorkloadAnalyzer.html        |   287 +
 .../workload/class-use/AWTreeNode.WTNodeType.html  |   193 +
 .../compress/workload/class-use/AWTreeNode.html    |   195 +
 .../runtime/compress/workload/class-use/Op.html    |   199 +
 .../compress/workload/class-use/OpMetadata.html    |   125 +
 .../compress/workload/class-use/OpNormal.html      |   125 +
 .../compress/workload/class-use/OpSided.html       |   125 +
 .../compress/workload/class-use/WTreeNode.html     |   178 +
 .../compress/workload/class-use/WTreeRoot.html     |   223 +
 .../workload/class-use/WorkloadAnalyzer.html       |   125 +
 .../runtime/compress/workload/package-frame.html   |    31 +
 .../runtime/compress/workload/package-summary.html |   193 +
 .../runtime/compress/workload/package-tree.html    |   163 +
 .../runtime/compress/workload/package-use.html     |   241 +
 .../runtime/controlprogram/BasicProgramBlock.html  |   444 +
 .../runtime/controlprogram/ForProgramBlock.html    |   506 +
 .../controlprogram/FunctionProgramBlock.html       |   576 +
 .../runtime/controlprogram/IfProgramBlock.html     |   502 +
 .../runtime/controlprogram/LocalVariableMap.html   |   554 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   442 +
 .../ParForProgramBlock.PDataPartitioner.html       |   370 +
 .../ParForProgramBlock.PExecMode.html              |   370 +
 .../ParForProgramBlock.POptMode.html               |   370 +
 .../ParForProgramBlock.PResultMerge.html           |   395 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   406 +
 .../ParForProgramBlock.PartitionFormat.html        |   492 +
 .../runtime/controlprogram/ParForProgramBlock.html |  1249 +
 .../sysds/runtime/controlprogram/Program.html      |   594 +
 .../sysds/runtime/controlprogram/ProgramBlock.html |   855 +
 .../runtime/controlprogram/WhileProgramBlock.html  |   437 +
 .../runtime/controlprogram/caching/ByteBuffer.html |   401 +
 .../runtime/controlprogram/caching/CacheBlock.html |   568 +
 .../controlprogram/caching/CacheBlockFactory.html  |   300 +
 .../controlprogram/caching/CacheDataInput.html     |   637 +
 .../controlprogram/caching/CacheDataOutput.html    |   632 +
 .../caching/CacheStatistics.Stat.html              |   478 +
 .../controlprogram/caching/CacheStatistics.html    |   793 +
 .../caching/CacheableData.CacheStatus.html         |   395 +
 .../controlprogram/caching/CacheableData.html      |  1545 +
 .../controlprogram/caching/FrameObject.html        |   509 +
 .../caching/LazyWriteBuffer.RPolicy.html           |   346 +
 .../controlprogram/caching/LazyWriteBuffer.html    |   478 +
 .../caching/MatrixObject.UpdateType.html           |   371 +
 .../controlprogram/caching/MatrixObject.html       |   701 +
 .../runtime/controlprogram/caching/PageCache.html  |   311 +
 .../controlprogram/caching/TensorObject.html       |   432 +
 .../caching/UnifiedMemoryManager.html              |   454 +
 .../caching/class-use/ByteBuffer.html              |   125 +
 .../caching/class-use/CacheBlock.html              |   894 +
 .../caching/class-use/CacheBlockFactory.html       |   125 +
 .../caching/class-use/CacheDataInput.html          |   125 +
 .../caching/class-use/CacheDataOutput.html         |   125 +
 .../caching/class-use/CacheStatistics.Stat.html    |   174 +
 .../caching/class-use/CacheStatistics.html         |   125 +
 .../class-use/CacheableData.CacheStatus.html       |   178 +
 .../caching/class-use/CacheableData.html           |   450 +
 .../caching/class-use/FrameObject.html             |   486 +
 .../caching/class-use/LazyWriteBuffer.RPolicy.html |   187 +
 .../caching/class-use/LazyWriteBuffer.html         |   125 +
 .../caching/class-use/MatrixObject.UpdateType.html |   452 +
 .../caching/class-use/MatrixObject.html            |  2009 +
 .../caching/class-use/PageCache.html               |   125 +
 .../caching/class-use/TensorObject.html            |   207 +
 .../caching/class-use/UnifiedMemoryManager.html    |   125 +
 .../controlprogram/caching/package-frame.html      |    42 +
 .../controlprogram/caching/package-summary.html    |   255 +
 .../controlprogram/caching/package-tree.html       |   179 +
 .../controlprogram/caching/package-use.html        |   776 +
 .../class-use/BasicProgramBlock.html               |   194 +
 .../controlprogram/class-use/ForProgramBlock.html  |   256 +
 .../class-use/FunctionProgramBlock.html            |   293 +
 .../controlprogram/class-use/IfProgramBlock.html   |   216 +
 .../controlprogram/class-use/LocalVariableMap.html |   883 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   280 +
 .../ParForProgramBlock.PDataPartitioner.html       |   187 +
 .../class-use/ParForProgramBlock.PExecMode.html    |   213 +
 .../class-use/ParForProgramBlock.POptMode.html     |   245 +
 .../class-use/ParForProgramBlock.PResultMerge.html |   187 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   187 +
 .../ParForProgramBlock.PartitionFormat.html        |   302 +
 .../class-use/ParForProgramBlock.html              |   270 +
 .../runtime/controlprogram/class-use/Program.html  |   664 +
 .../controlprogram/class-use/ProgramBlock.html     |   880 +
 .../class-use/WhileProgramBlock.html               |   192 +
 .../controlprogram/context/ExecutionContext.html   |  1570 +
 .../context/ExecutionContextFactory.html           |   332 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   363 +
 .../context/SparkExecutionContext.html             |  1368 +
 .../context/class-use/ExecutionContext.html        |  2853 ++
 .../context/class-use/ExecutionContextFactory.html |   125 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   167 +
 .../context/class-use/SparkExecutionContext.html   |   309 +
 .../controlprogram/context/package-frame.html      |    23 +
 .../controlprogram/context/package-summary.html    |   158 +
 .../controlprogram/context/package-tree.html       |   144 +
 .../controlprogram/context/package-use.html        |   613 +
 .../federated/ExecutionContextMap.html             |   285 +
 .../controlprogram/federated/FederatedData.html    |   497 +
 .../federated/FederatedLocalData.html              |   315 +
 .../controlprogram/federated/FederatedRange.html   |   526 +
 .../federated/FederatedRequest.RequestType.html    |   406 +
 .../controlprogram/federated/FederatedRequest.html |   532 +
 .../federated/FederatedResponse.ResponseType.html  |   358 +
 .../federated/FederatedResponse.html               |   417 +
 .../federated/FederatedStatistics.html             |   354 +
 .../controlprogram/federated/FederatedUDF.html     |   303 +
 .../controlprogram/federated/FederatedWorker.html  |   279 +
 .../federated/FederatedWorkerHandler.html          |   366 +
 .../federated/FederatedWorkerHandlerException.html |   305 +
 .../federated/FederationMap.AlignType.html         |   446 +
 .../federated/FederationMap.FPartitioning.html     |   370 +
 .../federated/FederationMap.FReplication.html      |   358 +
 .../federated/FederationMap.FType.html             |   446 +
 .../controlprogram/federated/FederationMap.html    |  1063 +
 .../controlprogram/federated/FederationUtils.html  |   700 +
 .../federated/class-use/ExecutionContextMap.html   |   163 +
 .../federated/class-use/FederatedData.html         |   299 +
 .../federated/class-use/FederatedLocalData.html    |   125 +
 .../federated/class-use/FederatedRange.html        |   343 +
 .../class-use/FederatedRequest.RequestType.html    |   225 +
 .../federated/class-use/FederatedRequest.html      |   379 +
 .../class-use/FederatedResponse.ResponseType.html  |   193 +
 .../federated/class-use/FederatedResponse.html     |   334 +
 .../federated/class-use/FederatedStatistics.html   |   125 +
 .../federated/class-use/FederatedUDF.html          |   244 +
 .../federated/class-use/FederatedWorker.html       |   125 +
 .../class-use/FederatedWorkerHandler.html          |   125 +
 .../class-use/FederatedWorkerHandlerException.html |   125 +
 .../class-use/FederationMap.AlignType.html         |   190 +
 .../class-use/FederationMap.FPartitioning.html     |   178 +
 .../class-use/FederationMap.FReplication.html      |   174 +
 .../federated/class-use/FederationMap.FType.html   |   311 +
 .../federated/class-use/FederationMap.html         |   417 +
 .../federated/class-use/FederationUtils.html       |   125 +
 .../controlprogram/federated/package-frame.html    |    44 +
 .../controlprogram/federated/package-summary.html  |   239 +
 .../controlprogram/federated/package-tree.html     |   190 +
 .../controlprogram/federated/package-use.html      |   354 +
 .../runtime/controlprogram/package-frame.html      |    38 +
 .../runtime/controlprogram/package-summary.html    |   222 +
 .../sysds/runtime/controlprogram/package-tree.html |   170 +
 .../sysds/runtime/controlprogram/package-use.html  |   670 +
 .../paramserv/FederatedPSControlThread.html        |   380 +
 .../controlprogram/paramserv/LocalPSWorker.html    |   337 +
 .../controlprogram/paramserv/LocalParamServer.html |   342 +
 .../runtime/controlprogram/paramserv/PSWorker.html |   303 +
 .../controlprogram/paramserv/ParamServer.html      |   283 +
 .../controlprogram/paramserv/ParamservUtils.html   |   911 +
 .../controlprogram/paramserv/SparkPSBody.html      |   298 +
 .../controlprogram/paramserv/SparkPSProxy.html     |   311 +
 .../controlprogram/paramserv/SparkPSWorker.html    |   365 +
 .../class-use/FederatedPSControlThread.html        |   125 +
 .../paramserv/class-use/LocalPSWorker.html         |   165 +
 .../paramserv/class-use/LocalParamServer.html      |   202 +
 .../paramserv/class-use/PSWorker.html              |   173 +
 .../paramserv/class-use/ParamServer.html           |   202 +
 .../paramserv/class-use/ParamservUtils.html        |   125 +
 .../paramserv/class-use/SparkPSBody.html           |   180 +
 .../paramserv/class-use/SparkPSProxy.html          |   167 +
 .../paramserv/class-use/SparkPSWorker.html         |   125 +
 .../paramserv/dp/BalanceToAvgFederatedScheme.html  |   308 +
 .../controlprogram/paramserv/dp/DCLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/DCSparkScheme.html |   264 +
 .../controlprogram/paramserv/dp/DRLocalScheme.html |   304 +
 .../paramserv/dp/DRRLocalScheme.html               |   321 +
 .../paramserv/dp/DRRSparkScheme.html               |   262 +
 .../controlprogram/paramserv/dp/DRSparkScheme.html |   264 +
 ...ataPartitionFederatedScheme.BalanceMetrics.html |   308 +
 .../dp/DataPartitionFederatedScheme.Result.html    |   338 +
 .../paramserv/dp/DataPartitionFederatedScheme.html |   303 +
 .../dp/DataPartitionLocalScheme.Result.html        |   293 +
 .../paramserv/dp/DataPartitionLocalScheme.html     |   299 +
 .../paramserv/dp/DataPartitionSparkScheme.html     |   291 +
 .../dp/DataPartitionerSparkAggregator.html         |   309 +
 .../paramserv/dp/DataPartitionerSparkMapper.html   |   301 +
 .../paramserv/dp/FederatedDataPartitioner.html     |   276 +
 .../dp/KeepDataOnWorkerFederatedScheme.html        |   305 +
 .../paramserv/dp/LocalDataPartitioner.html         |   276 +
 .../controlprogram/paramserv/dp/ORLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/ORSparkScheme.html |   262 +
 .../dp/ReplicateToMaxFederatedScheme.html          |   309 +
 .../paramserv/dp/ShuffleFederatedScheme.html       |   308 +
 .../paramserv/dp/SparkDataPartitioner.html         |   253 +
 .../dp/SubsampleToMinFederatedScheme.html          |   309 +
 .../dp/class-use/BalanceToAvgFederatedScheme.html  |   125 +
 .../paramserv/dp/class-use/DCLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DCSparkScheme.html      |   125 +
 .../paramserv/dp/class-use/DRLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DRRLocalScheme.html     |   125 +
 .../paramserv/dp/class-use/DRRSparkScheme.html     |   125 +
 .../paramserv/dp/class-use/DRSparkScheme.html      |   125 +
 ...ataPartitionFederatedScheme.BalanceMetrics.html |   180 +
 .../DataPartitionFederatedScheme.Result.html       |   202 +
 .../dp/class-use/DataPartitionFederatedScheme.html |   201 +
 .../class-use/DataPartitionLocalScheme.Result.html |   197 +
 .../dp/class-use/DataPartitionLocalScheme.html     |   197 +
 .../dp/class-use/DataPartitionSparkScheme.html     |   187 +
 .../class-use/DataPartitionerSparkAggregator.html  |   125 +
 .../dp/class-use/DataPartitionerSparkMapper.html   |   125 +
 .../dp/class-use/FederatedDataPartitioner.html     |   125 +
 .../class-use/KeepDataOnWorkerFederatedScheme.html |   125 +
 .../dp/class-use/LocalDataPartitioner.html         |   125 +
 .../paramserv/dp/class-use/ORLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/ORSparkScheme.html      |   125 +
 .../class-use/ReplicateToMaxFederatedScheme.html   |   125 +
 .../dp/class-use/ShuffleFederatedScheme.html       |   125 +
 .../dp/class-use/SparkDataPartitioner.html         |   125 +
 .../class-use/SubsampleToMinFederatedScheme.html   |   125 +
 .../controlprogram/paramserv/dp/package-frame.html |    42 +
 .../paramserv/dp/package-summary.html              |   281 +
 .../controlprogram/paramserv/dp/package-tree.html  |   170 +
 .../controlprogram/paramserv/dp/package-use.html   |   173 +
 .../controlprogram/paramserv/package-frame.html    |    28 +
 .../controlprogram/paramserv/package-summary.html  |   177 +
 .../controlprogram/paramserv/package-tree.html     |   155 +
 .../controlprogram/paramserv/package-use.html      |   210 +
 .../controlprogram/paramserv/rpc/PSRpcCall.html    |   379 +
 .../controlprogram/paramserv/rpc/PSRpcFactory.html |   309 +
 .../controlprogram/paramserv/rpc/PSRpcHandler.html |   275 +
 .../controlprogram/paramserv/rpc/PSRpcObject.html  |   356 +
 .../paramserv/rpc/PSRpcResponse.Type.html          |   358 +
 .../paramserv/rpc/PSRpcResponse.html               |   408 +
 .../paramserv/rpc/class-use/PSRpcCall.html         |   125 +
 .../paramserv/rpc/class-use/PSRpcFactory.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcHandler.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcObject.html       |   169 +
 .../rpc/class-use/PSRpcResponse.Type.html          |   189 +
 .../paramserv/rpc/class-use/PSRpcResponse.html     |   125 +
 .../paramserv/rpc/package-frame.html               |    28 +
 .../paramserv/rpc/package-summary.html             |   174 +
 .../controlprogram/paramserv/rpc/package-tree.html |   161 +
 .../controlprogram/paramserv/rpc/package-use.html  |   161 +
 .../parfor/CachedReuseVariables.html               |   306 +
 .../controlprogram/parfor/DataPartitioner.html     |   325 +
 .../parfor/DataPartitionerLocal.html               |   364 +
 .../parfor/DataPartitionerRemoteSpark.html         |   259 +
 .../parfor/DataPartitionerRemoteSparkMapper.html   |   310 +
 .../parfor/DataPartitionerRemoteSparkReducer.html  |   292 +
 .../controlprogram/parfor/LocalParWorker.html      |   333 +
 .../controlprogram/parfor/LocalTaskQueue.html      |   403 +
 .../runtime/controlprogram/parfor/ParForBody.html  |   367 +
 .../runtime/controlprogram/parfor/ParWorker.html   |   351 +
 .../controlprogram/parfor/RemoteDPParForSpark.html |   298 +
 .../parfor/RemoteDPParForSparkWorker.html          |   320 +
 .../parfor/RemoteParForJobReturn.html              |   351 +
 .../controlprogram/parfor/RemoteParForSpark.html   |   300 +
 .../parfor/RemoteParForSparkWorker.html            |   329 +
 .../controlprogram/parfor/RemoteParForUtils.html   |   485 +
 .../runtime/controlprogram/parfor/ResultMerge.html |   326 +
 .../parfor/ResultMergeFrameLocalMemory.html        |   330 +
 .../parfor/ResultMergeLocalAutomatic.html          |   335 +
 .../parfor/ResultMergeLocalFile.html               |   379 +
 .../parfor/ResultMergeLocalMemory.html             |   338 +
 .../controlprogram/parfor/ResultMergeMatrix.html   |   284 +
 .../parfor/ResultMergeRemoteGrouping.html          |   267 +
 .../parfor/ResultMergeRemoteSorting.html           |   267 +
 .../parfor/ResultMergeRemoteSpark.html             |   341 +
 .../parfor/ResultMergeRemoteSparkWCompare.html     |   350 +
 .../parfor/ResultMergeTaggedMatrixIndexes.html     |   400 +
 .../controlprogram/parfor/Task.TaskType.html       |   346 +
 .../sysds/runtime/controlprogram/parfor/Task.html  |   497 +
 .../controlprogram/parfor/TaskPartitioner.html     |   291 +
 .../parfor/TaskPartitionerFactoring.html           |   344 +
 .../parfor/TaskPartitionerFactoringCmax.html       |   276 +
 .../parfor/TaskPartitionerFactoringCmin.html       |   275 +
 .../parfor/TaskPartitionerFixedsize.html           |   336 +
 .../parfor/TaskPartitionerNaive.html               |   273 +
 .../parfor/TaskPartitionerStatic.html              |   275 +
 .../parfor/class-use/CachedReuseVariables.html     |   125 +
 .../parfor/class-use/DataPartitioner.html          |   173 +
 .../parfor/class-use/DataPartitionerLocal.html     |   125 +
 .../class-use/DataPartitionerRemoteSpark.html      |   125 +
 .../DataPartitionerRemoteSparkMapper.html          |   125 +
 .../DataPartitionerRemoteSparkReducer.html         |   125 +
 .../parfor/class-use/LocalParWorker.html           |   125 +
 .../parfor/class-use/LocalTaskQueue.html           |   192 +
 .../parfor/class-use/ParForBody.html               |   220 +
 .../controlprogram/parfor/class-use/ParWorker.html |   184 +
 .../parfor/class-use/RemoteDPParForSpark.html      |   125 +
 .../class-use/RemoteDPParForSparkWorker.html       |   125 +
 .../parfor/class-use/RemoteParForJobReturn.html    |   190 +
 .../parfor/class-use/RemoteParForSpark.html        |   125 +
 .../parfor/class-use/RemoteParForSparkWorker.html  |   125 +
 .../parfor/class-use/RemoteParForUtils.html        |   125 +
 .../parfor/class-use/ResultMerge.html              |   199 +
 .../class-use/ResultMergeFrameLocalMemory.html     |   125 +
 .../class-use/ResultMergeLocalAutomatic.html       |   125 +
 .../parfor/class-use/ResultMergeLocalFile.html     |   125 +
 .../parfor/class-use/ResultMergeLocalMemory.html   |   125 +
 .../parfor/class-use/ResultMergeMatrix.html        |   188 +
 .../class-use/ResultMergeRemoteGrouping.html       |   125 +
 .../parfor/class-use/ResultMergeRemoteSorting.html |   125 +
 .../parfor/class-use/ResultMergeRemoteSpark.html   |   125 +
 .../class-use/ResultMergeRemoteSparkWCompare.html  |   125 +
 .../class-use/ResultMergeTaggedMatrixIndexes.html  |   165 +
 .../parfor/class-use/Task.TaskType.html            |   190 +
 .../controlprogram/parfor/class-use/Task.html      |   254 +
 .../parfor/class-use/TaskPartitioner.html          |   202 +
 .../parfor/class-use/TaskPartitionerFactoring.html |   174 +
 .../class-use/TaskPartitionerFactoringCmax.html    |   125 +
 .../class-use/TaskPartitionerFactoringCmin.html    |   125 +
 .../parfor/class-use/TaskPartitionerFixedsize.html |   175 +
 .../parfor/class-use/TaskPartitionerNaive.html     |   125 +
 .../parfor/class-use/TaskPartitionerStatic.html    |   125 +
 .../parfor/opt/CostEstimator.DataFormat.html       |   346 +
 .../parfor/opt/CostEstimator.ExcludeType.html      |   358 +
 .../parfor/opt/CostEstimator.TestMeasure.html      |   346 +
 .../controlprogram/parfor/opt/CostEstimator.html   |   545 +
 .../parfor/opt/CostEstimatorHops.html              |   392 +
 .../parfor/opt/CostEstimatorRuntime.html           |   365 +
 .../parfor/opt/OptNode.ExecType.html               |   359 +
 .../parfor/opt/OptNode.NodeType.html               |   431 +
 .../parfor/opt/OptNode.ParamType.html              |   442 +
 .../runtime/controlprogram/parfor/opt/OptNode.html |   869 +
 .../parfor/opt/OptNodeStatistics.html              |   512 +
 .../runtime/controlprogram/parfor/opt/OptTree.html |   455 +
 .../parfor/opt/OptTreeConverter.html               |   585 +
 .../parfor/opt/OptTreePlanChecker.html             |   276 +
 .../parfor/opt/OptTreePlanMapping.html             |   304 +
 .../parfor/opt/OptTreePlanMappingAbstract.html     |   402 +
 .../parfor/opt/OptTreePlanMappingRuntime.html      |   346 +
 .../parfor/opt/OptimizationWrapper.html            |   357 +
 .../parfor/opt/Optimizer.CostModelType.html        |   346 +
 .../parfor/opt/Optimizer.PlanInputType.html        |   346 +
 .../controlprogram/parfor/opt/Optimizer.html       |   357 +
 .../parfor/opt/OptimizerConstrained.html           |   381 +
 .../parfor/opt/OptimizerHeuristic.html             |   381 +
 .../parfor/opt/OptimizerRuleBased.html             |   638 +
 .../parfor/opt/ProgramRecompiler.html              |   386 +
 .../opt/class-use/CostEstimator.DataFormat.html    |   220 +
 .../opt/class-use/CostEstimator.ExcludeType.html   |   191 +
 .../opt/class-use/CostEstimator.TestMeasure.html   |   249 +
 .../parfor/opt/class-use/CostEstimator.html        |   210 +
 .../parfor/opt/class-use/CostEstimatorHops.html    |   125 +
 .../parfor/opt/class-use/CostEstimatorRuntime.html |   125 +
 .../parfor/opt/class-use/OptNode.ExecType.html     |   207 +
 .../parfor/opt/class-use/OptNode.NodeType.html     |   210 +
 .../parfor/opt/class-use/OptNode.ParamType.html    |   205 +
 .../parfor/opt/class-use/OptNode.html              |   412 +
 .../parfor/opt/class-use/OptNodeStatistics.html    |   125 +
 .../parfor/opt/class-use/OptTree.html              |   219 +
 .../parfor/opt/class-use/OptTreeConverter.html     |   125 +
 .../parfor/opt/class-use/OptTreePlanChecker.html   |   125 +
 .../parfor/opt/class-use/OptTreePlanMapping.html   |   169 +
 .../opt/class-use/OptTreePlanMappingAbstract.html  |   238 +
 .../opt/class-use/OptTreePlanMappingRuntime.html   |   220 +
 .../parfor/opt/class-use/OptimizationWrapper.html  |   125 +
 .../opt/class-use/Optimizer.CostModelType.html     |   186 +
 .../opt/class-use/Optimizer.PlanInputType.html     |   224 +
 .../parfor/opt/class-use/Optimizer.html            |   186 +
 .../parfor/opt/class-use/OptimizerConstrained.html |   125 +
 .../parfor/opt/class-use/OptimizerHeuristic.html   |   125 +
 .../parfor/opt/class-use/OptimizerRuleBased.html   |   177 +
 .../parfor/opt/class-use/ProgramRecompiler.html    |   125 +
 .../controlprogram/parfor/opt/package-frame.html   |    47 +
 .../controlprogram/parfor/opt/package-summary.html |   287 +
 .../controlprogram/parfor/opt/package-tree.html    |   185 +
 .../controlprogram/parfor/opt/package-use.html     |   222 +
 .../controlprogram/parfor/package-frame.html       |    58 +
 .../controlprogram/parfor/package-summary.html     |   360 +
 .../controlprogram/parfor/package-tree.html        |   209 +
 .../runtime/controlprogram/parfor/package-use.html |   243 +
 .../parfor/stat/InfrastructureAnalyzer.html        |   656 +
 .../runtime/controlprogram/parfor/stat/Stat.html   |   619 +
 .../parfor/stat/StatisticMonitor.html              |   377 +
 .../runtime/controlprogram/parfor/stat/Timing.html |   328 +
 .../stat/class-use/InfrastructureAnalyzer.html     |   125 +
 .../controlprogram/parfor/stat/class-use/Stat.html |   199 +
 .../parfor/stat/class-use/StatisticMonitor.html    |   125 +
 .../parfor/stat/class-use/Timing.html              |   165 +
 .../controlprogram/parfor/stat/package-frame.html  |    26 +
 .../parfor/stat/package-summary.html               |   175 +
 .../controlprogram/parfor/stat/package-tree.html   |   152 +
 .../controlprogram/parfor/stat/package-use.html    |   181 +
 .../runtime/controlprogram/parfor/util/Cell.html   |   345 +
 .../controlprogram/parfor/util/IDHandler.html      |   338 +
 .../controlprogram/parfor/util/IDSequence.html     |   345 +
 .../parfor/util/PairWritableBlock.html             |   373 +
 .../parfor/util/PairWritableCell.html              |   359 +
 .../parfor/util/StagingFileUtils.html              |   473 +
 .../controlprogram/parfor/util/class-use/Cell.html |   179 +
 .../parfor/util/class-use/IDHandler.html           |   125 +
 .../parfor/util/class-use/IDSequence.html          |   170 +
 .../parfor/util/class-use/PairWritableBlock.html   |   125 +
 .../parfor/util/class-use/PairWritableCell.html    |   125 +
 .../parfor/util/class-use/StagingFileUtils.html    |   125 +
 .../controlprogram/parfor/util/package-frame.html  |    25 +
 .../parfor/util/package-summary.html               |   177 +
 .../controlprogram/parfor/util/package-tree.html   |   143 +
 .../controlprogram/parfor/util/package-use.html    |   182 +
 .../sysds/runtime/data/BasicTensorBlock.html       |   942 +
 .../apache/sysds/runtime/data/DataTensorBlock.html |   670 +
 .../apache/sysds/runtime/data/DenseBlock.Type.html |   346 +
 .../org/apache/sysds/runtime/data/DenseBlock.html  |  1453 +
 .../apache/sysds/runtime/data/DenseBlockBool.html  |   891 +
 .../apache/sysds/runtime/data/DenseBlockDRB.html   |   680 +
 .../apache/sysds/runtime/data/DenseBlockFP32.html  |   783 +
 .../apache/sysds/runtime/data/DenseBlockFP64.html  |   910 +
 .../sysds/runtime/data/DenseBlockFactory.html      |   486 +
 .../apache/sysds/runtime/data/DenseBlockInt32.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockInt64.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockLBool.html |   781 +
 .../apache/sysds/runtime/data/DenseBlockLDRB.html  |   712 +
 .../apache/sysds/runtime/data/DenseBlockLFP32.html |   726 +
 .../apache/sysds/runtime/data/DenseBlockLFP64.html |   726 +
 .../sysds/runtime/data/DenseBlockLInt32.html       |   726 +
 .../sysds/runtime/data/DenseBlockLInt64.html       |   726 +
 .../sysds/runtime/data/DenseBlockLString.html      |   777 +
 .../sysds/runtime/data/DenseBlockString.html       |   866 +
 .../sysds/runtime/data/IndexedTensorBlock.html     |   352 +
 .../apache/sysds/runtime/data/LibTensorAgg.html    |   359 +
 .../sysds/runtime/data/LibTensorBincell.html       |   303 +
 .../apache/sysds/runtime/data/LibTensorReorg.html  |   289 +
 .../sysds/runtime/data/SparseBlock.Type.html       |   358 +
 .../org/apache/sysds/runtime/data/SparseBlock.html |  1336 +
 .../apache/sysds/runtime/data/SparseBlockCOO.html  |  1549 +
 .../apache/sysds/runtime/data/SparseBlockCSR.html  |  1692 +
 .../sysds/runtime/data/SparseBlockFactory.html     |   366 +
 .../apache/sysds/runtime/data/SparseBlockMCSR.html |  1404 +
 .../org/apache/sysds/runtime/data/SparseRow.html   |   544 +
 .../apache/sysds/runtime/data/SparseRowScalar.html |   609 +
 .../apache/sysds/runtime/data/SparseRowVector.html |   856 +
 .../org/apache/sysds/runtime/data/TensorBlock.html |  1545 +
 .../apache/sysds/runtime/data/TensorIndexes.html   |   521 +
 .../runtime/data/class-use/BasicTensorBlock.html   |   413 +
 .../runtime/data/class-use/DataTensorBlock.html    |   206 +
 .../runtime/data/class-use/DenseBlock.Type.html    |   198 +
 .../sysds/runtime/data/class-use/DenseBlock.html   |  1012 +
 .../runtime/data/class-use/DenseBlockBool.html     |   125 +
 .../runtime/data/class-use/DenseBlockDRB.html      |   185 +
 .../runtime/data/class-use/DenseBlockFP32.html     |   125 +
 .../runtime/data/class-use/DenseBlockFP64.html     |   125 +
 .../runtime/data/class-use/DenseBlockFactory.html  |   125 +
 .../runtime/data/class-use/DenseBlockInt32.html    |   125 +
 .../runtime/data/class-use/DenseBlockInt64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLBool.html    |   125 +
 .../runtime/data/class-use/DenseBlockLDRB.html     |   185 +
 .../runtime/data/class-use/DenseBlockLFP32.html    |   125 +
 .../runtime/data/class-use/DenseBlockLFP64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLInt32.html   |   125 +
 .../runtime/data/class-use/DenseBlockLInt64.html   |   125 +
 .../runtime/data/class-use/DenseBlockLString.html  |   125 +
 .../runtime/data/class-use/DenseBlockString.html   |   125 +
 .../runtime/data/class-use/IndexedTensorBlock.html |   230 +
 .../sysds/runtime/data/class-use/LibTensorAgg.html |   125 +
 .../runtime/data/class-use/LibTensorBincell.html   |   125 +
 .../runtime/data/class-use/LibTensorReorg.html     |   125 +
 .../runtime/data/class-use/SparseBlock.Type.html   |   331 +
 .../sysds/runtime/data/class-use/SparseBlock.html  |   488 +
 .../runtime/data/class-use/SparseBlockCOO.html     |   125 +
 .../runtime/data/class-use/SparseBlockCSR.html     |   125 +
 .../runtime/data/class-use/SparseBlockFactory.html |   125 +
 .../runtime/data/class-use/SparseBlockMCSR.html    |   125 +
 .../sysds/runtime/data/class-use/SparseRow.html    |   328 +
 .../runtime/data/class-use/SparseRowScalar.html    |   125 +
 .../runtime/data/class-use/SparseRowVector.html    |   125 +
 .../sysds/runtime/data/class-use/TensorBlock.html  |   739 +
 .../runtime/data/class-use/TensorIndexes.html      |   456 +
 .../apache/sysds/runtime/data/package-frame.html   |    56 +
 .../apache/sysds/runtime/data/package-summary.html |   317 +
 .../apache/sysds/runtime/data/package-tree.html    |   197 +
 .../org/apache/sysds/runtime/data/package-use.html |   494 +
 .../apache/sysds/runtime/functionobjects/And.html  |   308 +
 .../sysds/runtime/functionobjects/BitwAnd.html     |   308 +
 .../sysds/runtime/functionobjects/BitwOr.html      |   308 +
 .../sysds/runtime/functionobjects/BitwShiftL.html  |   308 +
 .../sysds/runtime/functionobjects/BitwShiftR.html  |   308 +
 .../sysds/runtime/functionobjects/BitwXor.html     |   308 +
 .../functionobjects/Builtin.BuiltinCode.html       |   934 +
 .../sysds/runtime/functionobjects/Builtin.html     |   511 +
 .../apache/sysds/runtime/functionobjects/CM.html   |   356 +
 .../apache/sysds/runtime/functionobjects/COV.html  |   355 +
 .../sysds/runtime/functionobjects/CTable.html      |   373 +
 .../sysds/runtime/functionobjects/DiagIndex.html   |   354 +
 .../sysds/runtime/functionobjects/Divide.html      |   308 +
 .../sysds/runtime/functionobjects/Equals.html      |   376 +
 .../runtime/functionobjects/FunctionObject.html    |   464 +
 .../sysds/runtime/functionobjects/GreaterThan.html |   376 +
 .../runtime/functionobjects/GreaterThanEquals.html |   376 +
 .../sysds/runtime/functionobjects/IfElse.html      |   311 +
 .../runtime/functionobjects/IndexFunction.html     |   345 +
 .../runtime/functionobjects/IntegerDivide.html     |   308 +
 .../runtime/functionobjects/KahanFunction.html     |   351 +
 .../sysds/runtime/functionobjects/KahanPlus.html   |   363 +
 .../sysds/runtime/functionobjects/KahanPlusSq.html |   396 +
 .../sysds/runtime/functionobjects/LessThan.html    |   376 +
 .../runtime/functionobjects/LessThanEquals.html    |   376 +
 .../apache/sysds/runtime/functionobjects/Mean.html |   319 +
 .../sysds/runtime/functionobjects/Minus.html       |   308 +
 .../runtime/functionobjects/Minus1Multiply.html    |   308 +
 .../runtime/functionobjects/MinusMultiply.html     |   361 +
 .../sysds/runtime/functionobjects/MinusNz.html     |   308 +
 .../sysds/runtime/functionobjects/Modulus.html     |   313 +
 .../sysds/runtime/functionobjects/Multiply.html    |   308 +
 .../sysds/runtime/functionobjects/Multiply2.html   |   325 +
 .../apache/sysds/runtime/functionobjects/Not.html  |   304 +
 .../sysds/runtime/functionobjects/NotEquals.html   |   376 +
 .../runtime/functionobjects/OffsetColumnIndex.html |   354 +
 .../apache/sysds/runtime/functionobjects/Or.html   |   308 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   466 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   394 +
 .../functionobjects/ParameterizedBuiltin.html      |   402 +
 .../apache/sysds/runtime/functionobjects/Plus.html |   327 +
 .../runtime/functionobjects/PlusMultiply.html      |   361 +
 .../sysds/runtime/functionobjects/Power.html       |   308 +
 .../sysds/runtime/functionobjects/Power2.html      |   325 +
 .../sysds/runtime/functionobjects/ReduceAll.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceCol.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceDiag.html  |   341 +
 .../sysds/runtime/functionobjects/ReduceRow.html   |   341 +
 .../sysds/runtime/functionobjects/RevIndex.html    |   341 +
 .../sysds/runtime/functionobjects/SortIndex.html   |   423 +
 .../sysds/runtime/functionobjects/SwapIndex.html   |   341 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   230 +
 .../functionobjects/TernaryValueFunction.html      |   331 +
 .../functionobjects/ValueComparisonFunction.html   |   357 +
 .../runtime/functionobjects/ValueFunction.html     |   296 +
 .../apache/sysds/runtime/functionobjects/Xor.html  |   308 +
 .../runtime/functionobjects/class-use/And.html     |   165 +
 .../runtime/functionobjects/class-use/BitwAnd.html |   165 +
 .../runtime/functionobjects/class-use/BitwOr.html  |   165 +
 .../functionobjects/class-use/BitwShiftL.html      |   165 +
 .../functionobjects/class-use/BitwShiftR.html      |   165 +
 .../runtime/functionobjects/class-use/BitwXor.html |   165 +
 .../class-use/Builtin.BuiltinCode.html             |   222 +
 .../runtime/functionobjects/class-use/Builtin.html |   258 +
 .../runtime/functionobjects/class-use/CM.html      |   165 +
 .../runtime/functionobjects/class-use/COV.html     |   198 +
 .../runtime/functionobjects/class-use/CTable.html  |   165 +
 .../functionobjects/class-use/DiagIndex.html       |   169 +
 .../runtime/functionobjects/class-use/Divide.html  |   165 +
 .../runtime/functionobjects/class-use/Equals.html  |   165 +
 .../functionobjects/class-use/FunctionObject.html  |   426 +
 .../functionobjects/class-use/GreaterThan.html     |   165 +
 .../class-use/GreaterThanEquals.html               |   165 +
 .../runtime/functionobjects/class-use/IfElse.html  |   165 +
 .../functionobjects/class-use/IndexFunction.html   |   278 +
 .../functionobjects/class-use/IntegerDivide.html   |   165 +
 .../functionobjects/class-use/KahanFunction.html   |   172 +
 .../functionobjects/class-use/KahanPlus.html       |   165 +
 .../functionobjects/class-use/KahanPlusSq.html     |   167 +
 .../functionobjects/class-use/LessThan.html        |   165 +
 .../functionobjects/class-use/LessThanEquals.html  |   165 +
 .../runtime/functionobjects/class-use/Mean.html    |   165 +
 .../runtime/functionobjects/class-use/Minus.html   |   165 +
 .../functionobjects/class-use/Minus1Multiply.html  |   165 +
 .../functionobjects/class-use/MinusMultiply.html   |   165 +
 .../runtime/functionobjects/class-use/MinusNz.html |   165 +
 .../runtime/functionobjects/class-use/Modulus.html |   165 +
 .../functionobjects/class-use/Multiply.html        |   165 +
 .../functionobjects/class-use/Multiply2.html       |   165 +
 .../runtime/functionobjects/class-use/Not.html     |   165 +
 .../functionobjects/class-use/NotEquals.html       |   165 +
 .../class-use/OffsetColumnIndex.html               |   165 +
 .../runtime/functionobjects/class-use/Or.html      |   165 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   200 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   200 +
 .../class-use/ParameterizedBuiltin.html            |   170 +
 .../runtime/functionobjects/class-use/Plus.html    |   165 +
 .../functionobjects/class-use/PlusMultiply.html    |   165 +
 .../runtime/functionobjects/class-use/Power.html   |   165 +
 .../runtime/functionobjects/class-use/Power2.html  |   165 +
 .../functionobjects/class-use/ReduceAll.html       |   165 +
 .../functionobjects/class-use/ReduceCol.html       |   165 +
 .../functionobjects/class-use/ReduceDiag.html      |   165 +
 .../functionobjects/class-use/ReduceRow.html       |   165 +
 .../functionobjects/class-use/RevIndex.html        |   165 +
 .../functionobjects/class-use/SortIndex.html       |   125 +
 .../functionobjects/class-use/SwapIndex.html       |   165 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   169 +
 .../class-use/TernaryValueFunction.html            |   207 +
 .../class-use/ValueComparisonFunction.html         |   185 +
 .../functionobjects/class-use/ValueFunction.html   |   539 +
 .../runtime/functionobjects/class-use/Xor.html     |   165 +
 .../runtime/functionobjects/package-frame.html     |    81 +
 .../runtime/functionobjects/package-summary.html   |   413 +
 .../runtime/functionobjects/package-tree.html      |   225 +
 .../sysds/runtime/functionobjects/package-use.html |   439 +
 .../runtime/instructions/CPInstructionParser.html  |   335 +
 .../runtime/instructions/FEDInstructionParser.html |   335 +
 .../runtime/instructions/GPUInstructionParser.html |   299 +
 .../runtime/instructions/Instruction.IType.html    |   382 +
 .../sysds/runtime/instructions/Instruction.html    |   845 +
 .../runtime/instructions/InstructionParser.html    |   289 +
 .../runtime/instructions/InstructionUtils.html     |  1153 +
 .../runtime/instructions/SPInstructionParser.html  |   335 +
 .../class-use/CPInstructionParser.html             |   125 +
 .../class-use/FEDInstructionParser.html            |   125 +
 .../class-use/GPUInstructionParser.html            |   125 +
 .../instructions/class-use/Instruction.IType.html  |   266 +
 .../instructions/class-use/Instruction.html        |  1836 +
 .../instructions/class-use/InstructionParser.html  |   177 +
 .../instructions/class-use/InstructionUtils.html   |   125 +
 .../class-use/SPInstructionParser.html             |   125 +
 .../cp/AggregateBinaryCPInstruction.html           |   405 +
 .../cp/AggregateTernaryCPInstruction.html          |   352 +
 .../cp/AggregateUnaryCPInstruction.AUType.html     |   431 +
 .../cp/AggregateUnaryCPInstruction.html            |   385 +
 .../cp/AppendCPInstruction.AppendType.html         |   370 +
 .../instructions/cp/AppendCPInstruction.html       |   369 +
 .../instructions/cp/BinaryCPInstruction.html       |   350 +
 .../cp/BinaryFrameFrameCPInstruction.html          |   351 +
 .../cp/BinaryFrameMatrixCPInstruction.html         |   351 +
 .../cp/BinaryFrameScalarCPInstruction.html         |   351 +
 .../cp/BinaryMatrixMatrixCPInstruction.html        |   351 +
 .../cp/BinaryMatrixScalarCPInstruction.html        |   351 +
 .../cp/BinaryScalarScalarCPInstruction.html        |   351 +
 .../cp/BinaryTensorTensorCPInstruction.html        |   351 +
 .../runtime/instructions/cp/BooleanObject.html     |   410 +
 .../instructions/cp/BroadcastCPInstruction.html    |   357 +
 .../instructions/cp/BuiltinNaryCPInstruction.html  |   377 +
 .../runtime/instructions/cp/CM_COV_Object.html     |   600 +
 .../instructions/cp/CPInstruction.CPType.html      |   766 +
 .../runtime/instructions/cp/CPInstruction.html     |   448 +
 .../sysds/runtime/instructions/cp/CPOperand.html   |   581 +
 .../cp/CentralMomentCPInstruction.html             |   376 +
 .../instructions/cp/CompressionCPInstruction.html  |   352 +
 .../instructions/cp/ComputationCPInstruction.html  |   433 +
 .../instructions/cp/CovarianceCPInstruction.html   |   364 +
 .../instructions/cp/CtableCPInstruction.html       |   379 +
 .../apache/sysds/runtime/instructions/cp/Data.html |   355 +
 .../instructions/cp/DataGenCPInstruction.html      |   629 +
 .../cp/DeCompressionCPInstruction.html             |   352 +
 .../runtime/instructions/cp/DnnCPInstruction.html  |   615 +
 .../runtime/instructions/cp/DoubleObject.html      |   410 +
 .../instructions/cp/EvalNaryCPInstruction.html     |   395 +
 .../instructions/cp/FrameAppendCPInstruction.html  |   370 +
 .../cp/FrameIndexingCPInstruction.html             |   383 +
 .../instructions/cp/FunctionCallCPInstruction.html |   530 +
 .../instructions/cp/IndexingCPInstruction.html     |   338 +
 .../sysds/runtime/instructions/cp/IntObject.html   |   393 +
 .../sysds/runtime/instructions/cp/KahanObject.html |   490 +
 .../cp/ListAppendRemoveCPInstruction.html          |   383 +
 .../instructions/cp/ListIndexingCPInstruction.html |   383 +
 .../sysds/runtime/instructions/cp/ListObject.html  |   894 +
 .../instructions/cp/MMChainCPInstruction.html      |   370 +
 .../instructions/cp/MMTSJCPInstruction.html        |   370 +
 .../instructions/cp/MatrixAppendCPInstruction.html |   397 +
 .../cp/MatrixBuiltinNaryCPInstruction.html         |   358 +
 .../cp/MatrixIndexingCPInstruction.html            |   431 +
 .../cp/MultiReturnBuiltinCPInstruction.html        |   441 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   428 +
 .../runtime/instructions/cp/PMMJCPInstruction.html |   352 +
 .../cp/ParameterizedBuiltinCPInstruction.html      |   435 +
 .../cp/ParamservBuiltinCPInstruction.html          |   442 +
 .../instructions/cp/PrefetchCPInstruction.html     |   357 +
 .../instructions/cp/QuantilePickCPInstruction.html |   364 +
 .../instructions/cp/QuantileSortCPInstruction.html |   362 +
 .../instructions/cp/QuaternaryCPInstruction.html   |   365 +
 .../instructions/cp/ReorgCPInstruction.html        |   357 +
 .../instructions/cp/ReshapeCPInstruction.html      |   384 +
 .../instructions/cp/ScalarAppendCPInstruction.html |   370 +
 .../cp/ScalarBuiltinNaryCPInstruction.html         |   362 +
 .../runtime/instructions/cp/ScalarObject.html      |   408 +
 .../instructions/cp/ScalarObjectFactory.html       |   416 +
 .../instructions/cp/SpoofCPInstruction.html        |   409 +
 .../runtime/instructions/cp/SqlCPInstruction.html  |   415 +
 .../instructions/cp/StringInitCPInstruction.html   |   442 +
 .../runtime/instructions/cp/StringObject.html      |   406 +
 .../instructions/cp/TernaryCPInstruction.html      |   352 +
 .../instructions/cp/TriggerBroadcastTask.html      |   283 +
 .../instructions/cp/TriggerRDDOperationsTask.html  |   281 +
 .../cp/UaggOuterChainCPInstruction.html            |   357 +
 .../instructions/cp/UnaryCPInstruction.html        |   333 +
 .../instructions/cp/UnaryFrameCPInstruction.html   |   351 +
 .../instructions/cp/UnaryMatrixCPInstruction.html  |   355 +
 .../instructions/cp/UnaryScalarCPInstruction.html  |   356 +
 ...ariableCPInstruction.VariableOperationCode.html |   502 +
 .../instructions/cp/VariableCPInstruction.html     |   829 +
 .../cp/class-use/AggregateBinaryCPInstruction.html |   190 +
 .../class-use/AggregateTernaryCPInstruction.html   |   165 +
 .../AggregateUnaryCPInstruction.AUType.html        |   198 +
 .../cp/class-use/AggregateUnaryCPInstruction.html  |   178 +
 .../class-use/AppendCPInstruction.AppendType.html  |   178 +
 .../cp/class-use/AppendCPInstruction.html          |   190 +
 .../cp/class-use/BinaryCPInstruction.html          |   234 +
 .../class-use/BinaryFrameFrameCPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixCPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarCPInstruction.html  |   125 +
 .../class-use/BinaryMatrixMatrixCPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarCPInstruction.html |   125 +
 .../class-use/BinaryScalarScalarCPInstruction.html |   125 +
 .../class-use/BinaryTensorTensorCPInstruction.html |   125 +
 .../instructions/cp/class-use/BooleanObject.html   |   125 +
 .../cp/class-use/BroadcastCPInstruction.html       |   165 +
 .../cp/class-use/BuiltinNaryCPInstruction.html     |   192 +
 .../instructions/cp/class-use/CM_COV_Object.html   |   262 +
 .../cp/class-use/CPInstruction.CPType.html         |   231 +
 .../instructions/cp/class-use/CPInstruction.html   |   450 +
 .../instructions/cp/class-use/CPOperand.html       |  1431 +
 .../cp/class-use/CentralMomentCPInstruction.html   |   165 +
 .../cp/class-use/CompressionCPInstruction.html     |   165 +
 .../cp/class-use/ComputationCPInstruction.html     |   383 +
 .../cp/class-use/CovarianceCPInstruction.html      |   165 +
 .../cp/class-use/CtableCPInstruction.html          |   165 +
 .../runtime/instructions/cp/class-use/Data.html    |  1034 +
 .../cp/class-use/DataGenCPInstruction.html         |   165 +
 .../cp/class-use/DeCompressionCPInstruction.html   |   165 +
 .../cp/class-use/DnnCPInstruction.html             |   165 +
 .../instructions/cp/class-use/DoubleObject.html    |   165 +
 .../cp/class-use/EvalNaryCPInstruction.html        |   125 +
 .../cp/class-use/FrameAppendCPInstruction.html     |   125 +
 .../cp/class-use/FrameIndexingCPInstruction.html   |   125 +
 .../cp/class-use/FunctionCallCPInstruction.html    |   187 +
 .../cp/class-use/IndexingCPInstruction.html        |   210 +
 .../instructions/cp/class-use/IntObject.html       |   256 +
 .../instructions/cp/class-use/KahanObject.html     |   340 +
 .../class-use/ListAppendRemoveCPInstruction.html   |   125 +
 .../cp/class-use/ListIndexingCPInstruction.html    |   125 +
 .../instructions/cp/class-use/ListObject.html      |   601 +
 .../cp/class-use/MMChainCPInstruction.html         |   190 +
 .../cp/class-use/MMTSJCPInstruction.html           |   190 +
 .../cp/class-use/MatrixAppendCPInstruction.html    |   125 +
 .../class-use/MatrixBuiltinNaryCPInstruction.html  |   125 +
 .../cp/class-use/MatrixIndexingCPInstruction.html  |   125 +
 .../class-use/MultiReturnBuiltinCPInstruction.html |   165 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   165 +
 .../cp/class-use/PMMJCPInstruction.html            |   165 +
 .../ParameterizedBuiltinCPInstruction.html         |   178 +
 .../class-use/ParamservBuiltinCPInstruction.html   |   125 +
 .../cp/class-use/PrefetchCPInstruction.html        |   165 +
 .../cp/class-use/QuantilePickCPInstruction.html    |   165 +
 .../cp/class-use/QuantileSortCPInstruction.html    |   165 +
 .../cp/class-use/QuaternaryCPInstruction.html      |   165 +
 .../cp/class-use/ReorgCPInstruction.html           |   165 +
 .../cp/class-use/ReshapeCPInstruction.html         |   165 +
 .../cp/class-use/ScalarAppendCPInstruction.html    |   125 +
 .../class-use/ScalarBuiltinNaryCPInstruction.html  |   125 +
 .../instructions/cp/class-use/ScalarObject.html    |   953 +
 .../cp/class-use/ScalarObjectFactory.html          |   125 +
 .../cp/class-use/SpoofCPInstruction.html           |   165 +
 .../cp/class-use/SqlCPInstruction.html             |   165 +
 .../cp/class-use/StringInitCPInstruction.html      |   165 +
 .../instructions/cp/class-use/StringObject.html    |   125 +
 .../cp/class-use/TernaryCPInstruction.html         |   165 +
 .../cp/class-use/TriggerBroadcastTask.html         |   125 +
 .../cp/class-use/TriggerRDDOperationsTask.html     |   125 +
 .../cp/class-use/UaggOuterChainCPInstruction.html  |   165 +
 .../cp/class-use/UnaryCPInstruction.html           |   280 +
 .../cp/class-use/UnaryFrameCPInstruction.html      |   125 +
 .../cp/class-use/UnaryMatrixCPInstruction.html     |   165 +
 .../cp/class-use/UnaryScalarCPInstruction.html     |   125 +
 ...ariableCPInstruction.VariableOperationCode.html |   178 +
 .../cp/class-use/VariableCPInstruction.html        |   187 +
 .../runtime/instructions/cp/package-frame.html     |    97 +
 .../runtime/instructions/cp/package-summary.html   |   460 +
 .../runtime/instructions/cp/package-tree.html      |   263 +
 .../sysds/runtime/instructions/cp/package-use.html |   915 +
 .../cpfile/MatrixIndexingCPFileInstruction.html    |   367 +
 .../class-use/MatrixIndexingCPFileInstruction.html |   165 +
 .../runtime/instructions/cpfile/package-frame.html |    20 +
 .../instructions/cpfile/package-summary.html       |   145 +
 .../runtime/instructions/cpfile/package-tree.html  |   158 +
 .../runtime/instructions/cpfile/package-use.html   |   160 +
 .../fed/AggregateBinaryFEDInstruction.html         |   425 +
 .../fed/AggregateTernaryFEDInstruction.html        |   352 +
 .../fed/AggregateUnaryFEDInstruction.html          |   361 +
 .../instructions/fed/AppendFEDInstruction.html     |   357 +
 .../instructions/fed/BinaryFEDInstruction.html     |   381 +
 .../fed/BinaryFrameScalarFEDInstruction.html       |   351 +
 .../fed/BinaryMatrixMatrixFEDInstruction.html      |   351 +
 .../fed/BinaryMatrixScalarFEDInstruction.html      |   351 +
 .../instructions/fed/CastFEDInstruction.html       |   357 +
 .../fed/CentralMomentFEDInstruction.html           |   362 +
 .../fed/ComputationFEDInstruction.html             |   407 +
 .../instructions/fed/CovarianceFEDInstruction.html |   357 +
 .../instructions/fed/CtableFEDInstruction.html     |   352 +
 .../fed/CumulativeOffsetFEDInstruction.html        |   370 +
 .../instructions/fed/FEDInstruction.FEDType.html   |   646 +
 .../fed/FEDInstruction.FederatedOutput.html        |   397 +
 .../runtime/instructions/fed/FEDInstruction.html   |   369 +
 .../instructions/fed/FEDInstructionUtils.html      |   299 +
 .../instructions/fed/IndexingFEDInstruction.html   |   357 +
 .../instructions/fed/InitFEDInstruction.html       |   495 +
 .../instructions/fed/MMChainFEDInstruction.html    |   418 +
 .../runtime/instructions/fed/MMFEDInstruction.html |   357 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   352 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   369 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   397 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   371 +
 .../fed/ParameterizedBuiltinFEDInstruction.html    |   415 +
 .../fed/QuantilePickFEDInstruction.html            |   357 +
 .../fed/QuantileSortFEDInstruction.html            |   357 +
 .../instructions/fed/QuaternaryFEDInstruction.html |   333 +
 .../fed/QuaternaryWCeMMFEDInstruction.html         |   351 +
 .../fed/QuaternaryWDivMMFEDInstruction.html        |   351 +
 .../fed/QuaternaryWSLossFEDInstruction.html        |   351 +
 .../fed/QuaternaryWSigmoidFEDInstruction.html      |   351 +
 .../fed/QuaternaryWUMMFEDInstruction.html          |   351 +
 .../instructions/fed/ReblockFEDInstruction.html    |   357 +
 .../fed/ReorgFEDInstruction.DiagMatrix.html        |   331 +
 .../fed/ReorgFEDInstruction.Rdiag.html             |   331 +
 .../instructions/fed/ReorgFEDInstruction.html      |   436 +
 .../instructions/fed/ReshapeFEDInstruction.html    |   384 +
 .../instructions/fed/SpoofFEDInstruction.html      |   358 +
 .../instructions/fed/TernaryFEDInstruction.html    |   352 +
 .../instructions/fed/TsmmFEDInstruction.html       |   425 +
 .../instructions/fed/UnaryFEDInstruction.html      |   293 +
 .../fed/UnaryMatrixFEDInstruction.html             |   385 +
 .../instructions/fed/VariableFEDInstruction.html   |   359 +
 .../class-use/AggregateBinaryFEDInstruction.html   |   165 +
 .../class-use/AggregateTernaryFEDInstruction.html  |   165 +
 .../class-use/AggregateUnaryFEDInstruction.html    |   178 +
 .../fed/class-use/AppendFEDInstruction.html        |   165 +
 .../fed/class-use/BinaryFEDInstruction.html        |   214 +
 .../class-use/BinaryFrameScalarFEDInstruction.html |   125 +
 .../BinaryMatrixMatrixFEDInstruction.html          |   125 +
 .../BinaryMatrixScalarFEDInstruction.html          |   125 +
 .../fed/class-use/CastFEDInstruction.html          |   165 +
 .../fed/class-use/CentralMomentFEDInstruction.html |   165 +
 .../fed/class-use/ComputationFEDInstruction.html   |   293 +
 .../fed/class-use/CovarianceFEDInstruction.html    |   165 +
 .../fed/class-use/CtableFEDInstruction.html        |   165 +
 .../class-use/CumulativeOffsetFEDInstruction.html  |   165 +
 .../fed/class-use/FEDInstruction.FEDType.html      |   245 +
 .../class-use/FEDInstruction.FederatedOutput.html  |   289 +
 .../instructions/fed/class-use/FEDInstruction.html |   336 +
 .../fed/class-use/FEDInstructionUtils.html         |   125 +
 .../fed/class-use/IndexingFEDInstruction.html      |   165 +
 .../fed/class-use/InitFEDInstruction.html          |   165 +
 .../fed/class-use/MMChainFEDInstruction.html       |   165 +
 .../fed/class-use/MMFEDInstruction.html            |   165 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   125 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   125 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   165 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   125 +
 .../ParameterizedBuiltinFEDInstruction.html        |   165 +
 .../fed/class-use/QuantilePickFEDInstruction.html  |   165 +
 .../fed/class-use/QuantileSortFEDInstruction.html  |   165 +
 .../fed/class-use/QuaternaryFEDInstruction.html    |   194 +
 .../class-use/QuaternaryWCeMMFEDInstruction.html   |   125 +
 .../class-use/QuaternaryWDivMMFEDInstruction.html  |   125 +
 .../class-use/QuaternaryWSLossFEDInstruction.html  |   125 +
 .../QuaternaryWSigmoidFEDInstruction.html          |   125 +
 .../class-use/QuaternaryWUMMFEDInstruction.html    |   125 +
 .../fed/class-use/ReblockFEDInstruction.html       |   165 +
 .../class-use/ReorgFEDInstruction.DiagMatrix.html  |   125 +
 .../fed/class-use/ReorgFEDInstruction.Rdiag.html   |   125 +
 .../fed/class-use/ReorgFEDInstruction.html         |   165 +
 .../fed/class-use/ReshapeFEDInstruction.html       |   165 +
 .../fed/class-use/SpoofFEDInstruction.html         |   165 +
 .../fed/class-use/TernaryFEDInstruction.html       |   165 +
 .../fed/class-use/TsmmFEDInstruction.html          |   165 +
 .../fed/class-use/UnaryFEDInstruction.html         |   201 +
 .../fed/class-use/UnaryMatrixFEDInstruction.html   |   165 +
 .../fed/class-use/VariableFEDInstruction.html      |   165 +
 .../runtime/instructions/fed/package-frame.html    |    68 +
 .../runtime/instructions/fed/package-summary.html  |   334 +
 .../runtime/instructions/fed/package-tree.html     |   220 +
 .../runtime/instructions/fed/package-use.html      |   330 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   340 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   341 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   321 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   321 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   334 +
 .../instructions/gpu/DnnGPUInstruction.html        |   651 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   490 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1889 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   353 +
 .../gpu/MatrixAppendGPUInstruction.html            |   341 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   339 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   367 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   339 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   345 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   339 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   339 +
 .../gpu/MatrixReshapeGPUInstruction.html           |   367 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   321 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   340 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   339 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   339 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   339 +
 .../gpu/SpoofCUDAInstruction.DoublePrecision.html  |   299 +
 .../gpu/SpoofCUDAInstruction.SinglePrecision.html  |   299 +
 .../instructions/gpu/SpoofCUDAInstruction.html     |   440 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   165 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   165 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   186 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   182 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   178 +
 .../gpu/class-use/DnnGPUInstruction.html           |   165 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   214 +
 .../instructions/gpu/class-use/GPUInstruction.html |   276 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   165 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   165 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   125 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   165 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   125 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   165 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   125 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../gpu/class-use/MatrixReshapeGPUInstruction.html |   165 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   182 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   165 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   125 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   125 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../SpoofCUDAInstruction.DoublePrecision.html      |   125 +
 .../SpoofCUDAInstruction.SinglePrecision.html      |   125 +
 .../gpu/class-use/SpoofCUDAInstruction.html        |   165 +
 .../instructions/gpu/context/CSRPointer.html       |   728 +
 .../gpu/context/CudaMemoryAllocator.html           |   363 +
 .../instructions/gpu/context/ExecutionConfig.html  |   568 +
 .../instructions/gpu/context/GPUContext.html       |   723 +
 .../instructions/gpu/context/GPUContextPool.html   |   450 +
 .../gpu/context/GPULazyCudaFreeMemoryManager.html  |   416 +
 .../gpu/context/GPUMatrixMemoryManager.html        |   238 +
 .../gpu/context/GPUMemoryAllocator.html            |   304 +
 .../gpu/context/GPUMemoryEviction.html             |   293 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   295 +
 .../instructions/gpu/context/GPUMemoryManager.html |   456 +
 .../instructions/gpu/context/GPUObject.html        |  1162 +
 .../instructions/gpu/context/JCudaKernels.html     |   265 +
 .../instructions/gpu/context/ShadowBuffer.html     |   372 +
 .../gpu/context/UnifiedMemoryAllocator.html        |   363 +
 .../gpu/context/class-use/CSRPointer.html          |   310 +
 .../gpu/context/class-use/CudaMemoryAllocator.html |   125 +
 .../gpu/context/class-use/ExecutionConfig.html     |   197 +
 .../gpu/context/class-use/GPUContext.html          |  1280 +
 .../gpu/context/class-use/GPUContextPool.html      |   125 +
 .../class-use/GPULazyCudaFreeMemoryManager.html    |   165 +
 .../context/class-use/GPUMatrixMemoryManager.html  |   165 +
 .../gpu/context/class-use/GPUMemoryAllocator.html  |   169 +
 .../gpu/context/class-use/GPUMemoryEviction.html   |   125 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   125 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   179 +
 .../gpu/context/class-use/GPUObject.html           |   312 +
 .../gpu/context/class-use/JCudaKernels.html        |   189 +
 .../gpu/context/class-use/ShadowBuffer.html        |   125 +
 .../context/class-use/UnifiedMemoryAllocator.html  |   125 +
 .../instructions/gpu/context/package-frame.html    |    37 +
 .../instructions/gpu/context/package-summary.html  |   225 +
 .../instructions/gpu/context/package-tree.html     |   155 +
 .../instructions/gpu/context/package-use.html      |   295 +
 .../runtime/instructions/gpu/package-frame.html    |    47 +
 .../runtime/instructions/gpu/package-summary.html  |   254 +
 .../runtime/instructions/gpu/package-tree.html     |   196 +
 .../runtime/instructions/gpu/package-use.html      |   229 +
 .../sysds/runtime/instructions/package-frame.html  |    30 +
 .../runtime/instructions/package-summary.html      |   182 +
 .../sysds/runtime/instructions/package-tree.html   |   159 +
 .../sysds/runtime/instructions/package-use.html    |   480 +
 .../spark/AggregateTernarySPInstruction.html       |   352 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   295 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   293 +
 .../spark/AggregateUnarySPInstruction.html         |   380 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   294 +
 .../spark/AppendGAlignedSPInstruction.html         |   368 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   296 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   296 +
 .../instructions/spark/AppendGSPInstruction.html   |   372 +
 .../instructions/spark/AppendMSPInstruction.html   |   338 +
 .../instructions/spark/AppendRSPInstruction.html   |   338 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   294 +
 .../spark/BinUaggChainSPInstruction.html           |   371 +
 .../spark/BinaryFrameFrameSPInstruction.html       |   351 +
 .../spark/BinaryFrameMatrixSPInstruction.html      |   351 +
 .../spark/BinaryFrameScalarSPInstruction.html      |   351 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   351 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   351 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   351 +
 .../instructions/spark/BinarySPInstruction.html    |   333 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   351 +
 .../spark/BinaryTensorTensorSPInstruction.html     |   351 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   292 +
 .../spark/BuiltinNarySPInstruction.html            |   370 +
 .../spark/CSVReblockSPInstruction.html             |   357 +
 .../instructions/spark/CastSPInstruction.html      |   357 +
 .../spark/CentralMomentSPInstruction.html          |   357 +
 .../spark/CheckpointSPInstruction.html             |   357 +
 ...mpressionSPInstruction.CompressionFunction.html |   292 +
 ...nSPInstruction.CompressionWorkloadFunction.html |   292 +
 .../CompressionSPInstruction.SizeFunction.html     |   292 +
 .../spark/CompressionSPInstruction.html            |   389 +
 .../spark/ComputationSPInstruction.html            |   407 +
 .../spark/CovarianceSPInstruction.html             |   357 +
 .../instructions/spark/CpmmSPInstruction.html      |   363 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   292 +
 .../instructions/spark/CtableSPInstruction.html    |   371 +
 .../spark/CumulativeAggregateSPInstruction.html    |   369 +
 .../spark/CumulativeOffsetSPInstruction.html       |   357 +
 ...ressionSPInstruction.DeCompressionFunction.html |   292 +
 .../spark/DeCompressionSPInstruction.html          |   368 +
 .../instructions/spark/DnnSPInstruction.html       |   357 +
 .../spark/FrameAppendMSPInstruction.html           |   356 +
 .../spark/FrameAppendRSPInstruction.html           |   356 +
 .../spark/FrameIndexingSPInstruction.html          |   357 +
 .../instructions/spark/IndexingSPInstruction.html  |   339 +
 .../spark/LIBSVMReblockSPInstruction.html          |   357 +
 .../spark/MapmmChainSPInstruction.html             |   322 +
 .../instructions/spark/MapmmSPInstruction.html     |   357 +
 .../spark/MatrixAppendMSPInstruction.html          |   356 +
 .../spark/MatrixAppendRSPInstruction.html          |   356 +
 .../spark/MatrixIndexingSPInstruction.html         |   467 +
 .../spark/MatrixReshapeSPInstruction.html          |   357 +
 ...PInstruction.TransformEncodeBuild2Function.html |   292 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   295 +
 ...PInstruction.TransformEncodeGroup2Function.html |   292 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   381 +
 .../instructions/spark/PMapmmSPInstruction.html    |   359 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   294 +
 ...iltinSPInstruction.RDDFrameReplaceFunction.html |   291 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   298 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   297 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   300 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   296 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   298 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   291 +
 ...edBuiltinSPInstruction.RDDTokenizeFunction.html |   294 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   294 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   294 +
 ...struction.RDDTransformDecodeExpandFunction.html |   294 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   294 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   469 +
 .../instructions/spark/PmmSPInstruction.html       |   357 +
 .../spark/QuantilePickSPInstruction.html           |   357 +
 .../spark/QuantileSortSPInstruction.html           |   362 +
 .../spark/QuaternarySPInstruction.html             |   352 +
 .../instructions/spark/RandSPInstruction.html      |   514 +
 .../instructions/spark/ReblockSPInstruction.html   |   384 +
 .../instructions/spark/ReorgSPInstruction.html     |   357 +
 .../instructions/spark/RmmSPInstruction.html       |   357 +
 .../instructions/spark/SPInstruction.SPType.html   |   874 +
 .../runtime/instructions/spark/SPInstruction.html  |   421 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   294 +
 .../instructions/spark/SpoofSPInstruction.html     |   372 +
 .../instructions/spark/TernarySPInstruction.html   |   352 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   357 +
 .../instructions/spark/TsmmSPInstruction.html      |   357 +
 .../spark/UaggOuterChainSPInstruction.html         |   360 +
 .../spark/UnaryFrameSPInstruction.html             |   370 +
 .../spark/UnaryMatrixSPInstruction.html            |   357 +
 .../instructions/spark/UnarySPInstruction.html     |   293 +
 .../instructions/spark/WriteSPInstruction.html     |   439 +
 .../instructions/spark/ZipmmSPInstruction.html     |   357 +
 .../class-use/AggregateTernarySPInstruction.html   |   165 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   125 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   125 +
 .../class-use/AggregateUnarySPInstruction.html     |   178 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   125 +
 .../class-use/AppendGAlignedSPInstruction.html     |   165 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   125 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   125 +
 .../spark/class-use/AppendGSPInstruction.html      |   165 +
 .../spark/class-use/AppendMSPInstruction.html      |   182 +
 .../spark/class-use/AppendRSPInstruction.html      |   182 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   125 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   165 +
 .../class-use/BinaryFrameFrameSPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixSPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarSPInstruction.html  |   125 +
 .../BinaryMatrixBVectorSPInstruction.html          |   125 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   125 +
 .../spark/class-use/BinarySPInstruction.html       |   286 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   125 +
 .../class-use/BinaryTensorTensorSPInstruction.html |   125 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   125 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   165 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   165 +
 .../spark/class-use/CastSPInstruction.html         |   165 +
 .../class-use/CentralMomentSPInstruction.html      |   165 +
 .../spark/class-use/CheckpointSPInstruction.html   |   165 +
 ...mpressionSPInstruction.CompressionFunction.html |   125 +
 ...nSPInstruction.CompressionWorkloadFunction.html |   125 +
 .../CompressionSPInstruction.SizeFunction.html     |   125 +
 .../spark/class-use/CompressionSPInstruction.html  |   165 +
 .../spark/class-use/ComputationSPInstruction.html  |   409 +
 .../spark/class-use/CovarianceSPInstruction.html   |   165 +
 .../spark/class-use/CpmmSPInstruction.html         |   165 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   125 +
 .../spark/class-use/CtableSPInstruction.html       |   165 +
 .../CumulativeAggregateSPInstruction.html          |   165 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   165 +
 ...ressionSPInstruction.DeCompressionFunction.html |   125 +
 .../class-use/DeCompressionSPInstruction.html      |   165 +
 .../spark/class-use/DnnSPInstruction.html          |   165 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   125 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   125 +
 .../class-use/FrameIndexingSPInstruction.html      |   125 +
 .../spark/class-use/IndexingSPInstruction.html     |   186 +
 .../class-use/LIBSVMReblockSPInstruction.html      |   165 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   165 +
 .../spark/class-use/MapmmSPInstruction.html        |   165 +
 .../class-use/MatrixAppendMSPInstruction.html      |   125 +
 .../class-use/MatrixAppendRSPInstruction.html      |   125 +
 .../class-use/MatrixIndexingSPInstruction.html     |   125 +
 .../class-use/MatrixReshapeSPInstruction.html      |   165 +
 ...PInstruction.TransformEncodeBuild2Function.html |   125 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   125 +
 ...PInstruction.TransformEncodeGroup2Function.html |   125 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   125 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   165 +
 .../spark/class-use/PMapmmSPInstruction.html       |   165 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   125 +
 ...iltinSPInstruction.RDDFrameReplaceFunction.html |   125 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   125 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   125 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   125 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   125 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   125 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   125 +
 ...edBuiltinSPInstruction.RDDTokenizeFunction.html |   125 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   125 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   125 +
 ...struction.RDDTransformDecodeExpandFunction.html |   125 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   125 +
 .../ParameterizedBuiltinSPInstruction.html         |   165 +
 .../spark/class-use/PmmSPInstruction.html          |   165 +
 .../spark/class-use/QuantilePickSPInstruction.html |   165 +
 .../spark/class-use/QuantileSortSPInstruction.html |   165 +
 .../spark/class-use/QuaternarySPInstruction.html   |   165 +
 .../spark/class-use/RandSPInstruction.html         |   165 +
 .../spark/class-use/ReblockSPInstruction.html      |   165 +
 .../spark/class-use/ReorgSPInstruction.html        |   165 +
 .../spark/class-use/RmmSPInstruction.html          |   165 +
 .../spark/class-use/SPInstruction.SPType.html      |   231 +
 .../spark/class-use/SPInstruction.html             |   456 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   125 +
 .../spark/class-use/SpoofSPInstruction.html        |   165 +
 .../spark/class-use/TernarySPInstruction.html      |   165 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   165 +
 .../spark/class-use/TsmmSPInstruction.html         |   165 +
 .../class-use/UaggOuterChainSPInstruction.html     |   165 +
 .../spark/class-use/UnaryFrameSPInstruction.html   |   165 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   125 +
 .../spark/class-use/UnarySPInstruction.html        |   278 +
 .../spark/class-use/WriteSPInstruction.html        |   165 +
 .../spark/class-use/ZipmmSPInstruction.html        |   165 +
 .../instructions/spark/data/BlockPartitioner.html  |   354 +
 .../instructions/spark/data/BroadcastObject.html   |   366 +
 .../instructions/spark/data/CorrMatrixBlock.html   |   389 +
 .../instructions/spark/data/DatasetObject.html     |   326 +
 .../spark/data/FrameReblockBuffer.html             |   366 +
 .../spark/data/IndexedMatrixValue.html             |   364 +
 .../spark/data/LazyIterableIterator.html           |   350 +
 .../instructions/spark/data/LineageObject.html     |   320 +
 .../instructions/spark/data/PartitionedBlock.html  |   568 +
 .../spark/data/PartitionedBroadcast.html           |   482 +
 .../runtime/instructions/spark/data/RDDObject.html |   464 +
 .../instructions/spark/data/ReblockBuffer.html     |   366 +
 .../instructions/spark/data/RowMatrixBlock.html    |   377 +
 .../instructions/spark/data/SerLongWritable.html   |   276 +
 .../runtime/instructions/spark/data/SerText.html   |   310 +
 .../spark/data/class-use/BlockPartitioner.html     |   125 +
 .../spark/data/class-use/BroadcastObject.html      |   178 +
 .../spark/data/class-use/CorrMatrixBlock.html      |   166 +
 .../spark/data/class-use/DatasetObject.html        |   125 +
 .../spark/data/class-use/FrameReblockBuffer.html   |   125 +
 .../spark/data/class-use/IndexedMatrixValue.html   |   579 +
 .../spark/data/class-use/LazyIterableIterator.html |   177 +
 .../spark/data/class-use/LineageObject.html        |   199 +
 .../spark/data/class-use/PartitionedBlock.html     |   192 +
 .../spark/data/class-use/PartitionedBroadcast.html |   288 +
 .../spark/data/class-use/RDDObject.html            |   232 +
 .../spark/data/class-use/ReblockBuffer.html        |   125 +
 .../spark/data/class-use/RowMatrixBlock.html       |   167 +
 .../spark/data/class-use/SerLongWritable.html      |   125 +
 .../instructions/spark/data/class-use/SerText.html |   125 +
 .../instructions/spark/data/package-frame.html     |    34 +
 .../instructions/spark/data/package-summary.html   |   218 +
 .../instructions/spark/data/package-tree.html      |   171 +
 .../instructions/spark/data/package-use.html       |   376 +
 .../functions/AggregateDropCorrectionFunction.html |   288 +
 .../functions/ComputeBinaryBlockNnzFunction.html   |   285 +
 .../functions/ConvertFrameBlockToIJVLines.html     |   288 +
 .../functions/ConvertMatrixBlockToIJVLines.html    |   285 +
 .../functions/ConvertStringToLongTextPair.html     |   285 +
 .../spark/functions/CopyBinaryCellFunction.html    |   288 +
 .../spark/functions/CopyFrameBlockFunction.html    |   302 +
 .../functions/CopyFrameBlockPairFunction.html      |   303 +
 .../spark/functions/CopyMatrixBlockFunction.html   |   302 +
 .../functions/CopyMatrixBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTensorBlockFunction.html   |   302 +
 .../functions/CopyTensorBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTextInputFunction.html     |   288 +
 .../spark/functions/CreateSparseBlockFunction.html |   291 +
 .../functions/ExtractBlockForBinaryReblock.html    |   290 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   318 +
 .../functions/ExtractGroup.ExtractGroupJoin.html   |   316 +
 .../instructions/spark/functions/ExtractGroup.html |   278 +
 .../spark/functions/ExtractGroupNWeights.html      |   288 +
 .../functions/FilterDiagMatrixBlocksFunction.html  |   288 +
 .../functions/FilterNonEmptyBlocksFunction.html    |   288 +
 .../functions/FilterNonEmptyBlocksFunction2.html   |   288 +
 .../spark/functions/GetMIMBFromRow.html            |   288 +
 .../spark/functions/IsBlockInList.html             |   290 +
 .../spark/functions/IsBlockInRange.html            |   296 +
 .../spark/functions/IsFrameBlockInRange.html       |   292 +
 .../spark/functions/MapInputSignature.html         |   288 +
 .../spark/functions/MapJoinSignature.html          |   288 +
 .../functions/MatrixMatrixBinaryOpFunction.html    |   288 +
 .../spark/functions/MatrixScalarUnaryFunction.html |   288 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   292 +
 .../functions/OuterVectorBinaryOpFunction.html     |   290 +
 .../functions/PerformGroupByAggInCombiner.html     |   290 +
 .../functions/PerformGroupByAggInReducer.html      |   288 +
 .../spark/functions/ReblockTensorFunction.html     |   290 +
 .../spark/functions/RecomputeNnzFunction.html      |   288 +
 .../spark/functions/ReorgMapFunction.html          |   288 +
 .../spark/functions/ReplicateBlockFunction.html    |   310 +
 .../spark/functions/ReplicateTensorFunction.html   |   290 +
 .../spark/functions/ReplicateVectorFunction.html   |   290 +
 .../functions/TensorTensorBinaryOpFunction.html    |   288 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   292 +
 .../class-use/AggregateDropCorrectionFunction.html |   125 +
 .../class-use/ComputeBinaryBlockNnzFunction.html   |   125 +
 .../class-use/ConvertFrameBlockToIJVLines.html     |   125 +
 .../class-use/ConvertMatrixBlockToIJVLines.html    |   125 +
 .../class-use/ConvertStringToLongTextPair.html     |   125 +
 .../class-use/CopyBinaryCellFunction.html          |   125 +
 .../class-use/CopyFrameBlockFunction.html          |   125 +
 .../class-use/CopyFrameBlockPairFunction.html      |   125 +
 .../class-use/CopyMatrixBlockFunction.html         |   125 +
 .../class-use/CopyMatrixBlockPairFunction.html     |   125 +
 .../class-use/CopyTensorBlockFunction.html         |   125 +
 .../class-use/CopyTensorBlockPairFunction.html     |   125 +
 .../functions/class-use/CopyTextInputFunction.html |   125 +
 .../class-use/CreateSparseBlockFunction.html       |   125 +
 .../class-use/ExtractBlockForBinaryReblock.html    |   125 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   125 +
 .../class-use/ExtractGroup.ExtractGroupJoin.html   |   125 +
 .../spark/functions/class-use/ExtractGroup.html    |   169 +
 .../functions/class-use/ExtractGroupNWeights.html  |   125 +
 .../class-use/FilterDiagMatrixBlocksFunction.html  |   125 +
 .../class-use/FilterNonEmptyBlocksFunction.html    |   125 +
 .../class-use/FilterNonEmptyBlocksFunction2.html   |   125 +
 .../spark/functions/class-use/GetMIMBFromRow.html  |   125 +
 .../spark/functions/class-use/IsBlockInList.html   |   125 +
 .../spark/functions/class-use/IsBlockInRange.html  |   125 +
 .../functions/class-use/IsFrameBlockInRange.html   |   125 +
 .../functions/class-use/MapInputSignature.html     |   125 +
 .../functions/class-use/MapJoinSignature.html      |   125 +
 .../class-use/MatrixMatrixBinaryOpFunction.html    |   125 +
 .../class-use/MatrixScalarUnaryFunction.html       |   125 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   125 +
 .../class-use/OuterVectorBinaryOpFunction.html     |   125 +
 .../class-use/PerformGroupByAggInCombiner.html     |   125 +
 .../class-use/PerformGroupByAggInReducer.html      |   125 +
 .../functions/class-use/ReblockTensorFunction.html |   125 +
 .../functions/class-use/RecomputeNnzFunction.html  |   125 +
 .../functions/class-use/ReorgMapFunction.html      |   125 +
 .../class-use/ReplicateBlockFunction.html          |   125 +
 .../class-use/ReplicateTensorFunction.html         |   125 +
 .../class-use/ReplicateVectorFunction.html         |   125 +
 .../class-use/TensorTensorBinaryOpFunction.html    |   125 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   125 +
 .../spark/functions/package-frame.html             |    61 +
 .../spark/functions/package-summary.html           |   321 +
 .../instructions/spark/functions/package-tree.html |   182 +
 .../instructions/spark/functions/package-use.html  |   158 +
 .../runtime/instructions/spark/package-frame.html  |   118 +
 .../instructions/spark/package-summary.html        |   566 +
 .../runtime/instructions/spark/package-tree.html   |   272 +
 .../runtime/instructions/spark/package-use.html    |   340 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   272 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   292 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   292 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   292 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   292 +
 .../spark/utils/FrameRDDConverterUtils.html        |   651 +
 .../spark/utils/RDDAggregateUtils.html             |   635 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   292 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   292 +
 .../spark/utils/RDDConverterUtils.html             |   645 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   292 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   346 +
 .../spark/utils/RDDConverterUtilsExt.html          |   508 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   298 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   298 +
 .../instructions/spark/utils/RDDSortUtils.html     |   489 +
 .../instructions/spark/utils/SparkUtils.html       |   792 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   125 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   125 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   125 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   125 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   125 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   125 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   125 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   125 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   125 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   125 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   125 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   174 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   125 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   125 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   125 +
 .../spark/utils/class-use/RDDSortUtils.html        |   125 +
 .../spark/utils/class-use/SparkUtils.html          |   125 +
 .../instructions/spark/utils/package-frame.html    |    39 +
 .../instructions/spark/utils/package-summary.html  |   222 +
 .../instructions/spark/utils/package-tree.html     |   165 +
 .../instructions/spark/utils/package-use.html      |   158 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   328 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   328 +
 .../sysds/runtime/io/BinaryBlockSerialization.html |   340 +
 .../sysds/runtime/io/FileFormatProperties.html     |   327 +
 .../sysds/runtime/io/FileFormatPropertiesCSV.html  |   489 +
 .../sysds/runtime/io/FileFormatPropertiesHDF5.html |   322 +
 .../runtime/io/FileFormatPropertiesLIBSVM.html     |   392 +
 .../runtime/io/FileFormatPropertiesMM.MMField.html |   387 +
 .../io/FileFormatPropertiesMM.MMFormat.html        |   363 +
 .../io/FileFormatPropertiesMM.MMSymmetry.html      |   375 +
 .../sysds/runtime/io/FileFormatPropertiesMM.html   |   414 +
 .../org/apache/sysds/runtime/io/FrameReader.html   |   458 +
 .../sysds/runtime/io/FrameReaderBinaryBlock.html   |   361 +
 .../runtime/io/FrameReaderBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameReaderFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameReaderJSONL.html  |   293 +
 .../sysds/runtime/io/FrameReaderJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameReaderProto.html  |   324 +
 .../sysds/runtime/io/FrameReaderTextCSV.html       |   336 +
 .../runtime/io/FrameReaderTextCSVParallel.html     |   263 +
 .../sysds/runtime/io/FrameReaderTextCell.html      |   336 +
 .../io/FrameReaderTextCellParallel.ReadTask.html   |   294 +
 .../runtime/io/FrameReaderTextCellParallel.html    |   282 +
 .../org/apache/sysds/runtime/io/FrameWriter.html   |   323 +
 .../sysds/runtime/io/FrameWriterBinaryBlock.html   |   304 +
 .../runtime/io/FrameWriterBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameWriterFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameWriterJSONL.html  |   293 +
 .../sysds/runtime/io/FrameWriterJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameWriterProto.html  |   297 +
 .../sysds/runtime/io/FrameWriterTextCSV.html       |   344 +
 .../runtime/io/FrameWriterTextCSVParallel.html     |   278 +
 .../sysds/runtime/io/FrameWriterTextCell.html      |   304 +
 .../runtime/io/FrameWriterTextCellParallel.html    |   263 +
 .../runtime/io/IOUtilFunctions.CountRowsTask.html  |   310 +
 .../apache/sysds/runtime/io/IOUtilFunctions.html   |  1071 +
 .../apache/sysds/runtime/io/InputOutputInfo.html   |   481 +
 .../org/apache/sysds/runtime/io/ListReader.html    |   294 +
 .../org/apache/sysds/runtime/io/ListWriter.html    |   295 +
 .../org/apache/sysds/runtime/io/MatrixReader.html  |   323 +
 .../sysds/runtime/io/MatrixReaderFactory.html      |   285 +
 .../org/apache/sysds/runtime/io/MatrixWriter.html  |   397 +
 .../sysds/runtime/io/MatrixWriterFactory.html      |   289 +
 .../apache/sysds/runtime/io/ReadProperties.html    |   365 +
 .../apache/sysds/runtime/io/ReaderBinaryBlock.html |   367 +
 .../runtime/io/ReaderBinaryBlockParallel.html      |   306 +
 .../org/apache/sysds/runtime/io/ReaderHDF5.html    |   377 +
 .../sysds/runtime/io/ReaderHDF5Parallel.html       |   336 +
 .../org/apache/sysds/runtime/io/ReaderTextCSV.html |   324 +
 .../sysds/runtime/io/ReaderTextCSVParallel.html    |   329 +
 .../apache/sysds/runtime/io/ReaderTextCell.html    |   342 +
 .../io/ReaderTextCellParallel.CellBuffer.html      |   361 +
 .../io/ReaderTextCellParallel.CountNnzTask.html    |   296 +
 .../io/ReaderTextCellParallel.ReadTask.html        |   302 +
 .../sysds/runtime/io/ReaderTextCellParallel.html   |   300 +
 .../apache/sysds/runtime/io/ReaderTextLIBSVM.html  |   324 +
 .../sysds/runtime/io/ReaderTextLIBSVMParallel.html |   324 +
 .../sysds/runtime/io/ReaderWriterFederated.html    |   324 +
 .../org/apache/sysds/runtime/io/TensorReader.html  |   289 +
 .../sysds/runtime/io/TensorReaderBinaryBlock.html  |   296 +
 .../io/TensorReaderBinaryBlockParallel.html        |   255 +
 .../sysds/runtime/io/TensorReaderFactory.html      |   272 +
 .../sysds/runtime/io/TensorReaderTextCell.html     |   296 +
 .../runtime/io/TensorReaderTextCellParallel.html   |   255 +
 .../org/apache/sysds/runtime/io/TensorWriter.html  |   285 +
 .../sysds/runtime/io/TensorWriterBinaryBlock.html  |   292 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   300 +
 .../io/TensorWriterBinaryBlockParallel.html        |   274 +
 .../sysds/runtime/io/TensorWriterFactory.html      |   272 +
 .../sysds/runtime/io/TensorWriterTextCell.html     |   292 +
 .../runtime/io/TensorWriterTextCellParallel.html   |   255 +
 .../apache/sysds/runtime/io/WriterBinaryBlock.html |   346 +
 .../runtime/io/WriterBinaryBlockParallel.html      |   262 +
 .../org/apache/sysds/runtime/io/WriterHDF5.html    |   346 +
 .../sysds/runtime/io/WriterHDF5Parallel.html       |   309 +
 .../sysds/runtime/io/WriterMatrixMarket.html       |   372 +
 .../runtime/io/WriterMatrixMarketParallel.html     |   262 +
 .../org/apache/sysds/runtime/io/WriterTextCSV.html |   410 +
 .../sysds/runtime/io/WriterTextCSVParallel.html    |   277 +
 .../apache/sysds/runtime/io/WriterTextCell.html    |   346 +
 .../sysds/runtime/io/WriterTextCellParallel.html   |   262 +
 .../apache/sysds/runtime/io/WriterTextLIBSVM.html  |   346 +
 .../sysds/runtime/io/WriterTextLIBSVMParallel.html |   262 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   125 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   125 +
 .../io/class-use/BinaryBlockSerialization.html     |   125 +
 .../runtime/io/class-use/FileFormatProperties.html |   461 +
 .../io/class-use/FileFormatPropertiesCSV.html      |   216 +
 .../io/class-use/FileFormatPropertiesHDF5.html     |   172 +
 .../io/class-use/FileFormatPropertiesLIBSVM.html   |   197 +
 .../class-use/FileFormatPropertiesMM.MMField.html  |   191 +
 .../class-use/FileFormatPropertiesMM.MMFormat.html |   191 +
 .../FileFormatPropertiesMM.MMSymmetry.html         |   191 +
 .../io/class-use/FileFormatPropertiesMM.html       |   213 +
 .../sysds/runtime/io/class-use/FrameReader.html    |   266 +
 .../io/class-use/FrameReaderBinaryBlock.html       |   167 +
 .../class-use/FrameReaderBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameReaderFactory.html   |   125 +
 .../runtime/io/class-use/FrameReaderJSONL.html     |   165 +
 .../io/class-use/FrameReaderJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameReaderProto.html     |   125 +
 .../runtime/io/class-use/FrameReaderTextCSV.html   |   167 +
 .../io/class-use/FrameReaderTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameReaderTextCell.html  |   167 +
 .../FrameReaderTextCellParallel.ReadTask.html      |   125 +
 .../io/class-use/FrameReaderTextCellParallel.html  |   125 +
 .../sysds/runtime/io/class-use/FrameWriter.html    |   219 +
 .../io/class-use/FrameWriterBinaryBlock.html       |   167 +
 .../class-use/FrameWriterBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameWriterFactory.html   |   125 +
 .../runtime/io/class-use/FrameWriterJSONL.html     |   165 +
 .../io/class-use/FrameWriterJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameWriterProto.html     |   125 +
 .../runtime/io/class-use/FrameWriterTextCSV.html   |   167 +
 .../io/class-use/FrameWriterTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameWriterTextCell.html  |   167 +
 .../io/class-use/FrameWriterTextCellParallel.html  |   125 +
 .../class-use/IOUtilFunctions.CountRowsTask.html   |   125 +
 .../runtime/io/class-use/IOUtilFunctions.html      |   125 +
 .../runtime/io/class-use/InputOutputInfo.html      |   207 +
 .../sysds/runtime/io/class-use/ListReader.html     |   125 +
 .../sysds/runtime/io/class-use/ListWriter.html     |   125 +
 .../sysds/runtime/io/class-use/MatrixReader.html   |   269 +
 .../runtime/io/class-use/MatrixReaderFactory.html  |   125 +
 .../sysds/runtime/io/class-use/MatrixWriter.html   |   228 +
 .../runtime/io/class-use/MatrixWriterFactory.html  |   125 +
 .../sysds/runtime/io/class-use/ReadProperties.html |   190 +
 .../runtime/io/class-use/ReaderBinaryBlock.html    |   165 +
 .../io/class-use/ReaderBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/ReaderHDF5.html     |   165 +
 .../runtime/io/class-use/ReaderHDF5Parallel.html   |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCSV.html  |   125 +
 .../io/class-use/ReaderTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCell.html |   167 +
 .../ReaderTextCellParallel.CellBuffer.html         |   125 +
 .../ReaderTextCellParallel.CountNnzTask.html       |   125 +
 .../class-use/ReaderTextCellParallel.ReadTask.html |   125 +
 .../io/class-use/ReaderTextCellParallel.html       |   125 +
 .../runtime/io/class-use/ReaderTextLIBSVM.html     |   125 +
 .../io/class-use/ReaderTextLIBSVMParallel.html     |   125 +
 .../io/class-use/ReaderWriterFederated.html        |   125 +
 .../sysds/runtime/io/class-use/TensorReader.html   |   190 +
 .../io/class-use/TensorReaderBinaryBlock.html      |   165 +
 .../class-use/TensorReaderBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorReaderFactory.html  |   125 +
 .../runtime/io/class-use/TensorReaderTextCell.html |   165 +
 .../io/class-use/TensorReaderTextCellParallel.html |   125 +
 .../sysds/runtime/io/class-use/TensorWriter.html   |   190 +
 .../io/class-use/TensorWriterBinaryBlock.html      |   165 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   125 +
 .../class-use/TensorWriterBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorWriterFactory.html  |   125 +
 .../runtime/io/class-use/TensorWriterTextCell.html |   165 +
 .../io/class-use/TensorWriterTextCellParallel.html |   125 +
 .../runtime/io/class-use/WriterBinaryBlock.html    |   165 +
 .../io/class-use/WriterBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/WriterHDF5.html     |   165 +
 .../runtime/io/class-use/WriterHDF5Parallel.html   |   125 +
 .../runtime/io/class-use/WriterMatrixMarket.html   |   165 +
 .../io/class-use/WriterMatrixMarketParallel.html   |   125 +
 .../sysds/runtime/io/class-use/WriterTextCSV.html  |   165 +
 .../io/class-use/WriterTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/WriterTextCell.html |   165 +
 .../io/class-use/WriterTextCellParallel.html       |   125 +
 .../runtime/io/class-use/WriterTextLIBSVM.html     |   165 +
 .../io/class-use/WriterTextLIBSVMParallel.html     |   125 +
 .../java/org/apache/sysds/runtime/io/hdf5/H5.html  |   400 +
 .../org/apache/sysds/runtime/io/hdf5/H5BTree.html  |   339 +
 .../sysds/runtime/io/hdf5/H5BufferBuilder.html     |   445 +
 .../apache/sysds/runtime/io/hdf5/H5Constants.html  |   431 +
 .../sysds/runtime/io/hdf5/H5ContiguousDataset.html |   287 +
 .../sysds/runtime/io/hdf5/H5DoubleDataType.html    |   520 +
 .../runtime/io/hdf5/H5GroupSymbolTableNode.html    |   329 +
 .../apache/sysds/runtime/io/hdf5/H5LocalHeap.html  |   359 +
 .../sysds/runtime/io/hdf5/H5ObjectHeader.html      |   353 +
 .../apache/sysds/runtime/io/hdf5/H5RootObject.html |   819 +
 .../sysds/runtime/io/hdf5/H5RuntimeException.html  |   319 +
 .../apache/sysds/runtime/io/hdf5/H5Superblock.html |   478 +
 .../sysds/runtime/io/hdf5/H5SymbolTableEntry.html  |   384 +
 .../org/apache/sysds/runtime/io/hdf5/Utils.html    |   313 +
 .../apache/sysds/runtime/io/hdf5/class-use/H5.html |   125 +
 .../sysds/runtime/io/hdf5/class-use/H5BTree.html   |   125 +
 .../runtime/io/hdf5/class-use/H5BufferBuilder.html |   265 +
 .../runtime/io/hdf5/class-use/H5Constants.html     |   125 +
 .../io/hdf5/class-use/H5ContiguousDataset.html     |   187 +
 .../io/hdf5/class-use/H5DoubleDataType.html        |   178 +
 .../io/hdf5/class-use/H5GroupSymbolTableNode.html  |   125 +
 .../runtime/io/hdf5/class-use/H5LocalHeap.html     |   125 +
 .../runtime/io/hdf5/class-use/H5ObjectHeader.html  |   164 +
 .../runtime/io/hdf5/class-use/H5RootObject.html    |   384 +
 .../io/hdf5/class-use/H5RuntimeException.html      |   125 +
 .../runtime/io/hdf5/class-use/H5Superblock.html    |   178 +
 .../io/hdf5/class-use/H5SymbolTableEntry.html      |   178 +
 .../sysds/runtime/io/hdf5/class-use/Utils.html     |   125 +
 .../io/hdf5/message/H5DataLayoutMessage.html       |   332 +
 .../io/hdf5/message/H5DataSpaceMessage.html        |   328 +
 .../runtime/io/hdf5/message/H5DataTypeMessage.html |   317 +
 .../io/hdf5/message/H5FillValueMessage.html        |   360 +
 .../sysds/runtime/io/hdf5/message/H5Message.html   |   280 +
 .../runtime/io/hdf5/message/H5NilMessage.html      |   302 +
 .../message/H5ObjectModificationTimeMessage.html   |   330 +
 .../io/hdf5/message/H5SymbolTableMessage.html      |   332 +
 .../message/class-use/H5DataLayoutMessage.html     |   125 +
 .../hdf5/message/class-use/H5DataSpaceMessage.html |   125 +
 .../hdf5/message/class-use/H5DataTypeMessage.html  |   165 +
 .../hdf5/message/class-use/H5FillValueMessage.html |   125 +
 .../io/hdf5/message/class-use/H5Message.html       |   246 +
 .../io/hdf5/message/class-use/H5NilMessage.html    |   125 +
 .../class-use/H5ObjectModificationTimeMessage.html |   125 +
 .../message/class-use/H5SymbolTableMessage.html    |   125 +
 .../runtime/io/hdf5/message/package-frame.html     |    27 +
 .../runtime/io/hdf5/message/package-summary.html   |   171 +
 .../runtime/io/hdf5/message/package-tree.html      |   148 +
 .../sysds/runtime/io/hdf5/message/package-use.html |   180 +
 .../sysds/runtime/io/hdf5/package-frame.html       |    36 +
 .../sysds/runtime/io/hdf5/package-summary.html     |   206 +
 .../apache/sysds/runtime/io/hdf5/package-tree.html |   171 +
 .../apache/sysds/runtime/io/hdf5/package-use.html  |   198 +
 .../org/apache/sysds/runtime/io/package-frame.html |   104 +
 .../apache/sysds/runtime/io/package-summary.html   |   522 +
 .../org/apache/sysds/runtime/io/package-tree.html  |   315 +
 .../org/apache/sysds/runtime/io/package-use.html   |   419 +
 .../sysds/runtime/iogen/CustomProperties.html      |   462 +
 .../sysds/runtime/iogen/FastStringTokenizer.html   |   359 +
 ...rameGenerateReader.FrameReaderRowIrregular.html |   281 +
 ...teReader.FrameReaderRowRegularColIrregular.html |   281 +
 ...rateReader.FrameReaderRowRegularColRegular.html |   281 +
 .../sysds/runtime/iogen/FrameGenerateReader.html   |   362 +
 .../iogen/GenerateReader.GenerateReaderFrame.html  |   325 +
 .../iogen/GenerateReader.GenerateReaderMatrix.html |   325 +
 .../apache/sysds/runtime/iogen/GenerateReader.html |   270 +
 ...rixGenerateReader.MatrixReaderRowIrregular.html |   274 +
 ...eReader.MatrixReaderRowRegularColIrregular.html |   274 +
 ...ateReader.MatrixReaderRowRegularColRegular.html |   274 +
 .../sysds/runtime/iogen/MatrixGenerateReader.html  |   355 +
 .../org/apache/sysds/runtime/iogen/RawRow.html     |   503 +
 .../iogen/ReaderMapping.FrameReaderMapping.html    |   276 +
 .../iogen/ReaderMapping.MatrixReaderMapping.html   |   276 +
 .../apache/sysds/runtime/iogen/ReaderMapping.html  |   392 +
 .../sysds/runtime/iogen/SampleProperties.html      |   377 +
 .../sysds/runtime/iogen/ValueTrimFormat.html       |   462 +
 .../runtime/iogen/class-use/CustomProperties.html  |   205 +
 .../iogen/class-use/FastStringTokenizer.html       |   125 +
 ...rameGenerateReader.FrameReaderRowIrregular.html |   125 +
 ...teReader.FrameReaderRowRegularColIrregular.html |   125 +
 ...rateReader.FrameReaderRowRegularColRegular.html |   125 +
 .../iogen/class-use/FrameGenerateReader.html       |   173 +
 .../GenerateReader.GenerateReaderFrame.html        |   125 +
 .../GenerateReader.GenerateReaderMatrix.html       |   125 +
 .../runtime/iogen/class-use/GenerateReader.html    |   169 +
 ...rixGenerateReader.MatrixReaderRowIrregular.html |   125 +
 ...eReader.MatrixReaderRowRegularColIrregular.html |   125 +
 ...ateReader.MatrixReaderRowRegularColRegular.html |   125 +
 .../iogen/class-use/MatrixGenerateReader.html      |   173 +
 .../sysds/runtime/iogen/class-use/RawRow.html      |   165 +
 .../ReaderMapping.FrameReaderMapping.html          |   125 +
 .../ReaderMapping.MatrixReaderMapping.html         |   125 +
 .../runtime/iogen/class-use/ReaderMapping.html     |   169 +
 .../runtime/iogen/class-use/SampleProperties.html  |   169 +
 .../runtime/iogen/class-use/ValueTrimFormat.html   |   221 +
 .../apache/sysds/runtime/iogen/package-frame.html  |    38 +
 .../sysds/runtime/iogen/package-summary.html       |   215 +
 .../apache/sysds/runtime/iogen/package-tree.html   |   180 +
 .../apache/sysds/runtime/iogen/package-use.html    |   179 +
 .../sysds/runtime/lineage/BooleanArray32.html      |   313 +
 .../org/apache/sysds/runtime/lineage/Lineage.html  |   610 +
 .../apache/sysds/runtime/lineage/LineageCache.html |   462 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   358 +
 .../lineage/LineageCacheConfig.ReuseCacheType.html |   434 +
 .../sysds/runtime/lineage/LineageCacheConfig.html  |   750 +
 .../sysds/runtime/lineage/LineageCacheEntry.html   |   429 +
 .../runtime/lineage/LineageCacheEviction.html      |   272 +
 .../runtime/lineage/LineageCacheStatistics.html    |   638 +
 .../sysds/runtime/lineage/LineageCodegenItem.html  |   300 +
 .../sysds/runtime/lineage/LineageDebugger.html     |   365 +
 .../sysds/runtime/lineage/LineageDedupBlock.html   |   461 +
 .../sysds/runtime/lineage/LineageDedupUtils.html   |   432 +
 .../sysds/runtime/lineage/LineageEstimator.html    |   340 +
 .../lineage/LineageEstimatorStatistics.html        |   337 +
 .../runtime/lineage/LineageGPUCacheEviction.html   |   393 +
 .../lineage/LineageItem.LineageItemType.html       |   370 +
 .../apache/sysds/runtime/lineage/LineageItem.html  |   925 +
 .../sysds/runtime/lineage/LineageItemUtils.html    |   605 +
 .../apache/sysds/runtime/lineage/LineageMap.html   |   454 +
 .../sysds/runtime/lineage/LineageParser.html       |   323 +
 .../runtime/lineage/LineageRecomputeUtils.html     |   327 +
 .../sysds/runtime/lineage/LineageRewriteReuse.html |   274 +
 .../sysds/runtime/lineage/LineageTokenizer.html    |   300 +
 .../sysds/runtime/lineage/LineageTraceable.html    |   277 +
 .../runtime/lineage/class-use/BooleanArray32.html  |   125 +
 .../sysds/runtime/lineage/class-use/Lineage.html   |   285 +
 .../runtime/lineage/class-use/LineageCache.html    |   125 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   217 +
 .../LineageCacheConfig.ReuseCacheType.html         |   255 +
 .../lineage/class-use/LineageCacheConfig.html      |   125 +
 .../lineage/class-use/LineageCacheEntry.html       |   218 +
 .../lineage/class-use/LineageCacheEviction.html    |   125 +
 .../lineage/class-use/LineageCacheStatistics.html  |   125 +
 .../lineage/class-use/LineageCodegenItem.html      |   125 +
 .../runtime/lineage/class-use/LineageDebugger.html |   125 +
 .../lineage/class-use/LineageDedupBlock.html       |   212 +
 .../lineage/class-use/LineageDedupUtils.html       |   125 +
 .../lineage/class-use/LineageEstimator.html        |   125 +
 .../class-use/LineageEstimatorStatistics.html      |   125 +
 .../lineage/class-use/LineageGPUCacheEviction.html |   125 +
 .../class-use/LineageItem.LineageItemType.html     |   182 +
 .../runtime/lineage/class-use/LineageItem.html     |  1009 +
 .../lineage/class-use/LineageItemUtils.html        |   125 +
 .../runtime/lineage/class-use/LineageMap.html      |   246 +
 .../runtime/lineage/class-use/LineageParser.html   |   125 +
 .../lineage/class-use/LineageRecomputeUtils.html   |   125 +
 .../lineage/class-use/LineageRewriteReuse.html     |   125 +
 .../lineage/class-use/LineageTokenizer.html        |   165 +
 .../lineage/class-use/LineageTraceable.html        |  1018 +
 .../sysds/runtime/lineage/package-frame.html       |    50 +
 .../sysds/runtime/lineage/package-summary.html     |   263 +
 .../apache/sysds/runtime/lineage/package-tree.html |   176 +
 .../apache/sysds/runtime/lineage/package-use.html  |   488 +
 .../data/BinaryBlockToTextCellConverter.html       |   339 +
 .../sysds/runtime/matrix/data/CM_N_COVCell.html    |  1151 +
 .../sysds/runtime/matrix/data/CTableMap.html       |   359 +
 .../sysds/runtime/matrix/data/Converter.html       |   271 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   946 +
 .../sysds/runtime/matrix/data/DnnParameters.html   |   765 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   350 +
 .../matrix/data/FrameBlock.FrameMapFunction.html   |   300 +
 .../sysds/runtime/matrix/data/FrameBlock.html      |  2381 ++
 .../org/apache/sysds/runtime/matrix/data/IJV.html  |   346 +
 .../sysds/runtime/matrix/data/LibCommonsMath.html  |   316 +
 .../sysds/runtime/matrix/data/LibMatrixAgg.html    |   601 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   395 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   501 +
 .../sysds/runtime/matrix/data/LibMatrixCUDA.html   |  1912 +
 .../matrix/data/LibMatrixCountDistinct.html        |   299 +
 .../sysds/runtime/matrix/data/LibMatrixCuDNN.html  |  1122 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   522 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   347 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   507 +
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.html    |   304 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   338 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   346 +
 .../sysds/runtime/matrix/data/LibMatrixDNN.html    |   657 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   326 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   238 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   467 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   356 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   342 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   303 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   249 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   258 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   506 +
 .../sysds/runtime/matrix/data/LibMatrixMult.html   |  1336 +
 .../sysds/runtime/matrix/data/LibMatrixNative.html |   462 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   674 +
 .../sysds/runtime/matrix/data/LibMatrixReorg.html  |   795 +
 .../runtime/matrix/data/LibMatrixTercell.html      |   247 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   305 +
 .../sysds/runtime/matrix/data/MatrixBlock.html     |  4858 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   284 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   273 +
 .../sysds/runtime/matrix/data/MatrixCell.html      |  1213 +
 .../sysds/runtime/matrix/data/MatrixIndexes.html   |   567 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   380 +
 .../sysds/runtime/matrix/data/MatrixValue.html     |   904 +
 .../matrix/data/OperationsOnMatrixValues.html      |   835 +
 .../org/apache/sysds/runtime/matrix/data/Pair.html |   348 +
 .../matrix/data/RandomMatrixGenerator.PDF.html     |   359 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   534 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/TextToBinaryCellConverter.html     |   336 +
 .../matrix/data/TripleIndexes.Comparator.html      |   321 +
 .../sysds/runtime/matrix/data/TripleIndexes.html   |   492 +
 .../sysds/runtime/matrix/data/WeightedCell.html    |   623 +
 .../sysds/runtime/matrix/data/WeightedPair.html    |   477 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   125 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   125 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   554 +
 .../runtime/matrix/data/class-use/Converter.html   |   169 +
 .../data/class-use/CudaSupportFunctions.html       |   182 +
 .../matrix/data/class-use/DnnParameters.html       |   311 +
 .../DoublePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   233 +
 .../class-use/FrameBlock.FrameMapFunction.html     |   182 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |  2364 ++
 .../sysds/runtime/matrix/data/class-use/IJV.html   |   262 +
 .../matrix/data/class-use/LibCommonsMath.html      |   125 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   125 +
 .../LibMatrixBincell.BinaryAccessType.html         |   179 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   125 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   177 +
 .../data/class-use/LibMatrixCountDistinct.html     |   125 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   125 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   224 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   125 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   203 +
 .../data/class-use/LibMatrixCuDNNRnnAlgorithm.html |   125 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   125 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   328 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   125 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   125 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   125 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   125 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   169 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   125 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   125 +
 .../matrix/data/class-use/LibMatrixMult.html       |   125 +
 .../matrix/data/class-use/LibMatrixNative.html     |   125 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   125 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   125 +
 .../matrix/data/class-use/LibMatrixTercell.html    |   125 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   167 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  8103 ++++
 .../data/class-use/MatrixBlockDataInput.html       |   191 +
 .../data/class-use/MatrixBlockDataOutput.html      |   192 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   379 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1905 +
 .../data/class-use/MatrixValue.CellIndex.html      |   271 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1394 +
 .../data/class-use/OperationsOnMatrixValues.html   |   125 +
 .../sysds/runtime/matrix/data/class-use/Pair.html  |   590 +
 .../data/class-use/RandomMatrixGenerator.PDF.html  |   255 +
 .../data/class-use/RandomMatrixGenerator.html      |   263 +
 .../SinglePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/TextToBinaryCellConverter.html  |   125 +
 .../data/class-use/TripleIndexes.Comparator.html   |   125 +
 .../matrix/data/class-use/TripleIndexes.html       |   185 +
 .../matrix/data/class-use/WeightedCell.html        |   262 +
 .../matrix/data/class-use/WeightedPair.html        |   125 +
 .../sysds/runtime/matrix/data/package-frame.html   |    82 +
 .../sysds/runtime/matrix/data/package-summary.html |   462 +
 .../sysds/runtime/matrix/data/package-tree.html    |   220 +
 .../sysds/runtime/matrix/data/package-use.html     |  1192 +
 .../matrix/operators/AggregateBinaryOperator.html  |   359 +
 .../matrix/operators/AggregateOperator.html        |   372 +
 .../matrix/operators/AggregateTernaryOperator.html |   376 +
 .../matrix/operators/AggregateUnaryOperator.html   |   398 +
 .../runtime/matrix/operators/BinaryOperator.html   |   406 +
 .../CMOperator.AggregateOperationTypes.html        |   418 +
 .../sysds/runtime/matrix/operators/CMOperator.html |   416 +
 .../runtime/matrix/operators/COVOperator.html      |   294 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   358 +
 .../matrix/operators/CountDistinctOperator.html    |   352 +
 .../matrix/operators/LeftScalarOperator.html       |   387 +
 .../sysds/runtime/matrix/operators/Operator.html   |   299 +
 .../matrix/operators/QuaternaryOperator.html       |   543 +
 .../runtime/matrix/operators/ReIndexOperator.html  |   266 +
 .../runtime/matrix/operators/ReorgOperator.html    |   355 +
 .../matrix/operators/RightScalarOperator.html      |   387 +
 .../runtime/matrix/operators/ScalarOperator.html   |   411 +
 .../runtime/matrix/operators/SimpleOperator.html   |   294 +
 .../runtime/matrix/operators/TernaryOperator.html  |   347 +
 .../runtime/matrix/operators/UnaryOperator.html    |   370 +
 .../class-use/AggregateBinaryOperator.html         |   284 +
 .../operators/class-use/AggregateOperator.html     |   501 +
 .../class-use/AggregateTernaryOperator.html        |   241 +
 .../class-use/AggregateUnaryOperator.html          |   631 +
 .../matrix/operators/class-use/BinaryOperator.html |   811 +
 .../CMOperator.AggregateOperationTypes.html        |   272 +
 .../matrix/operators/class-use/CMOperator.html     |   219 +
 .../matrix/operators/class-use/COVOperator.html    |   201 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   202 +
 .../operators/class-use/CountDistinctOperator.html |   168 +
 .../operators/class-use/LeftScalarOperator.html    |   125 +
 .../matrix/operators/class-use/Operator.html       |   897 +
 .../operators/class-use/QuaternaryOperator.html    |   205 +
 .../operators/class-use/ReIndexOperator.html       |   125 +
 .../matrix/operators/class-use/ReorgOperator.html  |   330 +
 .../operators/class-use/RightScalarOperator.html   |   125 +
 .../matrix/operators/class-use/ScalarOperator.html |   547 +
 .../matrix/operators/class-use/SimpleOperator.html |   125 +
 .../operators/class-use/TernaryOperator.html       |   228 +
 .../matrix/operators/class-use/UnaryOperator.html  |   300 +
 .../runtime/matrix/operators/package-frame.html    |    42 +
 .../runtime/matrix/operators/package-summary.html  |   238 +
 .../runtime/matrix/operators/package-tree.html     |   174 +
 .../runtime/matrix/operators/package-use.html      |   636 +
 .../sysds/runtime/meta/DataCharacteristics.html    |   886 +
 .../sysds/runtime/meta/MatrixCharacteristics.html  |   911 +
 .../org/apache/sysds/runtime/meta/MetaData.html    |   345 +
 .../org/apache/sysds/runtime/meta/MetaDataAll.html |   659 +
 .../apache/sysds/runtime/meta/MetaDataFormat.html  |   303 +
 .../apache/sysds/runtime/meta/MetaDataUtils.html   |   278 +
 .../sysds/runtime/meta/TensorCharacteristics.html  |   736 +
 .../meta/class-use/DataCharacteristics.html        |  1649 +
 .../meta/class-use/MatrixCharacteristics.html      |   253 +
 .../sysds/runtime/meta/class-use/MetaData.html     |   353 +
 .../sysds/runtime/meta/class-use/MetaDataAll.html  |   125 +
 .../runtime/meta/class-use/MetaDataFormat.html     |   125 +
 .../runtime/meta/class-use/MetaDataUtils.html      |   125 +
 .../meta/class-use/TensorCharacteristics.html      |   185 +
 .../apache/sysds/runtime/meta/package-frame.html   |    26 +
 .../apache/sysds/runtime/meta/package-summary.html |   169 +
 .../apache/sysds/runtime/meta/package-tree.html    |   162 +
 .../org/apache/sysds/runtime/meta/package-use.html |   612 +
 .../org/apache/sysds/runtime/package-frame.html    |    21 +
 .../org/apache/sysds/runtime/package-summary.html  |   151 +
 .../org/apache/sysds/runtime/package-tree.html     |   158 +
 .../java/org/apache/sysds/runtime/package-use.html |   480 +
 .../runtime/privacy/CheckedConstraintsLog.html     |   362 +
 .../sysds/runtime/privacy/DMLPrivacyException.html |   301 +
 .../privacy/PrivacyConstraint.PrivacyLevel.html    |   358 +
 .../sysds/runtime/privacy/PrivacyConstraint.html   |   560 +
 .../sysds/runtime/privacy/PrivacyMonitor.html      |   325 +
 .../apache/sysds/runtime/privacy/PrivacyUtils.html |   410 +
 .../privacy/class-use/CheckedConstraintsLog.html   |   125 +
 .../privacy/class-use/DMLPrivacyException.html     |   125 +
 .../class-use/PrivacyConstraint.PrivacyLevel.html  |   535 +
 .../privacy/class-use/PrivacyConstraint.html       |   605 +
 .../runtime/privacy/class-use/PrivacyMonitor.html  |   125 +
 .../runtime/privacy/class-use/PrivacyUtils.html    |   125 +
 .../runtime/privacy/finegrained/DataRange.html     |   372 +
 .../privacy/finegrained/FineGrainedPrivacy.html    |   461 +
 .../finegrained/FineGrainedPrivacyList.html        |   594 +
 .../privacy/finegrained/FineGrainedPrivacyMap.html |   560 +
 .../privacy/finegrained/class-use/DataRange.html   |   272 +
 .../finegrained/class-use/FineGrainedPrivacy.html  |   233 +
 .../class-use/FineGrainedPrivacyList.html          |   125 +
 .../class-use/FineGrainedPrivacyMap.html           |   125 +
 .../runtime/privacy/finegrained/package-frame.html |    26 +
 .../privacy/finegrained/package-summary.html       |   174 +
 .../runtime/privacy/finegrained/package-tree.html  |   144 +
 .../runtime/privacy/finegrained/package-use.html   |   182 +
 .../sysds/runtime/privacy/package-frame.html       |    31 +
 .../sysds/runtime/privacy/package-summary.html     |   192 +
 .../apache/sysds/runtime/privacy/package-tree.html |   174 +
 .../apache/sysds/runtime/privacy/package-use.html  |   362 +
 .../privacy/propagation/AppendPropagator.html      |   316 +
 .../privacy/propagation/CBindPropagator.html       |   260 +
 .../privacy/propagation/ListAppendPropagator.html  |   293 +
 .../privacy/propagation/ListRemovePropagator.html  |   293 +
 .../MatrixMultiplicationPropagator.html            |   395 +
 .../MatrixMultiplicationPropagatorNaive.html       |   275 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   274 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   257 +
 .../runtime/privacy/propagation/OperatorType.html  |   417 +
 .../privacy/propagation/PrivacyPropagator.html     |   463 +
 .../runtime/privacy/propagation/Propagator.html    |   234 +
 .../privacy/propagation/PropagatorMultiReturn.html |   234 +
 .../privacy/propagation/RBindPropagator.html       |   260 +
 .../propagation/class-use/AppendPropagator.html    |   169 +
 .../propagation/class-use/CBindPropagator.html     |   125 +
 .../class-use/ListAppendPropagator.html            |   125 +
 .../class-use/ListRemovePropagator.html            |   125 +
 .../class-use/MatrixMultiplicationPropagator.html  |   182 +
 .../MatrixMultiplicationPropagatorNaive.html       |   125 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   125 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   125 +
 .../propagation/class-use/OperatorType.html        |   223 +
 .../propagation/class-use/PrivacyPropagator.html   |   125 +
 .../privacy/propagation/class-use/Propagator.html  |   204 +
 .../class-use/PropagatorMultiReturn.html           |   165 +
 .../propagation/class-use/RBindPropagator.html     |   125 +
 .../runtime/privacy/propagation/package-frame.html |    38 +
 .../privacy/propagation/package-summary.html       |   231 +
 .../runtime/privacy/propagation/package-tree.html  |   170 +
 .../runtime/privacy/propagation/package-use.html   |   176 +
 .../sysds/runtime/transform/TfUtils.TfMethod.html  |   423 +
 .../apache/sysds/runtime/transform/TfUtils.html    |   595 +
 .../transform/class-use/TfUtils.TfMethod.html      |   174 +
 .../sysds/runtime/transform/class-use/TfUtils.html |   166 +
 .../sysds/runtime/transform/decode/Decoder.html    |   423 +
 .../runtime/transform/decode/DecoderComposite.html |   445 +
 .../runtime/transform/decode/DecoderDummycode.html |   410 +
 .../decode/DecoderFactory.DecoderType.html         |   358 +
 .../runtime/transform/decode/DecoderFactory.html   |   392 +
 .../transform/decode/DecoderPassThrough.html       |   418 +
 .../runtime/transform/decode/DecoderRecode.html    |   443 +
 .../transform/decode/class-use/Decoder.html        |   322 +
 .../decode/class-use/DecoderComposite.html         |   125 +
 .../decode/class-use/DecoderDummycode.html         |   125 +
 .../class-use/DecoderFactory.DecoderType.html      |   174 +
 .../transform/decode/class-use/DecoderFactory.html |   125 +
 .../decode/class-use/DecoderPassThrough.html       |   125 +
 .../transform/decode/class-use/DecoderRecode.html  |   125 +
 .../runtime/transform/decode/package-frame.html    |    29 +
 .../runtime/transform/decode/package-summary.html  |   190 +
 .../runtime/transform/decode/package-tree.html     |   158 +
 .../runtime/transform/decode/package-use.html      |   208 +
 .../encode/ColumnEncoder.EncoderType.html          |   418 +
 .../runtime/transform/encode/ColumnEncoder.html    |   707 +
 .../runtime/transform/encode/ColumnEncoderBin.html |   729 +
 .../transform/encode/ColumnEncoderComposite.html   |   806 +
 .../transform/encode/ColumnEncoderDummycode.html   |   621 +
 ...oderFeatureHash.FeatureHashSparseApplyTask.html |   315 +
 .../transform/encode/ColumnEncoderFeatureHash.html |   515 +
 ...oderPassThrough.PassThroughSparseApplyTask.html |   266 +
 .../transform/encode/ColumnEncoderPassThrough.html |   427 +
 .../transform/encode/ColumnEncoderRecode.html      |   749 +
 .../sysds/runtime/transform/encode/Encoder.html    |   377 +
 .../runtime/transform/encode/EncoderFactory.html   |   390 +
 .../transform/encode/EncoderMVImpute.MVMethod.html |   370 +
 .../runtime/transform/encode/EncoderMVImpute.html  |   690 +
 .../runtime/transform/encode/EncoderOmit.html      |   699 +
 .../runtime/transform/encode/LegacyEncoder.html    |   646 +
 .../transform/encode/MultiColumnEncoder.html       |   990 +
 .../class-use/ColumnEncoder.EncoderType.html       |   174 +
 .../transform/encode/class-use/ColumnEncoder.html  |   373 +
 .../encode/class-use/ColumnEncoderBin.html         |   125 +
 .../encode/class-use/ColumnEncoderComposite.html   |   193 +
 .../encode/class-use/ColumnEncoderDummycode.html   |   125 +
 ...oderFeatureHash.FeatureHashSparseApplyTask.html |   125 +
 .../encode/class-use/ColumnEncoderFeatureHash.html |   174 +
 ...oderPassThrough.PassThroughSparseApplyTask.html |   125 +
 .../encode/class-use/ColumnEncoderPassThrough.html |   125 +
 .../encode/class-use/ColumnEncoderRecode.html      |   125 +
 .../transform/encode/class-use/Encoder.html        |   214 +
 .../transform/encode/class-use/EncoderFactory.html |   125 +
 .../encode/class-use/EncoderMVImpute.MVMethod.html |   195 +
 .../encode/class-use/EncoderMVImpute.html          |   166 +
 .../transform/encode/class-use/EncoderOmit.html    |   180 +
 .../transform/encode/class-use/LegacyEncoder.html  |   236 +
 .../encode/class-use/MultiColumnEncoder.html       |   296 +
 .../runtime/transform/encode/package-frame.html    |    42 +
 .../runtime/transform/encode/package-summary.html  |   237 +
 .../runtime/transform/encode/package-tree.html     |   182 +
 .../runtime/transform/encode/package-use.html      |   231 +
 .../sysds/runtime/transform/meta/TfMetaUtils.html  |   578 +
 .../sysds/runtime/transform/meta/TfOffsetMap.html  |   294 +
 .../transform/meta/class-use/TfMetaUtils.html      |   125 +
 .../transform/meta/class-use/TfOffsetMap.html      |   164 +
 .../runtime/transform/meta/package-frame.html      |    21 +
 .../runtime/transform/meta/package-summary.html    |   147 +
 .../sysds/runtime/transform/meta/package-tree.html |   139 +
 .../sysds/runtime/transform/meta/package-use.html  |   158 +
 .../sysds/runtime/transform/package-frame.html     |    24 +
 .../sysds/runtime/transform/package-summary.html   |   158 +
 .../sysds/runtime/transform/package-tree.html      |   150 +
 .../sysds/runtime/transform/package-use.html       |   177 +
 .../runtime/transform/tokenize/Tokenizer.html      |   288 +
 .../transform/tokenize/TokenizerFactory.html       |   274 +
 .../runtime/transform/tokenize/TokenizerPost.html  |   272 +
 .../transform/tokenize/TokenizerPostCount.html     |   349 +
 .../transform/tokenize/TokenizerPostHash.html      |   349 +
 .../transform/tokenize/TokenizerPostPosition.html  |   378 +
 .../runtime/transform/tokenize/TokenizerPre.html   |   231 +
 .../transform/tokenize/TokenizerPreNgram.html      |   320 +
 .../tokenize/TokenizerPreWhitespaceSplit.html      |   307 +
 .../transform/tokenize/class-use/Tokenizer.html    |   187 +
 .../tokenize/class-use/TokenizerFactory.html       |   125 +
 .../tokenize/class-use/TokenizerPost.html          |   173 +
 .../tokenize/class-use/TokenizerPostCount.html     |   125 +
 .../tokenize/class-use/TokenizerPostHash.html      |   125 +
 .../tokenize/class-use/TokenizerPostPosition.html  |   125 +
 .../transform/tokenize/class-use/TokenizerPre.html |   169 +
 .../tokenize/class-use/TokenizerPreNgram.html      |   125 +
 .../class-use/TokenizerPreWhitespaceSplit.html     |   125 +
 .../runtime/transform/tokenize/package-frame.html  |    31 +
 .../transform/tokenize/package-summary.html        |   186 +
 .../runtime/transform/tokenize/package-tree.html   |   153 +
 .../runtime/transform/tokenize/package-use.html    |   183 +
 .../org/apache/sysds/runtime/util/AutoDiff.html    |   314 +
 .../sysds/runtime/util/BinaryBlockInputFormat.html |   341 +
 .../runtime/util/BinaryBlockRecordReader.html      |   332 +
 .../sysds/runtime/util/ByteBufferDataInput.html    |   650 +
 .../apache/sysds/runtime/util/CollectionUtils.html |   457 +
 .../sysds/runtime/util/CommonThreadPool.html       |   565 +
 .../sysds/runtime/util/DMVUtils.LEVEL_ENUM.html    |   394 +
 .../org/apache/sysds/runtime/util/DMVUtils.html    |   585 +
 .../apache/sysds/runtime/util/DataConverter.html   |  1469 +
 .../apache/sysds/runtime/util/DependencyTask.html  |   442 +
 .../sysds/runtime/util/DependencyThreadPool.html   |   365 +
 .../sysds/runtime/util/DependencyWrapperTask.html  |   358 +
 .../org/apache/sysds/runtime/util/DnnUtils.html    |   341 +
 .../org/apache/sysds/runtime/util/EMAUtils.html    |   337 +
 .../runtime/util/FastBufferedDataInputStream.html  |   668 +
 .../runtime/util/FastBufferedDataOutputStream.html |   682 +
 .../sysds/runtime/util/FastStringTokenizer.html    |   352 +
 .../org/apache/sysds/runtime/util/HDFSTool.html    |  1299 +
 .../org/apache/sysds/runtime/util/IndexRange.html  |   463 +
 .../sysds/runtime/util/InputStreamInputFormat.html |   312 +
 .../apache/sysds/runtime/util/LocalFileUtils.html  |  1049 +
 .../util/LongLongDoubleHashMap.ADoubleEntry.html   |   338 +
 .../util/LongLongDoubleHashMap.EntryType.html      |   346 +
 .../sysds/runtime/util/LongLongDoubleHashMap.html  |   355 +
 .../sysds/runtime/util/NormalPRNGenerator.html     |   301 +
 .../apache/sysds/runtime/util/PRNGenerator.html    |   289 +
 .../sysds/runtime/util/PoissonPRNGenerator.html    |   340 +
 .../apache/sysds/runtime/util/PorterStemmer.html   |   277 +
 .../sysds/runtime/util/ProgramConverter.html       |  1636 +
 .../sysds/runtime/util/Py4jConverterUtils.html     |   387 +
 .../org/apache/sysds/runtime/util/RandNPair.html   |   316 +
 .../org/apache/sysds/runtime/util/SortUtils.html   |   437 +
 .../sysds/runtime/util/UniformPRNGenerator.html    |   310 +
 .../apache/sysds/runtime/util/UtilFunctions.html   |  1834 +
 .../sysds/runtime/util/class-use/AutoDiff.html     |   125 +
 .../util/class-use/BinaryBlockInputFormat.html     |   125 +
 .../util/class-use/BinaryBlockRecordReader.html    |   125 +
 .../util/class-use/ByteBufferDataInput.html        |   125 +
 .../runtime/util/class-use/CollectionUtils.html    |   125 +
 .../runtime/util/class-use/CommonThreadPool.html   |   125 +
 .../util/class-use/DMVUtils.LEVEL_ENUM.html        |   188 +
 .../sysds/runtime/util/class-use/DMVUtils.html     |   125 +
 .../runtime/util/class-use/DataConverter.html      |   125 +
 .../runtime/util/class-use/DependencyTask.html     |   305 +
 .../util/class-use/DependencyThreadPool.html       |   163 +
 .../util/class-use/DependencyWrapperTask.html      |   125 +
 .../sysds/runtime/util/class-use/DnnUtils.html     |   125 +
 .../sysds/runtime/util/class-use/EMAUtils.html     |   125 +
 .../class-use/FastBufferedDataInputStream.html     |   125 +
 .../class-use/FastBufferedDataOutputStream.html    |   125 +
 .../util/class-use/FastStringTokenizer.html        |   125 +
 .../sysds/runtime/util/class-use/HDFSTool.html     |   125 +
 .../sysds/runtime/util/class-use/IndexRange.html   |   632 +
 .../util/class-use/InputStreamInputFormat.html     |   125 +
 .../runtime/util/class-use/LocalFileUtils.html     |   125 +
 .../LongLongDoubleHashMap.ADoubleEntry.html        |   200 +
 .../class-use/LongLongDoubleHashMap.EntryType.html |   205 +
 .../util/class-use/LongLongDoubleHashMap.html      |   125 +
 .../runtime/util/class-use/NormalPRNGenerator.html |   125 +
 .../sysds/runtime/util/class-use/PRNGenerator.html |   179 +
 .../util/class-use/PoissonPRNGenerator.html        |   125 +
 .../runtime/util/class-use/PorterStemmer.html      |   125 +
 .../runtime/util/class-use/ProgramConverter.html   |   125 +
 .../runtime/util/class-use/Py4jConverterUtils.html |   125 +
 .../sysds/runtime/util/class-use/RandNPair.html    |   125 +
 .../sysds/runtime/util/class-use/SortUtils.html    |   125 +
 .../util/class-use/UniformPRNGenerator.html        |   125 +
 .../runtime/util/class-use/UtilFunctions.html      |   125 +
 .../apache/sysds/runtime/util/package-frame.html   |    56 +
 .../apache/sysds/runtime/util/package-summary.html |   328 +
 .../apache/sysds/runtime/util/package-tree.html    |   216 +
 .../org/apache/sysds/runtime/util/package-use.html |   318 +
 .../sysds/utils/DMLCompressionStatistics.html      |   367 +
 .../org/apache/sysds/utils/DataAugmentation.html   |   459 +
 .../org/apache/sysds/utils/EnvironmentHelper.html  |   275 +
 .../apache/sysds/utils/Explain.ExplainCounts.html  |   317 +
 .../apache/sysds/utils/Explain.ExplainType.html    |   408 +
 .../api/java/org/apache/sysds/utils/Explain.html   |   691 +
 .../java/org/apache/sysds/utils/GPUStatistics.html |   917 +
 .../java/org/apache/sysds/utils/Hash.HashType.html |   359 +
 .../api/java/org/apache/sysds/utils/Hash.html      |   408 +
 .../InstallDependencyForIntegrationTests.html      |   305 +
 .../java/org/apache/sysds/utils/JSONHelper.html    |   292 +
 .../org/apache/sysds/utils/MLContextProxy.html     |   330 +
 .../org/apache/sysds/utils/MemoryEstimates.html    |   419 +
 .../sysds/utils/NativeHelper.NativeBlasState.html  |   370 +
 .../java/org/apache/sysds/utils/NativeHelper.html  |   846 +
 .../org/apache/sysds/utils/ParameterBuilder.html   |   319 +
 .../java/org/apache/sysds/utils/Statistics.html    |  2374 ++
 .../apache/sysds/utils/SystemDSLoaderUtils.html    |   287 +
 .../utils/class-use/DMLCompressionStatistics.html  |   125 +
 .../sysds/utils/class-use/DataAugmentation.html    |   125 +
 .../sysds/utils/class-use/EnvironmentHelper.html   |   125 +
 .../utils/class-use/Explain.ExplainCounts.html     |   204 +
 .../sysds/utils/class-use/Explain.ExplainType.html |   251 +
 .../org/apache/sysds/utils/class-use/Explain.html  |   125 +
 .../sysds/utils/class-use/GPUStatistics.html       |   125 +
 .../sysds/utils/class-use/Hash.HashType.html       |   231 +
 .../org/apache/sysds/utils/class-use/Hash.html     |   125 +
 .../InstallDependencyForIntegrationTests.html      |   125 +
 .../apache/sysds/utils/class-use/JSONHelper.html   |   125 +
 .../sysds/utils/class-use/MLContextProxy.html      |   125 +
 .../sysds/utils/class-use/MemoryEstimates.html     |   125 +
 .../class-use/NativeHelper.NativeBlasState.html    |   187 +
 .../apache/sysds/utils/class-use/NativeHelper.html |   125 +
 .../sysds/utils/class-use/ParameterBuilder.html    |   125 +
 .../apache/sysds/utils/class-use/Statistics.html   |   125 +
 .../sysds/utils/class-use/SystemDSLoaderUtils.html |   125 +
 .../java/org/apache/sysds/utils/package-frame.html |    40 +
 .../org/apache/sysds/utils/package-summary.html    |   245 +
 .../java/org/apache/sysds/utils/package-tree.html  |   166 +
 .../java/org/apache/sysds/utils/package-use.html   |   228 +
 content/docs/2.2.0/api/java/overview-frame.html    |    99 +
 content/docs/2.2.0/api/java/overview-summary.html  |   529 +
 content/docs/2.2.0/api/java/overview-tree.html     |  2403 ++
 content/docs/2.2.0/api/java/package-list           |    79 +
 content/docs/2.2.0/api/java/script.js              |    30 +
 content/docs/2.2.0/api/java/serialized-form.html   |  7936 ++++
 content/docs/2.2.0/api/java/stylesheet.css         |   574 +
 .../api/python/api/context/systemds_context.html   |   152 +
 .../2.2.0/api/python/api/operator/algorithms.html  |   166 +
 .../2.2.0/api/python/api/operator/node/frame.html  |   131 +
 .../2.2.0/api/python/api/operator/node/list.html   |   135 +
 .../2.2.0/api/python/api/operator/node/matrix.html |   132 +
 .../2.2.0/api/python/api/operator/node/scalar.html |   132 +
 .../2.2.0/api/python/api/operator/node/source.html |   133 +
 .../api/python/api/operator/operation_node.html    |   139 +
 .../2.2.0/api/python/api/script_building/dag.html  |   132 +
 .../api/python/api/script_building/script.html     |   132 +
 .../2.2.0/api/python/api/utils/converters.html     |   132 +
 .../docs/2.2.0/api/python/api/utils/helpers.html   |   130 +
 content/docs/2.2.0/api/python/genindex.html        |   124 +
 .../2.2.0/api/python/getting_started/install.html  |   177 +
 .../python/getting_started/simple_examples.html    |   227 +
 .../2.2.0/api/python/guide/algorithms_basics.html  |   289 +
 content/docs/2.2.0/api/python/guide/federated.html |   237 +
 .../api/python/guide/python_end_to_end_tut.html    |   603 +
 content/docs/2.2.0/api/python/index.html           |   148 +
 content/docs/2.2.0/api/python/objects.inv          |   Bin 0 -> 566 bytes
 content/docs/2.2.0/api/python/search.html          |   139 +
 content/docs/2.2.0/api/python/searchindex.js       |     1 +
 .../sources/api/context/systemds_context.rst.txt   |    59 +
 .../python/sources/api/operator/algorithms.rst.txt |    69 +
 .../python/sources/api/operator/node/frame.rst.txt |    33 +
 .../python/sources/api/operator/node/list.rst.txt  |    38 +
 .../sources/api/operator/node/matrix.rst.txt       |    35 +
 .../sources/api/operator/node/scalar.rst.txt       |    35 +
 .../sources/api/operator/node/source.rst.txt       |    35 +
 .../sources/api/operator/operation_node.rst.txt    |    44 +
 .../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 +
 .../api/python/sources/api/utils/helpers.rst.txt   |    30 +
 .../python/sources/getting_started/install.rst.txt |    76 +
 .../getting_started/simple_examples.rst.txt        |   130 +
 .../python/sources/guide/algorithms_basics.rst.txt |   221 +
 .../api/python/sources/guide/federated.rst.txt     |   146 +
 .../sources/guide/python_end_to_end_tut.rst.txt    |   561 +
 .../docs/2.2.0/api/python/sources/index.rst.txt    |    79 +
 content/docs/2.2.0/api/python/static/basic.css     |   904 +
 .../2.2.0/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
 .../api/python/static/css/fonts/lato-bold.woff     |   Bin 0 -> 309728 bytes
 .../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
 .../api/python/static/css/fonts/lato-normal.woff   |   Bin 0 -> 309192 bytes
 .../api/python/static/css/fonts/lato-normal.woff2  |   Bin 0 -> 182708 bytes
 content/docs/2.2.0/api/python/static/css/theme.css |     4 +
 content/docs/2.2.0/api/python/static/doctools.js   |   323 +
 .../api/python/static/documentation_options.js     |    12 +
 content/docs/2.2.0/api/python/static/file.png      |   Bin 0 -> 286 bytes
 .../docs/2.2.0/api/python/static/jquery-3.5.1.js   | 10872 ++++++
 content/docs/2.2.0/api/python/static/jquery.js     |     2 +
 .../docs/2.2.0/api/python/static/js/badge_only.js  |     1 +
 .../python/static/js/html5shiv-printshiv.min.js    |     4 +
 .../2.2.0/api/python/static/js/html5shiv.min.js    |     4 +
 content/docs/2.2.0/api/python/static/js/theme.js   |     1 +
 .../docs/2.2.0/api/python/static/language_data.js  |   297 +
 content/docs/2.2.0/api/python/static/minus.png     |   Bin 0 -> 90 bytes
 content/docs/2.2.0/api/python/static/plus.png      |   Bin 0 -> 90 bytes
 content/docs/2.2.0/api/python/static/pygments.css  |    74 +
 .../docs/2.2.0/api/python/static/searchtools.js    |   528 +
 .../2.2.0/api/python/static/underscore-1.13.1.js   |  2042 +
 content/docs/2.2.0/api/python/static/underscore.js |     6 +
 3466 files changed, 1164217 insertions(+)

diff --git a/content/docs/2.2.0/api/java/allclasses-frame.html b/content/docs/2.2.0/api/java/allclasses-frame.html
new file mode 100644
index 0000000..0076d8b
--- /dev/null
+++ b/content/docs/2.2.0/api/java/allclasses-frame.html
@@ -0,0 +1,1542 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.2.0 API)</title>
+<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/bitmap/ABitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">ABitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">AColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup" target="classFrame">AColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/AColumnCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">AColumnCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/ADictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">ADictionary</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/instructions/fed/AggregateTernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateTernaryFEDInstruction</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/compress/colgroup/insertionsort/AInsertionSorter.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">AInsertionSorter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">AIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/AMapToData.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">AMapToData</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/runtime/compress/colgroup/offset/AOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">AOffset</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/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/runtime/privacy/propagation/AppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">AppendPropagator</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/util/AutoDiff.html" title="class in org.apache.sysds.runtime.util" target="classFrame">AutoDiff</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">AWTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.WTNodeType.html" title="enum in org.apache.sysds.runtime.compress.workload" target="classFrame">AWTreeNode.WTNodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/BalanceToAvgFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">BalanceToAvgFederatedScheme</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/hops/codegen/cplan/cuda/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Binary</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/runtime/instructions/cp/BinaryFrameMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFrameScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryFrameScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameScalarSPInstruction</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/fed/BinaryMatrixMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryMatrixMatrixFEDInstruction</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/bitmap/Bitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">Bitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress.bitmap" 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/runtime/lineage/BooleanArray32.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">BooleanArray32</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/cp/BroadcastCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BroadcastCPInstruction</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/fed/CastFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CastFEDInstruction</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/privacy/propagation/CBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">CBindPropagator</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/fed/CentralMomentFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CentralMomentFEDInstruction</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/runtime/privacy/CheckedConstraintsLog.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">CheckedConstraintsLog</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/compress/lib/CLALibAppend.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibAppend</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibBinaryCellOp.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibBinaryCellOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibCompAgg.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibCompAgg</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibDecompress.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibDecompress</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibLeftMultBy.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibLeftMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibReExpand.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibReExpand</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRightMultBy.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibRightMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibScalar.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibScalar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibSquash.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibSquash</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUnary.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibUnary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUtils.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibUtils</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/compress/cocode/CoCodeBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeGreedy.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeGreedy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeHybrid.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeHybrid</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodePriorityQue.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodePriorityQue</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCoderFactory.PartitionerType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeStatic.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeStatic</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/hops/codegen/cplan/CodeTemplate.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CodeTemplate</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupCompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupCompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConst.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupConst</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/ColGroupEmpty.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupEmpty</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/ColGroupSDC.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingle.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCSingle</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingleZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCSingleZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCZeros</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/util/CollectionUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">CollectionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.EncoderType.html" title="enum in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoder.EncoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.FeatureHashSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderFeatureHash.FeatureHashSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.PassThroughSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderPassThrough.PassThroughSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderRecode</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/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/CompressedSizeEstimatorUltraSparse.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorUltraSparse</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/instructions/spark/CompressionSPInstruction.CompressionWorkloadFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.CompressionWorkloadFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.SizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.SizeFunction</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/compress/cost/ComputationCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">ComputationCostEstimator</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/hops/cost/ComputeCost.html" title="class in org.apache.sysds.hops.cost" target="classFrame">ComputeCost</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/compress/cost/CostEstimatorBuilder.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">CostEstimatorBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">CostEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.CostType.html" title="enum in org.apache.sysds.runtime.compress.cost" target="classFrame">CostEstimatorFactory.CostType</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/fed/CovarianceFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CovarianceFEDInstruction</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/instructions/fed/CtableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CtableFEDInstruction</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/fed/CumulativeOffsetFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CumulativeOffsetFEDInstruction</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/iogen/CustomProperties.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">CustomProperties</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/runtime/compress/utils/DArrCounts.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DArrCounts</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/DataPartitionFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.BalanceMetrics.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme.BalanceMetrics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.Result.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme.Result</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/privacy/finegrained/DataRange.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">DataRange</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/DblArrayCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArrayCountHashMap</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/compress/utils/DCounts.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DCounts</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/DecoderFactory.DecoderType.html" title="enum in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderFactory.DecoderType</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/lops/DeCompression.html" title="class in org.apache.sysds.lops" target="classFrame">DeCompression</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops" target="classFrame">DeCompression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DeCompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DeCompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DeCompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.DeCompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DeCompressionSPInstruction.DeCompressionFunction</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/util/DependencyTask.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DependencyTask</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyThreadPool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DependencyThreadPool</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyWrapperTask.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DependencyWrapperTask</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/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">DictionaryFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.Type.html" title="enum in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">DictionaryFactory.Type</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/DistinctCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">DistinctCostEstimator</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/compress/DMLCompressionException.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/utils/DMLCompressionStatistics.html" title="class in org.apache.sysds.utils" target="classFrame">DMLCompressionStatistics</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/util/DMVUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DMVUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.LEVEL_ENUM.html" title="enum in org.apache.sysds.runtime.util" target="classFrame">DMVUtils.LEVEL_ENUM</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/runtime/compress/utils/DoubleCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DoubleCountHashMap</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/util/EMAUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">EMAUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="interface in org.apache.sysds.runtime.transform.encode" target="classFrame"><span class="interfaceName">Encoder</span></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/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/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/runtime/compress/estim/EstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">EstimationFactors</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/runtime/controlprogram/federated/ExecutionContextMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">ExecutionContextMap</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/iogen/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FastStringTokenizer</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/hops/cost/FederatedCost.html" title="class in org.apache.sysds.hops.cost" target="classFrame">FederatedCost</a></li>
+<li><a href="org/apache/sysds/hops/cost/FederatedCostEstimator.html" title="class in org.apache.sysds.hops.cost" target="classFrame">FederatedCostEstimator</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/paramserv/dp/FederatedDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">FederatedDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedLocalData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">FederatedPSControlThread</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.RequestType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest.RequestType</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.ResponseType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse.ResponseType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedUDF.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedUDF</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/controlprogram/federated/FederatedWorkerHandlerException.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorkerHandlerException</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.AlignType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.AlignType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FPartitioning.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FPartitioning</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FReplication.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FReplication</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationUtils.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationUtils</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.FederatedOutput.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction.FederatedOutput</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/FileFormatPropertiesHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesLIBSVM</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/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/privacy/finegrained/FineGrainedPrivacy.html" title="interface in org.apache.sysds.runtime.privacy.finegrained" target="classFrame"><span class="interfaceName">FineGrainedPrivacy</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">FineGrainedPrivacyList</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">FineGrainedPrivacyMap</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/runtime/matrix/data/FrameBlock.FrameMapFunction.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock.FrameMapFunction</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/iogen/FrameGenerateReader.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader.FrameReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader.FrameReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader.FrameReaderRowRegularColRegular</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/FrameReaderProto.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderProto</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/FrameWriterProto.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterProto</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/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/parser/FunctionDictionary.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionDictionary</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/iogen/GenerateReader.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">GenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderFrame.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">GenerateReader.GenerateReaderFrame</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderMatrix.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">GenerateReader.GenerateReaderMatrix</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/GPUMemoryEviction.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryEviction</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/io/hdf5/H5.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BTree.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5BTree</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BufferBuilder.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5BufferBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Constants.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5Constants</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ContiguousDataset.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5ContiguousDataset</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataLayoutMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataLayoutMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataSpaceMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataSpaceMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataTypeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataTypeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5DoubleDataType.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5DoubleDataType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5FillValueMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5FillValueMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5GroupSymbolTableNode.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5GroupSymbolTableNode</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5LocalHeap.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5LocalHeap</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5Message.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5Message</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5NilMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5NilMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ObjectHeader.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5ObjectHeader</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5ObjectModificationTimeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5ObjectModificationTimeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RootObject.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5RootObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RuntimeException.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5RuntimeException</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Superblock.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5Superblock</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5SymbolTableEntry.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5SymbolTableEntry</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5SymbolTableMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5SymbolTableMessage</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/cost/HopRel.html" title="class in org.apache.sysds.hops.cost" target="classFrame">HopRel</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/runtime/compress/cost/HybridCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">HybridCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/ICostEstimate.html" title="interface in org.apache.sysds.runtime.compress.cost" target="classFrame"><span class="interfaceName">ICostEstimate</span></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/runtime/instructions/fed/IndexingFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">IndexingFEDInstruction</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/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">InsertionSorterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.SORT_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">InsertionSorterFactory.SORT_TYPE</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/compress/cost/InstructionTypeCounter.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">InstructionTypeCounter</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/IPAPassCompressionWorkloadAnalysis.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassCompressionWorkloadAnalysis</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/hops/ipa/IPAPassReplaceEvalFunctionCalls.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassReplaceEvalFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/IPAPassRewriteFederatedPlan.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">IPAPassRewriteFederatedPlan</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/runtime/controlprogram/paramserv/dp/KeepDataOnWorkerFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">KeepDataOnWorkerFederatedScheme</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/transform/encode/LegacyEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">LegacyEncoder</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/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/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/matrix/data/LibMatrixTercell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixTercell</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/instructions/spark/LIBSVMReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">LIBSVMReblockSPInstruction</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.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/LineageDebugger.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDebugger</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/LineageEstimator.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageEstimatorStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageGPUCacheEviction.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageGPUCacheEviction</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/LineageRecomputeUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageRecomputeUtils</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/privacy/propagation/ListAppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">ListAppendPropagator</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/runtime/io/ListReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ListReader</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListRemovePropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">ListRemovePropagator</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ListWriter</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/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/runtime/compress/colgroup/mapping/MapToBit.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToBit</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToChar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.MAP_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToFactory.MAP_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToInt.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToInt</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/runtime/compress/colgroup/insertionsort/MaterializeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">MaterializeSort</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/compress/colgroup/dictionary/MatrixBlockDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">MatrixBlockDictionary</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/iogen/MatrixGenerateReader.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader.MatrixReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader.MatrixReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader.MatrixReaderRowRegularColRegular</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/privacy/propagation/MatrixMultiplicationPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorNaive.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorNaive</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirst.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorPrivateFirst</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirstOptimized.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorPrivateFirstOptimized</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/runtime/compress/cost/MemoryCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">MemoryCostEstimator</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/runtime/compress/colgroup/insertionsort/MergeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">MergeSort</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/MetaDataAll.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataAll</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/meta/MetaDataUtils.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataUtils</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/runtime/instructions/fed/MMChainFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MMChainFEDInstruction</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/runtime/instructions/fed/MMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MMFEDInstruction</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/compress/bitmap/MultiColBitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">MultiColBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">MultiColumnEncoder</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/fed/MultiReturnParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder</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/compress/colgroup/offset/OffsetByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetChar</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/compress/colgroup/offset/OffsetFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.OFF_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetFactory.OFF_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/Op.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">Op</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/privacy/propagation/OperatorType.html" title="enum in org.apache.sysds.runtime.privacy.propagation" target="classFrame">OperatorType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpMetadata.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">OpMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpNormal.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">OpNormal</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpSided.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">OpSided</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/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.DecodeMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ParameterizedBuiltinFEDInstruction.DecodeMatrix</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.RDDFrameReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction</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.RDDTokenizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTokenizeFunction</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/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.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/util/PorterStemmer.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PorterStemmer</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/runtime/instructions/cp/PrefetchCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">PrefetchCPInstruction</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/propagation/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyUtils.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyUtils</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/privacy/propagation/Propagator.html" title="interface in org.apache.sysds.runtime.privacy.propagation" target="classFrame"><span class="interfaceName">Propagator</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PropagatorMultiReturn.html" title="interface in org.apache.sysds.runtime.privacy.propagation" target="classFrame"><span class="interfaceName">PropagatorMultiReturn</span></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/compress/colgroup/dictionary/QDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">QDictionary</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/fed/QuantilePickFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuantilePickFEDInstruction</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/fed/QuantileSortFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuantileSortFEDInstruction</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/runtime/instructions/fed/QuaternaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryFEDInstruction</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/instructions/fed/QuaternaryWCeMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWCeMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWDivMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWDivMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSigmoidFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWSigmoidFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSLossFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWSLossFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWUMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWUMMFEDInstruction</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/matrix/data/RandomMatrixGenerator.PDF.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">RandomMatrixGenerator.PDF</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/iogen/RawRow.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">RawRow</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/RBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">RBindPropagator</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/readers/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlock.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseMultiBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseMultiBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlock.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseSingleBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseSingleBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparseTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionSparseTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5Parallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.FrameReaderMapping.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ReaderMapping.FrameReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.MatrixReaderMapping.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ReaderMapping.MatrixReaderMapping</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/ReaderWriterFederated.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderWriterFederated</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/fed/ReblockFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReblockFEDInstruction</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/fed/ReorgFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.DiagMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction.DiagMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.Rdiag.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction.Rdiag</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/controlprogram/paramserv/dp/ReplicateToMaxFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ReplicateToMaxFederatedScheme</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/instructions/fed/ReshapeFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReshapeFEDInstruction</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/ResultMergeFrameLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeFrameLocalMemory</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/ResultMergeMatrix.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeMatrix</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/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/RewriteFederatedExecution.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteFederatedExecution</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteFederatedExecution.PrivacyConstraintRetriever.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteFederatedExecution.PrivacyConstraintRetriever</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/RewriteRemoveForLoopEmptySequence.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveForLoopEmptySequence</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/compress/estim/sample/SampleEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SampleEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.EstimationType.html" title="enum in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SampleEstimatorFactory.EstimationType</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/SampleProperties.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">SampleProperties</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/controlprogram/paramserv/dp/ShuffleFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ShuffleFederatedScheme</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/SingletonLookupHashMap.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">SingletonLookupHashMap</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/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.GeneratorAPI.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.GeneratorAPI</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/runtime/codegen/SpoofCUDACellwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDACellwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.DoublePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction.DoublePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.SinglePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction.SinglePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.html" title="interface in org.apache.sysds.runtime.codegen" target="classFrame"><span class="interfaceName">SpoofCUDAOperator</span></a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.PrecisionProxy.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDAOperator.PrecisionProxy</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDARowwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDARowwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/SpoofFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">SpoofFEDInstruction</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.FederatedPSScheme.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.FederatedPSScheme</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.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSRuntimeBalancing</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/controlprogram/paramserv/dp/SubsampleToMinFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">SubsampleToMinFederatedScheme</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/hops/codegen/cplan/cuda/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Ternary</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/runtime/instructions/fed/TernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">TernaryFEDInstruction</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.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/runtime/transform/tokenize/Tokenizer.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">Tokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerFactory.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPost.html" title="interface in org.apache.sysds.runtime.transform.tokenize" target="classFrame"><span class="interfaceName">TokenizerPost</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostCount.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostCount</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostHash.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostPosition</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPre.html" title="interface in org.apache.sysds.runtime.transform.tokenize" target="classFrame"><span class="interfaceName">TokenizerPre</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreNgram.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPreNgram</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreWhitespaceSplit.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPreWhitespaceSplit</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/instructions/cp/TriggerBroadcastTask.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TriggerBroadcastTask</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TriggerRDDOperationsTask.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TriggerRDDOperationsTask</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/fed/TsmmFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">TsmmFEDInstruction</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.FunctionBlock.html" title="interface in org.apache.sysds.common" target="classFrame"><span class="interfaceName">Types.FunctionBlock</span></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/hops/codegen/cplan/cuda/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Unary</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/fed/UnaryMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">UnaryMatrixFEDInstruction</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/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/controlprogram/caching/UnifiedMemoryManager.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">UnifiedMemoryManager</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/compress/utils/Util.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">Util</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/io/hdf5/Utils.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">Utils</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/iogen/ValueTrimFormat.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ValueTrimFormat</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/runtime/instructions/fed/VariableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">VariableFEDInstruction</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/compress/workload/WorkloadAnalyzer.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WorkloadAnalyzer</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/WriterHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5Parallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterHDF5Parallel</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/compress/workload/WTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeRoot.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WTreeRoot</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/content/docs/2.2.0/api/java/allclasses-noframe.html b/content/docs/2.2.0/api/java/allclasses-noframe.html
new file mode 100644
index 0000000..1c2b215
--- /dev/null
+++ b/content/docs/2.2.0/api/java/allclasses-noframe.html
@@ -0,0 +1,1542 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.2.0 API)</title>
+<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/bitmap/ABitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap">ABitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup">AColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup">AColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/AColumnCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode">AColumnCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/ADictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">ADictionary</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/instructions/fed/AggregateTernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateTernaryFEDInstruction</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/compress/colgroup/insertionsort/AInsertionSorter.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">AInsertionSorter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">AIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/AMapToData.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">AMapToData</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/runtime/compress/colgroup/offset/AOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">AOffset</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/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/runtime/privacy/propagation/AppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">AppendPropagator</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/util/AutoDiff.html" title="class in org.apache.sysds.runtime.util">AutoDiff</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload">AWTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.WTNodeType.html" title="enum in org.apache.sysds.runtime.compress.workload">AWTreeNode.WTNodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/BalanceToAvgFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">BalanceToAvgFederatedScheme</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/hops/codegen/cplan/cuda/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Binary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Binary</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/runtime/instructions/cp/BinaryFrameMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFrameScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryFrameScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameScalarSPInstruction</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/fed/BinaryMatrixMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryMatrixMatrixFEDInstruction</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/bitmap/Bitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap">Bitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress.bitmap">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/runtime/lineage/BooleanArray32.html" title="class in org.apache.sysds.runtime.lineage">BooleanArray32</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/cp/BroadcastCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BroadcastCPInstruction</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/fed/CastFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CastFEDInstruction</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/privacy/propagation/CBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">CBindPropagator</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/fed/CentralMomentFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CentralMomentFEDInstruction</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/runtime/privacy/CheckedConstraintsLog.html" title="class in org.apache.sysds.runtime.privacy">CheckedConstraintsLog</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/compress/lib/CLALibAppend.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibAppend</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibBinaryCellOp.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibBinaryCellOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibCompAgg.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibCompAgg</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibDecompress.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibDecompress</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibLeftMultBy.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibLeftMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibReExpand.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibReExpand</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRightMultBy.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibRightMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibScalar.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibScalar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibSquash.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibSquash</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUnary.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibUnary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUtils.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibUtils</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/compress/cocode/CoCodeBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeGreedy.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeGreedy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeHybrid.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeHybrid</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodePriorityQue.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodePriorityQue</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode">CoCoderFactory.PartitionerType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeStatic.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeStatic</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/hops/codegen/cplan/CodeTemplate.html" title="class in org.apache.sysds.hops.codegen.cplan">CodeTemplate</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupCompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupCompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConst.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupConst</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/ColGroupEmpty.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupEmpty</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/ColGroupSDC.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingle.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCSingle</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingleZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCSingleZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCZeros</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/util/CollectionUtils.html" title="class in org.apache.sysds.runtime.util">CollectionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.EncoderType.html" title="enum in org.apache.sysds.runtime.transform.encode">ColumnEncoder.EncoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.FeatureHashSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderFeatureHash.FeatureHashSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.PassThroughSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderPassThrough.PassThroughSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderRecode</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/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/CompressedSizeEstimatorUltraSparse.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorUltraSparse</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/instructions/spark/CompressionSPInstruction.CompressionWorkloadFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.CompressionWorkloadFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.SizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.SizeFunction</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/compress/cost/ComputationCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">ComputationCostEstimator</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/hops/cost/ComputeCost.html" title="class in org.apache.sysds.hops.cost">ComputeCost</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/compress/cost/CostEstimatorBuilder.html" title="class in org.apache.sysds.runtime.compress.cost">CostEstimatorBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.cost">CostEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.CostType.html" title="enum in org.apache.sysds.runtime.compress.cost">CostEstimatorFactory.CostType</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/fed/CovarianceFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CovarianceFEDInstruction</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/instructions/fed/CtableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CtableFEDInstruction</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/fed/CumulativeOffsetFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CumulativeOffsetFEDInstruction</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/iogen/CustomProperties.html" title="class in org.apache.sysds.runtime.iogen">CustomProperties</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/runtime/compress/utils/DArrCounts.html" title="class in org.apache.sysds.runtime.compress.utils">DArrCounts</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/DataPartitionFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.BalanceMetrics.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme.BalanceMetrics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.Result.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme.Result</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/privacy/finegrained/DataRange.html" title="class in org.apache.sysds.runtime.privacy.finegrained">DataRange</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/DblArrayCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DblArrayCountHashMap</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/compress/utils/DCounts.html" title="class in org.apache.sysds.runtime.compress.utils">DCounts</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/DecoderFactory.DecoderType.html" title="enum in org.apache.sysds.runtime.transform.decode">DecoderFactory.DecoderType</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/lops/DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops">DeCompression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DeCompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DeCompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">DeCompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.DeCompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">DeCompressionSPInstruction.DeCompressionFunction</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/util/DependencyTask.html" title="class in org.apache.sysds.runtime.util">DependencyTask</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyThreadPool.html" title="class in org.apache.sysds.runtime.util">DependencyThreadPool</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyWrapperTask.html" title="class in org.apache.sysds.runtime.util">DependencyWrapperTask</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/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">DictionaryFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.Type.html" title="enum in org.apache.sysds.runtime.compress.colgroup.dictionary">DictionaryFactory.Type</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/DistinctCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">DistinctCostEstimator</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/compress/DMLCompressionException.html" title="class in org.apache.sysds.runtime.compress">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/utils/DMLCompressionStatistics.html" title="class in org.apache.sysds.utils">DMLCompressionStatistics</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/util/DMVUtils.html" title="class in org.apache.sysds.runtime.util">DMVUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.LEVEL_ENUM.html" title="enum in org.apache.sysds.runtime.util">DMVUtils.LEVEL_ENUM</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/runtime/compress/utils/DoubleCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DoubleCountHashMap</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/util/EMAUtils.html" title="class in org.apache.sysds.runtime.util">EMAUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="interface in org.apache.sysds.runtime.transform.encode"><span class="interfaceName">Encoder</span></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/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/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/runtime/compress/estim/EstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim">EstimationFactors</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/runtime/controlprogram/federated/ExecutionContextMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated">ExecutionContextMap</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/iogen/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.iogen">FastStringTokenizer</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/hops/cost/FederatedCost.html" title="class in org.apache.sysds.hops.cost">FederatedCost</a></li>
+<li><a href="org/apache/sysds/hops/cost/FederatedCostEstimator.html" title="class in org.apache.sysds.hops.cost">FederatedCostEstimator</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/paramserv/dp/FederatedDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">FederatedDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedLocalData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">FederatedPSControlThread</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.RequestType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest.RequestType</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.ResponseType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse.ResponseType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedUDF.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedUDF</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/controlprogram/federated/FederatedWorkerHandlerException.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorkerHandlerException</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederationMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.AlignType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.AlignType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FPartitioning.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FPartitioning</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FReplication.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FReplication</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationUtils.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederationUtils</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.FederatedOutput.html" title="enum in org.apache.sysds.runtime.instructions.fed">FEDInstruction.FederatedOutput</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/FileFormatPropertiesHDF5.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesLIBSVM.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesLIBSVM</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/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/privacy/finegrained/FineGrainedPrivacy.html" title="interface in org.apache.sysds.runtime.privacy.finegrained"><span class="interfaceName">FineGrainedPrivacy</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.html" title="class in org.apache.sysds.runtime.privacy.finegrained">FineGrainedPrivacyList</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.html" title="class in org.apache.sysds.runtime.privacy.finegrained">FineGrainedPrivacyMap</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/runtime/matrix/data/FrameBlock.FrameMapFunction.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock.FrameMapFunction</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/iogen/FrameGenerateReader.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader.FrameReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader.FrameReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader.FrameReaderRowRegularColRegular</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/FrameReaderProto.html" title="class in org.apache.sysds.runtime.io">FrameReaderProto</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/FrameWriterProto.html" title="class in org.apache.sysds.runtime.io">FrameWriterProto</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/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/parser/FunctionDictionary.html" title="class in org.apache.sysds.parser">FunctionDictionary</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/iogen/GenerateReader.html" title="class in org.apache.sysds.runtime.iogen">GenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderFrame.html" title="class in org.apache.sysds.runtime.iogen">GenerateReader.GenerateReaderFrame</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderMatrix.html" title="class in org.apache.sysds.runtime.iogen">GenerateReader.GenerateReaderMatrix</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/GPUMemoryEviction.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryEviction</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/io/hdf5/H5.html" title="class in org.apache.sysds.runtime.io.hdf5">H5</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BTree.html" title="class in org.apache.sysds.runtime.io.hdf5">H5BTree</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BufferBuilder.html" title="class in org.apache.sysds.runtime.io.hdf5">H5BufferBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Constants.html" title="class in org.apache.sysds.runtime.io.hdf5">H5Constants</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ContiguousDataset.html" title="class in org.apache.sysds.runtime.io.hdf5">H5ContiguousDataset</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataLayoutMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataLayoutMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataSpaceMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataSpaceMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataTypeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataTypeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5DoubleDataType.html" title="class in org.apache.sysds.runtime.io.hdf5">H5DoubleDataType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5FillValueMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5FillValueMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5GroupSymbolTableNode.html" title="class in org.apache.sysds.runtime.io.hdf5">H5GroupSymbolTableNode</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5LocalHeap.html" title="class in org.apache.sysds.runtime.io.hdf5">H5LocalHeap</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5Message.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5Message</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5NilMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5NilMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ObjectHeader.html" title="class in org.apache.sysds.runtime.io.hdf5">H5ObjectHeader</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5ObjectModificationTimeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5ObjectModificationTimeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RootObject.html" title="class in org.apache.sysds.runtime.io.hdf5">H5RootObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RuntimeException.html" title="class in org.apache.sysds.runtime.io.hdf5">H5RuntimeException</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Superblock.html" title="class in org.apache.sysds.runtime.io.hdf5">H5Superblock</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5SymbolTableEntry.html" title="class in org.apache.sysds.runtime.io.hdf5">H5SymbolTableEntry</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5SymbolTableMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5SymbolTableMessage</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/cost/HopRel.html" title="class in org.apache.sysds.hops.cost">HopRel</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/runtime/compress/cost/HybridCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">HybridCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/ICostEstimate.html" title="interface in org.apache.sysds.runtime.compress.cost"><span class="interfaceName">ICostEstimate</span></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/runtime/instructions/fed/IndexingFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">IndexingFEDInstruction</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/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">InsertionSorterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.SORT_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.insertionsort">InsertionSorterFactory.SORT_TYPE</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/compress/cost/InstructionTypeCounter.html" title="class in org.apache.sysds.runtime.compress.cost">InstructionTypeCounter</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/IPAPassCompressionWorkloadAnalysis.html" title="class in org.apache.sysds.hops.ipa">IPAPassCompressionWorkloadAnalysis</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/hops/ipa/IPAPassReplaceEvalFunctionCalls.html" title="class in org.apache.sysds.hops.ipa">IPAPassReplaceEvalFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/IPAPassRewriteFederatedPlan.html" title="class in org.apache.sysds.hops.rewrite">IPAPassRewriteFederatedPlan</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/runtime/controlprogram/paramserv/dp/KeepDataOnWorkerFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">KeepDataOnWorkerFederatedScheme</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/transform/encode/LegacyEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">LegacyEncoder</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/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/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/matrix/data/LibMatrixTercell.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixTercell</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/instructions/spark/LIBSVMReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">LIBSVMReblockSPInstruction</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.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/LineageDebugger.html" title="class in org.apache.sysds.runtime.lineage">LineageDebugger</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/LineageEstimator.html" title="class in org.apache.sysds.runtime.lineage">LineageEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.html" title="class in org.apache.sysds.runtime.lineage">LineageEstimatorStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageGPUCacheEviction.html" title="class in org.apache.sysds.runtime.lineage">LineageGPUCacheEviction</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/LineageRecomputeUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageRecomputeUtils</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/privacy/propagation/ListAppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">ListAppendPropagator</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/runtime/io/ListReader.html" title="class in org.apache.sysds.runtime.io">ListReader</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListRemovePropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">ListRemovePropagator</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListWriter.html" title="class in org.apache.sysds.runtime.io">ListWriter</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/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/runtime/compress/colgroup/mapping/MapToBit.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToBit</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToChar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.MAP_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.mapping">MapToFactory.MAP_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToInt.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToInt</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/runtime/compress/colgroup/insertionsort/MaterializeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">MaterializeSort</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/compress/colgroup/dictionary/MatrixBlockDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">MatrixBlockDictionary</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/iogen/MatrixGenerateReader.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader.MatrixReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader.MatrixReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader.MatrixReaderRowRegularColRegular</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/privacy/propagation/MatrixMultiplicationPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorNaive.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorNaive</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirst.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorPrivateFirst</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirstOptimized.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorPrivateFirstOptimized</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/runtime/compress/cost/MemoryCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">MemoryCostEstimator</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/runtime/compress/colgroup/insertionsort/MergeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">MergeSort</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/MetaDataAll.html" title="class in org.apache.sysds.runtime.meta">MetaDataAll</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/meta/MetaDataUtils.html" title="class in org.apache.sysds.runtime.meta">MetaDataUtils</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/runtime/instructions/fed/MMChainFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MMChainFEDInstruction</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/runtime/instructions/fed/MMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MMFEDInstruction</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/compress/bitmap/MultiColBitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap">MultiColBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">MultiColumnEncoder</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/fed/MultiReturnParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder</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/compress/colgroup/offset/OffsetByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetChar</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/compress/colgroup/offset/OffsetFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.OFF_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.offset">OffsetFactory.OFF_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/Op.html" title="class in org.apache.sysds.runtime.compress.workload">Op</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/privacy/propagation/OperatorType.html" title="enum in org.apache.sysds.runtime.privacy.propagation">OperatorType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpMetadata.html" title="class in org.apache.sysds.runtime.compress.workload">OpMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpNormal.html" title="class in org.apache.sysds.runtime.compress.workload">OpNormal</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpSided.html" title="class in org.apache.sysds.runtime.compress.workload">OpSided</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/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.DecodeMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed">ParameterizedBuiltinFEDInstruction.DecodeMatrix</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.RDDFrameReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction</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.RDDTokenizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTokenizeFunction</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/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.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/util/PorterStemmer.html" title="class in org.apache.sysds.runtime.util">PorterStemmer</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/runtime/instructions/cp/PrefetchCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">PrefetchCPInstruction</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/propagation/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyUtils.html" title="class in org.apache.sysds.runtime.privacy">PrivacyUtils</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/privacy/propagation/Propagator.html" title="interface in org.apache.sysds.runtime.privacy.propagation"><span class="interfaceName">Propagator</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PropagatorMultiReturn.html" title="interface in org.apache.sysds.runtime.privacy.propagation"><span class="interfaceName">PropagatorMultiReturn</span></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/compress/colgroup/dictionary/QDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">QDictionary</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/fed/QuantilePickFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuantilePickFEDInstruction</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/fed/QuantileSortFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuantileSortFEDInstruction</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/runtime/instructions/fed/QuaternaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryFEDInstruction</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/instructions/fed/QuaternaryWCeMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWCeMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWDivMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWDivMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSigmoidFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWSigmoidFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSLossFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWSLossFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWUMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWUMMFEDInstruction</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/matrix/data/RandomMatrixGenerator.PDF.html" title="enum in org.apache.sysds.runtime.matrix.data">RandomMatrixGenerator.PDF</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/iogen/RawRow.html" title="class in org.apache.sysds.runtime.iogen">RawRow</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/RBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">RBindPropagator</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/readers/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlock.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseMultiBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseMultiBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlock.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseSingleBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseSingleBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparseTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionSparseTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5.html" title="class in org.apache.sysds.runtime.io">ReaderHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5Parallel.html" title="class in org.apache.sysds.runtime.io">ReaderHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.html" title="class in org.apache.sysds.runtime.iogen">ReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.FrameReaderMapping.html" title="class in org.apache.sysds.runtime.iogen">ReaderMapping.FrameReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.MatrixReaderMapping.html" title="class in org.apache.sysds.runtime.iogen">ReaderMapping.MatrixReaderMapping</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/ReaderWriterFederated.html" title="class in org.apache.sysds.runtime.io">ReaderWriterFederated</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/fed/ReblockFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReblockFEDInstruction</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/fed/ReorgFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.DiagMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction.DiagMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.Rdiag.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction.Rdiag</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/controlprogram/paramserv/dp/ReplicateToMaxFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ReplicateToMaxFederatedScheme</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/instructions/fed/ReshapeFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReshapeFEDInstruction</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/ResultMergeFrameLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeFrameLocalMemory</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/ResultMergeMatrix.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeMatrix</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/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/RewriteFederatedExecution.html" title="class in org.apache.sysds.hops.rewrite">RewriteFederatedExecution</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteFederatedExecution.PrivacyConstraintRetriever.html" title="class in org.apache.sysds.hops.rewrite">RewriteFederatedExecution.PrivacyConstraintRetriever</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/RewriteRemoveForLoopEmptySequence.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveForLoopEmptySequence</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/compress/estim/sample/SampleEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim.sample">SampleEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.EstimationType.html" title="enum in org.apache.sysds.runtime.compress.estim.sample">SampleEstimatorFactory.EstimationType</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/SampleProperties.html" title="class in org.apache.sysds.runtime.iogen">SampleProperties</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/controlprogram/paramserv/dp/ShuffleFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ShuffleFederatedScheme</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/SingletonLookupHashMap.html" title="class in org.apache.sysds.runtime.compress">SingletonLookupHashMap</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/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.GeneratorAPI.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.GeneratorAPI</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/runtime/codegen/SpoofCUDACellwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDACellwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.DoublePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction.DoublePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.SinglePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction.SinglePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.html" title="interface in org.apache.sysds.runtime.codegen"><span class="interfaceName">SpoofCUDAOperator</span></a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.PrecisionProxy.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDAOperator.PrecisionProxy</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDARowwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDARowwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/SpoofFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">SpoofFEDInstruction</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.FederatedPSScheme.html" title="enum in org.apache.sysds.parser">Statement.FederatedPSScheme</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.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser">Statement.PSRuntimeBalancing</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/controlprogram/paramserv/dp/SubsampleToMinFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">SubsampleToMinFederatedScheme</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/hops/codegen/cplan/cuda/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Ternary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Ternary</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/runtime/instructions/fed/TernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">TernaryFEDInstruction</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.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/runtime/transform/tokenize/Tokenizer.html" title="class in org.apache.sysds.runtime.transform.tokenize">Tokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerFactory.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPost.html" title="interface in org.apache.sysds.runtime.transform.tokenize"><span class="interfaceName">TokenizerPost</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostCount.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostCount</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostHash.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostPosition</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPre.html" title="interface in org.apache.sysds.runtime.transform.tokenize"><span class="interfaceName">TokenizerPre</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreNgram.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPreNgram</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreWhitespaceSplit.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPreWhitespaceSplit</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/instructions/cp/TriggerBroadcastTask.html" title="class in org.apache.sysds.runtime.instructions.cp">TriggerBroadcastTask</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TriggerRDDOperationsTask.html" title="class in org.apache.sysds.runtime.instructions.cp">TriggerRDDOperationsTask</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/fed/TsmmFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">TsmmFEDInstruction</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.FunctionBlock.html" title="interface in org.apache.sysds.common"><span class="interfaceName">Types.FunctionBlock</span></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/hops/codegen/cplan/cuda/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Unary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Unary</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/fed/UnaryMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">UnaryMatrixFEDInstruction</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/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/controlprogram/caching/UnifiedMemoryManager.html" title="class in org.apache.sysds.runtime.controlprogram.caching">UnifiedMemoryManager</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/compress/utils/Util.html" title="class in org.apache.sysds.runtime.compress.utils">Util</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/io/hdf5/Utils.html" title="class in org.apache.sysds.runtime.io.hdf5">Utils</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/iogen/ValueTrimFormat.html" title="class in org.apache.sysds.runtime.iogen">ValueTrimFormat</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/runtime/instructions/fed/VariableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">VariableFEDInstruction</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/compress/workload/WorkloadAnalyzer.html" title="class in org.apache.sysds.runtime.compress.workload">WorkloadAnalyzer</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/WriterHDF5.html" title="class in org.apache.sysds.runtime.io">WriterHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5Parallel.html" title="class in org.apache.sysds.runtime.io">WriterHDF5Parallel</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/compress/workload/WTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload">WTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeRoot.html" title="class in org.apache.sysds.runtime.compress.workload">WTreeRoot</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/content/docs/2.2.0/api/java/constant-values.html b/content/docs/2.2.0/api/java/constant-values.html
new file mode 100644
index 0000000..f001b6b
--- /dev/null
+++ b/content/docs/2.2.0/api/java/constant-values.html
@@ -0,0 +1,6596 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (SystemDS 2.2.0 API)</title>
+<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.2.0 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_API">
+<!--   -->
+</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_API">CODEGEN_API</a></code></td>
+<td class="colLast"><code>"sysds.codegen.api"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPILERASSISTED_RW">
+<!--   -->
+</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#COMPILERASSISTED_RW">COMPILERASSISTED_RW</a></code></td>
+<td class="colLast"><code>"sysds.lineage.compilerassisted"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_COCODE">
+<!--   -->
+</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_COCODE">COMPRESSED_COCODE</a></code></td>
+<td class="colLast"><code>"sysds.compressed.cocode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_COST_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/conf/DMLConfig.html#COMPRESSED_COST_MODEL">COMPRESSED_COST_MODEL</a></code></td>
+<td class="colLast"><code>"sysds.compressed.costmodel"</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.COMPRESSED_LOSSY">
+<!--   -->
+</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_LOSSY">COMPRESSED_LOSSY</a></code></td>
+<td class="colLast"><code>"sysds.compressed.lossy"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_OVERLAPPING">
+<!--   -->
+</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_OVERLAPPING">COMPRESSED_OVERLAPPING</a></code></td>
+<td class="colLast"><code>"sysds.compressed.overlapping"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_SAMPLING_RATIO">
+<!--   -->
+</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_SAMPLING_RATIO">COMPRESSED_SAMPLING_RATIO</a></code></td>
+<td class="colLast"><code>"sysds.compressed.sampling.ratio"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_TRANSPOSE">
+<!--   -->
+</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_TRANSPOSE">COMPRESSED_TRANSPOSE</a></code></td>
+<td class="colLast"><code>"sysds.compressed.transpose"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_VALID_COMPRESSIONS">
+<!--   -->
+</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_VALID_COMPRESSIONS">COMPRESSED_VALID_COMPRESSIONS</a></code></td>
+<td class="colLast"><code>"sysds.compressed.valid.compressions"</code></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT">
+<!--   -->
+</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_INITIALIZATION_TIMEOUT">DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT</a></code></td>
+<td class="colLast"><code>"sysds.federated.initialization.timeout"</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;int</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;int</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>2</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.LINEAGECACHESPILL">
+<!--   -->
+</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#LINEAGECACHESPILL">LINEAGECACHESPILL</a></code></td>
+<td class="colLast"><code>"sysds.lineage.cachespill"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PARALLEL_ENCODE">
+<!--   -->
+</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#PARALLEL_ENCODE">PARALLEL_ENCODE</a></code></td>
+<td class="colLast"><code>"sysds.parallel.encode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PARALLEL_ENCODE_APPLY_BLOCKS">
+<!--   -->
+</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#PARALLEL_ENCODE_APPLY_BLOCKS">PARALLEL_ENCODE_APPLY_BLOCKS</a></code></td>
+<td class="colLast"><code>"sysds.parallel.encode.applyBlocks"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PARALLEL_ENCODE_BUILD_BLOCKS">
+<!--   -->
+</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#PARALLEL_ENCODE_BUILD_BLOCKS">PARALLEL_ENCODE_BUILD_BLOCKS</a></code></td>
+<td class="colLast"><code>"sysds.parallel.encode.buildBlocks"</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>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.USE_LOCAL_SPARK_CONFIG">
+<!--   -->
+</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#USE_LOCAL_SPARK_CONFIG">USE_LOCAL_SPARK_CONFIG</a></code></td>
+<td class="colLast"><code>"sysds.local.spark"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.USE_SSL_FEDERATED_COMMUNICATION">
+<!--   -->
+</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#USE_SSL_FEDERATED_COMMUNICATION">USE_SSL_FEDERATED_COMMUNICATION</a></code></td>
+<td class="colLast"><code>"sysds.federated.ssl"</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.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/hops/FunctionOp.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"fcall"</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.ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND">ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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.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="rowColor">
+<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="altColor">
+<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.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.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/DataGen.html#FRAME_OPCODE">FRAME_OPCODE</a></code></td>
+<td class="colLast"><code>"frame"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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/DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</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.DeCompression.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/DeCompression.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"decompress"</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.DEFAULT_LIBSVM_INDEX_DELIM">
+<!--   -->
+</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_LIBSVM_INDEX_DELIM">DEFAULT_LIBSVM_INDEX_DELIM</a></code></td>
+<td class="colLast"><code>":"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_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#DEFAULT_NA_STRINGS">DEFAULT_NA_STRINGS</a></code></td>
+<td class="colLast"><code>""</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_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#DEFAULT_SCHEMAPARAM">DEFAULT_SCHEMAPARAM</a></code></td>
+<td class="colLast"><code>"NULL"</code></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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>"naStrings"</code></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FINE_GRAINED_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#FINE_GRAINED_PRIVACY">FINE_GRAINED_PRIVACY</a></code></td>
+<td class="colLast"><code>"fine_grained_privacy"</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.HDF5_DATASET_NAME">
+<!--   -->
+</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#HDF5_DATASET_NAME">HDF5_DATASET_NAME</a></code></td>
+<td class="colLast"><code>"dataset"</code></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.LIBSVM_INDEX_DELIM">
+<!--   -->
+</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#LIBSVM_INDEX_DELIM">LIBSVM_INDEX_DELIM</a></code></td>
+<td class="colLast"><code>"indSep"</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.BUILTIN_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#BUILTIN_NAMESPACE">BUILTIN_NAMESPACE</a></code></td>
+<td class="colLast"><code>".builtinNS"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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.LINEAGE_TRACE">
+<!--   -->
+</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#LINEAGE_TRACE">LINEAGE_TRACE</a></code></td>
+<td class="colLast"><code>"lineage"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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_FED_AGGREGATION_FNAME">
+<!--   -->
+</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_FED_AGGREGATION_FNAME">PS_FED_AGGREGATION_FNAME</a></code></td>
+<td class="colLast"><code>"1701-NCC-aggregation_fname"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_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_FED_BATCH_SIZE">PS_FED_BATCH_SIZE</a></code></td>
+<td class="colLast"><code>"1701-NCC-batch_size"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_DATA_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_FED_DATA_SIZE">PS_FED_DATA_SIZE</a></code></td>
+<td class="colLast"><code>"1701-NCC-data_size"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_GRADIENTS_FNAME">
+<!--   -->
+</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_FED_GRADIENTS_FNAME">PS_FED_GRADIENTS_FNAME</a></code></td>
+<td class="colLast"><code>"1701-NCC-gradients_fname"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_MODEL_VARID">
+<!--   -->
+</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_FED_MODEL_VARID">PS_FED_MODEL_VARID</a></code></td>
+<td class="colLast"><code>"1701-NCC-model_varid"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_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/Statement.html#PS_FED_NAMESPACE">PS_FED_NAMESPACE</a></code></td>
+<td class="colLast"><code>"1701-NCC-namespace"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_POSS_BATCHES_LOCAL">
+<!--   -->
+</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_FED_POSS_BATCHES_LOCAL">PS_FED_POSS_BATCHES_LOCAL</a></code></td>
+<td class="colLast"><code>"1701-NCC-poss_batches_local"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_RUNTIME_BALANCING">
+<!--   -->
+</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_FED_RUNTIME_BALANCING">PS_FED_RUNTIME_BALANCING</a></code></td>
+<td class="colLast"><code>"runtime_balancing"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_WEIGHTING">
+<!--   -->
+</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_FED_WEIGHTING">PS_FED_WEIGHTING</a></code></td>
+<td class="colLast"><code>"weighting"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODELAVG">
+<!--   -->
+</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_MODELAVG">PS_MODELAVG</a></code></td>
+<td class="colLast"><code>"modelAvg"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_NBATCHES">
+<!--   -->
+</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_NBATCHES">PS_NBATCHES</a></code></td>
+<td class="colLast"><code>"nbatches"</code></td>
+</tr>
+<tr class="rowColor">
+<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="altColor">
+<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="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_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/Statement.html#PS_SEED">PS_SEED</a></code></td>
+<td class="colLast"><code>"seed"</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_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_VAL_FUN">PS_VAL_FUN</a></code></td>
+<td class="colLast"><code>"val"</code></td>
+</tr>
+<tr class="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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="altColor">
+<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="rowColor">
+<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">
+<!--   -->
... 1178485 lines suppressed ...