Base 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 BaseMatrix : IMatrix<double>VB
Public MustInherit Class BaseMatrix
Implements IMatrix(Of Double)- Inheritance
- Object BaseMatrix
- Derived
Constructors
Properties
Methods
Operators
| Addition(BaseMatrix, BaseMatrix) | |
| Multiply(BaseMatrix, BaseMatrix) | |
| Subtraction(BaseMatrix, BaseMatrix) |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |