DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    ComplexMatrix Class

    Definition

    Namespace: DotNumerics.LinearAlgebra
    Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
    C#Request Example
    public class ComplexMatrix : IMatrix<Complex>
    VBRequest Example
    Public Class ComplexMatrix
    	Implements IMatrix(Of Complex)
    Inheritance
    Object    ComplexMatrix
    Implements
    IMatrixComplex

    Constructors

    ComplexMatrix(Int32) 
    ComplexMatrix(Int32, Int32) 

    Properties

    ColumnCount 
    IsSquare 
    Item 
    RowCount 

    Methods

    Add 
    CheckMatrixDimensions(ComplexMatrix) 
    CheckMatrixDimensions(Matrix) 
    CopyToArray 
    CopyToJaggedArray 
    ElemntsMult 
    GetColumnVectors 
    GetImag 
    GetReal 
    GetRowVectors 
    MatrixToString 
    MatrixToString(String) 
    Multiply 
    MultiplyC 
    SetImag 
    SetReal 
    Subtract 
    UnaryMinus 

    Operators

    Addition(ComplexMatrix, ComplexMatrix) 
    Multiply(BaseMatrix, ComplexMatrix) 
    Multiply(Complex, ComplexMatrix) 
    Multiply(ComplexMatrix, ComplexMatrix) 
    Subtraction(ComplexMatrix, ComplexMatrix) 

    Fields

    _ColumnCount 
    _Data 
    _RowCount 

    Extension Methods

    GetEnumNames
    (Defined by General)
    IsValidDouble
    (Defined by General)

    See Also

    Reference

    DotNumerics.LinearAlgebra Namespace

    In This Article

    • Definition
    • Constructors
    • Properties
    • Methods
    • Operators
    • Fields
    • Extension Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros