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 Matrix : BaseMatrixVB
Public NotInheritable Class Matrix
Inherits BaseMatrix- Inheritance
- Object BaseMatrix Matrix
Constructors
Properties
| ColumnCount | (Inherited from BaseMatrix) |
| IsSquare | (Inherited from BaseMatrix) |
| Item | (Inherited from BaseMatrix) |
| RowCount | (Inherited from BaseMatrix) |
| Trace | (Inherited from BaseMatrix) |
Methods
Operators
| Addition(Matrix, Matrix) | |
| Multiply(Double, Matrix) | |
| Multiply(Matrix, Double) | |
| Subtraction(Matrix, Matrix) | |
| UnaryNegation(Matrix) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |