ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
execute ($value) | |
Execute the addition. More... | |
![]() | |
__construct (Matrix $matrix) | |
Create an new handler object for the operation. More... | |
result () | |
Return the result of the operation. More... | |
Private Member Functions | |
directSumMatrix ($value) | |
Execute the direct sum for a matrix. More... | |
Additional Inherited Members | |
![]() | |
validateMatchingDimensions (Matrix $matrix) | |
Compare the dimensions of the matrices being operated on to see if they are valid for addition/subtraction. More... | |
validateReflectingDimensions (Matrix $matrix) | |
Compare the dimensions of the matrices being operated on to see if they are valid for multiplication/division. More... | |
![]() | |
$matrix | |
$rows | |
Number of rows in the matrix. More... | |
$columns | |
Number of columns in the matrix. More... | |
Definition at line 8 of file DirectSum.php.
|
private |
Execute the direct sum for a matrix.
Matrix | $value | The numeric value to concatenate/direct sum with the current base value |
Definition at line 36 of file DirectSum.php.
References $row, and Matrix\Operators\Operator\$rows.
Referenced by Matrix\Operators\DirectSum\execute().
Matrix\Operators\DirectSum::execute | ( | $value | ) |
Execute the addition.
mixed | $value | The matrix or numeric value to add to the current base value |
Exception | If the provided argument is not appropriate for the operation |
Definition at line 17 of file DirectSum.php.
References Matrix\Operators\DirectSum\directSumMatrix().