.. _auto_matrix_scalaradd: *COMPUTJE THE SUM OF TWO MATRICES* ================================== Computes the element-wise sum of two matrices of identical dimensions. Use this worker whenever you need to add two matrices together within a workflow pipeline. When to use ----------- Classification: **process**. Tagged: ``addition``, ``element-wise``, ``linear_algebra``, ``matrix``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Matrix 1 - matrix1 - matrix - — - - First input matrix (numeric, any MxN shape); must share identical dimensions with Matrix 2. * - Matrix 2 - matrix2 - matrix - — - - Second input matrix (numeric, same MxN shape as Matrix 1) to be added element-wise to Matrix 1. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - matrix_scalaradd_output_1 - matrix_scalaradd_output_1 - matrix - Resulting MxN matrix whose each element is the sum of the corresponding elements from Matrix 1 and Matrix 2. Disciplines ----------- - data.dataset.transform .. raw:: html
Auto-generated from transformation schema. Worker id: matrix_scalaradd. Schema hash: cfe7a902ae71. Hand-curated docs in workerexamples/ override this page when present.