Returns a real matrix containing the real components of the matrix.

Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetRealPart As Matrix
C#
public virtual Matrix GetRealPart ()
C++
public:
virtual Matrix^ GetRealPart ()

Return Value

A Matrix containing the real part of each component of the matrix.