MatrixExtensions Class

Contains methods for operations that are different for real and complex vectors and matrices.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static class MatrixExtensions
Inheritance
Object  →  MatrixExtensions

Methods

EstimateConditionNumber<T> Calculates an estimate for the condition number of the matrix.
GetImaginaryPart<T> Returns the imaginary part of a complex matrix as a real matrix.
GetMagnitude<T> Returns the magnitude of each element of a complex matrix as a real matrix.
GetPhase<T> Returns the phase of each element of a complex matrix as a real matrix.
GetRealPart<T> Returns the real part of a complex matrix.

See Also