TridiagonalMatrix Conversion (TridiagonalMatrix to Matrix) |
Implicit TridiagonalMatrix 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 (
TridiagonalMatrix tridiagonal
)
Public Shared Widening Operator CType (
tridiagonal As TridiagonalMatrix
) As Matrix
Request Example
View SourceParameters
- tridiagonal TridiagonalMatrix
- The TridiagonalMatrix.
Return Value
MatrixThe Matrix.
See Also