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

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

Syntax

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

Return Value

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