Click or drag to resize

ComplexMatrix Operators and Type Conversions

The ComplexMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberCode exampleAddition(Complex, ComplexMatrix)
Determines the addition of a scalar to a matrix.
Public operatorStatic memberCode exampleAddition(ComplexMatrix, ComplexMatrix)
Determines the sum of two matrices.
Public operatorStatic memberAddition(ComplexMatrix, DoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberAddition(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleAddition(ComplexMatrix, Complex)
Determines the addition of a matrix to a scalar.
Public operatorStatic memberAddition(DoubleMatrix, ComplexMatrix)
Determines the sum of two matrices.
Public operatorStatic memberAddition(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the sum of two matrices.
Public operatorStatic memberCode exampleDivision(Complex, ComplexMatrix)
Determines the division of a scalar by a matrix.
Public operatorStatic memberCode exampleDivision(ComplexMatrix, ComplexMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberDivision(ComplexMatrix, DoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberDivision(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberCode exampleDivision(ComplexMatrix, Complex)
Determines the division of a matrix by a scalar.
Public operatorStatic memberDivision(DoubleMatrix, ComplexMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberDivision(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the division of a matrix by another.
Public operatorStatic member(Complex to ComplexMatrix)
Performs an explicit conversion from Complex to ComplexMatrix.
Public operatorStatic member(ComplexMatrix to Complex)
Performs an explicit conversion from ComplexMatrix to Complex.
Public operatorStatic member(ReadOnlyComplexMatrix to ComplexMatrix)
Performs an explicit conversion from ReadOnlyComplexMatrix to ComplexMatrix.
Public operatorStatic memberCode exampleMultiply(Complex, ComplexMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(ComplexMatrix, ComplexMatrix)
Determines the product of two matrices.
Public operatorStatic memberMultiply(ComplexMatrix, DoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberMultiply(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleMultiply(ComplexMatrix, Complex)
Determines the multiplication of a matrix by a scalar.
Public operatorStatic memberMultiply(DoubleMatrix, ComplexMatrix)
Determines the product of two matrices.
Public operatorStatic memberMultiply(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleSubtraction(Complex, ComplexMatrix)
Determines the subtraction of a matrix from a scalar.
Public operatorStatic memberCode exampleSubtraction(ComplexMatrix, ComplexMatrix)
Determines the difference between two matrices.
Public operatorStatic memberSubtraction(ComplexMatrix, DoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberSubtraction(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleSubtraction(ComplexMatrix, Complex)
Determines the subtraction of a scalar from a matrix.
Public operatorStatic memberSubtraction(DoubleMatrix, ComplexMatrix)
Determines the difference between two matrices.
Public operatorStatic memberSubtraction(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleUnaryNegation
Determines the negation of a matrix.
Top
See Also