Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 542 Bytes

File metadata and controls

23 lines (13 loc) · 542 Bytes

Home > @josh-brown/vector > FloatMatrix > adjoint

FloatMatrix.adjoint() method

Returns the adjoint of the matrix

Signature:

adjoint(): Matrix<number>;

Returns:

Matrix<number>

The adjoint

Remarks

The adjoint of a matrix A is the conjugate of the transpose of A