ComplexMatrixSetImag Method |
Sets the imaginary part of the elements of this matrix equal to the elemnets of a real matrix.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetImag(
Matrix IM
)
Public Sub SetImag (
IM As Matrix
)
Request Example
View SourceParameters
- IM Matrix
- A matrix that contains the values of the imaginary part.
See Also