Matrix Extensions Class
Contains methods for operations that are different for real and complex vectors and matrices.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static class MatrixExtensions
- Inheritance
- Object → MatrixExtensions
Methods
Estimate | Calculates an estimate for the condition number of the matrix. |
Get | Returns the imaginary part of a complex matrix as a real matrix. |
Get | Returns the magnitude of each element of a complex matrix as a real matrix. |
Get | Returns the phase of each element of a complex matrix as a real matrix. |
Get | Returns the real part of a complex matrix. |