SymmetricMatrix Conversion (SymmetricMatrix to Matrix) |
Implicit SymmetricMatrix to Matrix conversion.
Namespace: DotNumerics.LinearAlgebraAssembly: 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
)
Public Shared Widening Operator CType (
symmetricMatrix As SymmetricMatrix
) As Matrix
Request Example
View SourceParameters
- symmetricMatrix SymmetricMatrix
- The SymmetricMatrix.
Return Value
MatrixThe matrix.
See Also