Click or drag to resize

ComplexMatrixSetImag Method

Sets the imaginary part of the elements of this matrix equal to the elemnets of a real matrix.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetImag(
	Matrix IM
)
Request Example View Source

Parameters

IM  Matrix
A matrix that contains the values of the imaginary part.
See Also