Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
This is the complete list of members for Matrix, including all inherited members.
$a (defined in Matrix) | Matrix | protected |
$b (defined in Matrix) | Matrix | protected |
$c (defined in Matrix) | Matrix | protected |
$columns (defined in Matrix) | Matrix | protected |
$d (defined in Matrix) | Matrix | protected |
$e (defined in Matrix) | Matrix | protected |
$f (defined in Matrix) | Matrix | protected |
$functions (defined in Matrix) | Matrix | protectedstatic |
$getters (defined in Matrix) | Matrix | protectedstatic |
$grid (defined in Matrix) | Matrix | protected |
$operations (defined in Matrix) | Matrix | protectedstatic |
$rows (defined in Matrix) | Matrix | protected |
__call(string $functionName, $arguments) | Matrix | |
__construct(array $grid) (defined in Matrix) | Matrix | |
__construct($a=1, $b=0, $c=0, $d=1, $e=0, $f=0) | Matrix | |
__get(string $propertyName) | Matrix | |
buildFromArray(array $grid) (defined in Matrix) | Matrix | protected |
columns() | Matrix | |
dropColumns(int $column, int $columnCount=1) | Matrix | |
dropRows(int $row, int $rowCount=1) | Matrix | |
getColumns(int $column, int $columnCount=1) | Matrix | |
getRows(int $row, int $rowCount=1) | Matrix | |
getValue(int $row, int $column) | Matrix | |
getValues() | Matrix | |
isSquare() | Matrix | |
isVector() | Matrix | |
multiply(self $by) | Matrix | |
rows() | Matrix | |
solve(Matrix $B) | Matrix | |
toArray() | Matrix | |
validateColumn(int $column) | Matrix | static |
validateColumnInRange(int $column) | Matrix | protected |
validateRow(int $row) | Matrix | static |
validateRowInRange(int $row) | Matrix | protected |