Click or drag to resize
CSMatAdj Method
Computes the adjoint (complex conjugate transpose) of this matrix.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Adj : unit -> CSMat 

Return Value

Type: CSMat
A new matrix that is the adjoint of this matrix
See Also