ComplexMatrixSetReal Method |
Sets the real 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 SetReal(
Matrix RM
)
Public Sub SetReal (
RM As Matrix
)
Request Example
View SourceParameters
- RM Matrix
- A matrix that contains the values of the real part.
See Also