Namespaces

Types in MathNet.Numerics.LinearAlgebra

Type VectorExtensions

Namespace MathNet.Numerics.LinearAlgebra

Static Functions

Public Static Functions

Vector<T> Imaginary(this Vector<T> vector)

Gets a real vector representing the imaginary parts of a complex vector.

Vector<T> Real(this Vector<T> vector)

Gets a real vector representing the real parts of a complex vector.

Vector<T> ToComplex(this Vector<T> vector)

Converts a vector to double precision complex numbers.

Vector<T> ToComplex32(this Vector<T> vector)

Converts a vector to single precision complex numbers.

Vector<T> ToDouble(this Vector<T> vector)

Converts a vector to double precision.

Vector<T> ToSingle(this Vector<T> vector)

Converts a vector to single precision.