Vector Extensions 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static class VectorExtensions
- Inheritance
- Object → VectorExtensions
Methods
Get | Returns the imaginary part of a complex vector as a real vector. |
Get | Returns the magnitude of each element of a complex vector as a real vector. |
Get | Returns the phase of each element of a complex vector as a real vector. |
Get | Returns the real part of a complex vector. |
Infinity | Returns the infinity norm of a vector. |
Infinity | Returns the infinity norm of a vector. |
One | Returns the one-norm of a vector. |
One | Returns the one-norm of a vector. |
Two | Returns the two-norm of a vector. |
Two | Returns the two-norm of a vector. |