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