Tridiagonal Matrix Class
Definition
Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public sealed class TridiagonalMatrix : BaseMatrixVB
Public NotInheritable Class TridiagonalMatrix
Inherits BaseMatrix- Inheritance
- Object BaseMatrix TridiagonalMatrix
Constructors
Properties
| ColumnCount | (Inherited from BaseMatrix) |
| IsSquare | (Inherited from BaseMatrix) |
| Item | (Overrides BaseMatrixItemInt32, Int32) |
| RowCount | (Inherited from BaseMatrix) |
| Trace | (Inherited from BaseMatrix) |
Methods
Operators
| Addition(TridiagonalMatrix, TridiagonalMatrix) | |
| (TridiagonalMatrix to Matrix) | |
| Multiply(Double, TridiagonalMatrix) | |
| Subtraction(TridiagonalMatrix, TridiagonalMatrix) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |