Base Band 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 abstract class BaseBandMatrix : BaseMatrixVB
Public MustInherit Class BaseBandMatrix
Inherits BaseMatrix- Inheritance
- Object BaseMatrix BaseBandMatrix
- Derived
Constructors
Properties
| ColumnCount | (Inherited from BaseMatrix) |
| IsSquare | (Inherited from BaseMatrix) |
| Item | (Overrides BaseMatrixItemInt32, Int32) |
| LowerBandWidth | |
| RowCount | (Inherited from BaseMatrix) |
| Trace | (Inherited from BaseMatrix) |
| UpperBandWidth |
Methods
Operators
Fields
| _ColumnCount | (Inherited from BaseMatrix) |
| _Data | (Inherited from BaseMatrix) |
| _RowCount | (Inherited from BaseMatrix) |
| MeLowerBandWidth | |
| MeUpperBandWidth |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |