Symmetric 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 SymmetricMatrix : BaseMatrixVB
Public NotInheritable Class SymmetricMatrix
Inherits BaseMatrix- Inheritance
- Object BaseMatrix SymmetricMatrix
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(SymmetricMatrix, SymmetricMatrix) | |
| (SymmetricMatrix to Matrix) | |
| Multiply(Double, SymmetricMatrix) | |
| Subtraction(SymmetricMatrix, SymmetricMatrix) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |