Returns the conjugate of this instance.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override Matrix<T> Conjugate()
Public Overrides Function Conjugate As Matrix(Of T)
public:
virtual Matrix<T>^ Conjugate() override
abstract Conjugate : unit -> Matrix<'T>
override Conjugate : unit -> Matrix<'T>
Return Value
Type:
MatrixTA
MatrixT representing the
transpose of this matrix.
The transpose of a matrix is the matrix
with rows and columns exchanged. The transpose of
a matrix with
m rows and
n columns is
a matrix with
n rows and
m columns.
Numerical Libraries
Supported in: 5.x
Reference