Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
This is the complete list of members for Matrix\Operators\Multiplication, including all inherited members.
$columns | Matrix\Operators\Operator | protected |
$matrix (defined in Matrix\Operators\Operator) | Matrix\Operators\Operator | protected |
$rows | Matrix\Operators\Operator | protected |
__construct(Matrix $matrix) | Matrix\Operators\Operator | |
execute($value, string $type='multiplication') (defined in Matrix\Operators\Multiplication) | Matrix\Operators\Multiplication | |
multiplyMatrix(Matrix $value, string $type='multiplication') | Matrix\Operators\Multiplication | protected |
multiplyScalar($value, string $type='multiplication') | Matrix\Operators\Multiplication | protected |
result() | Matrix\Operators\Operator | |
validateMatchingDimensions(Matrix $matrix) | Matrix\Operators\Operator | protected |
validateReflectingDimensions(Matrix $matrix) | Matrix\Operators\Operator | protected |