Triangular Matrix<T>.To Complex Method
Returns a complex matrix with the same values as this matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
A matrix whose real components are the values of this instance and whose imaginary components are zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public override Matrix<Complex<T>> ToComplex()Return Value
Matrix<Complex<T>>A matrix whose real components are the values of this instance and whose imaginary components are zero.