|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Matrix\Operators\DirectSum:
Collaboration diagram for Matrix\Operators\DirectSum:Public Member Functions | |
| execute ($value) | |
| Execute the addition. More... | |
Public Member Functions inherited from Matrix\Operators\Operator | |
| __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 | |
Protected Member Functions inherited from Matrix\Operators\Operator | |
| 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... | |
Protected Attributes inherited from Matrix\Operators\Operator | |
| $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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function: