adjoint()
adjoint(\Matrix\Matrix $matrix) : \Matrix\Matrix
Return the adjoint of this matrix The adjugate, classical adjoint, or adjunct of a square matrix is the transpose of its cofactor matrix.
The adjugate has sometimes been called the "adjoint", but today the "adjoint" of a matrix normally refers to its corresponding adjoint operator, which is its conjugate transpose.
Parameters
\Matrix\Matrix | $matrix | The matrix whose adjoint we wish to calculate |
Throws
- \Matrix\Exception