Matrix<T>.Get Complex View Method
Returns a complex view of this matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
A complex matrix view whose real part is this matrix and whose imaginary part is zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
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.