Matrix<T>.GetComplexView Method

Returns a complex view of this matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
public Matrix<Complex<T>> GetComplexView()

Return Value

Matrix<Complex<T>>
A complex matrix view whose real part is this matrix and whose imaginary part is zero.

See Also