Click or drag to resize

ComplexMatrixSetReal Method

Sets the real 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 SetReal(
	Matrix RM
)
Request Example View Source

Parameters

RM  Matrix
A matrix that contains the values of the real part.
See Also