Returns the conjugate transpose of this instance.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual ComplexMatrix Conjugate()
Public Overridable Function Conjugate As ComplexMatrix
public:
virtual ComplexMatrix^ Conjugate()
abstract Conjugate : unit -> ComplexMatrix
override Conjugate : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixA
ComplexMatrix representing the
conjugate transpose of this
ComplexMatrix.
Each component is the conjugate
of the corresponding component of the original
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference