Complex |
The ComplexMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComplexMatrix(Int32) | Initializes a new instance of the MatrixComplex class of the given size. |
![]() | ComplexMatrix(Int32, Int32) | Initializes a new instance of the MatrixComplex class of the given size. |
Name | Description | |
---|---|---|
![]() | ColumnCount | Returns the number of columns. |
![]() | IsSquare | Gets a value indicating if the matrix is square. |
![]() | Item | Returns the value of a element of the matrix. |
![]() | RowCount | Returns the number of rows. |
Name | Description | |
---|---|---|
![]() | Add | In place addition A=A+B |
![]() | CheckMatrixDimensions(ComplexMatrix) | Check if size(this) == size(B) |
![]() | CheckMatrixDimensions(Matrix) | Check if size(this) == size(B) |
![]() | CopyToArray | |
![]() | CopyToJaggedArray | Copy all elements of this matrix to a jagged array. |
![]() | ElemntsMult | Element-by-element multiplication: aij = aij*bij |
![]() | GetColumnVectors | Gets the column vectors of this matrix. |
![]() | GetImag | Gets a matrix that contains the imaginary part of this matrix. |
![]() | GetReal | Gets a matrix that contains the real part of this matrix. |
![]() | GetRowVectors | Gets the row vectors of this matrix. |
![]() | MatrixToString | Returns the string of the matrix. |
![]() | MatrixToString(String) | Returns the string of the matrix. |
![]() | Multiply | In place scalar-matrix multiplication, A=s*A |
![]() | MultiplyC | In place scalar-matrix multiplication, A=c*A |
![]() | SetImag | Sets the imaginary part of the elements of this matrix equal to the elemnets of a real matrix. |
![]() | SetReal | Sets the real part of the elements of this matrix equal to the elemnets of a real matrix. |
![]() | Subtract | In place matrix subtraction, A=A-B. |
![]() | UnaryMinus | In place unary minus -A. |
Name | Description | |
---|---|---|
![]() ![]() | Addition(ComplexMatrix, ComplexMatrix) | Matrix addition. |
![]() ![]() | Multiply(BaseMatrix, ComplexMatrix) | Matrix multiplication. |
![]() ![]() | Multiply(Complex, ComplexMatrix) | complex-Matrix multiplication. |
![]() ![]() | Multiply(ComplexMatrix, ComplexMatrix) | Matrix multiplication. |
![]() ![]() | Subtraction(ComplexMatrix, ComplexMatrix) | Matrix subtraction. |
Name | Description | |
---|---|---|
![]() | _ColumnCount | El numero de columnas |
![]() | _Data | Los datos de la matriz, los datos se almacenan en un un array unidimensional, Los elementos se almacenan por columnas, esto para que sean compatible con los Arrays de Fortran |
![]() | _RowCount | El numero de renglones |
Name | Description | |
---|---|---|
![]() | GetEnumNames | (Defined by General) |
![]() | IsValidDouble | (Defined by General) |