Click or drag to resize

SymmetricMatrix   Conversion (SymmetricMatrix to Matrix)

Implicit SymmetricMatrix to Matrix conversion.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator Matrix (
	SymmetricMatrix symmetricMatrix
)
Request Example View Source

Parameters

symmetricMatrix  SymmetricMatrix
The SymmetricMatrix.

Return Value

Matrix
The matrix.
See Also