Matrix Extensions.Get Real Part<T> Method
Returns the real part of a complex matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix with element type T containing the real part of matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Matrix<T> GetRealPart<T>(
this Matrix<Complex<T>> matrix
)
Parameters
Type Parameters
- T
- The element type of the real matrix.
Return Value
Matrix<T>A matrix with element type T containing the real part of matrix.