Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
This is the complete list of members for Matrix\Functions, including all inherited members.
adjoint($matrix) | Matrix\Functions | static |
antidiagonal($matrix) | Matrix\Functions | static |
cofactors($matrix) | Matrix\Functions | static |
determinant($matrix) | Matrix\Functions | static |
diagonal($matrix) | Matrix\Functions | static |
getMinors(Matrix $matrix) | Matrix\Functions | protectedstatic |
identity($matrix) | Matrix\Functions | static |
inverse($matrix, string $type='inverse') | Matrix\Functions | static |
minors($matrix) | Matrix\Functions | static |
trace($matrix) | Matrix\Functions | static |
transpose($matrix) | Matrix\Functions | static |