Click or drag to resize

DenseMatrix Operators

The DenseMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(DenseMatrix, DenseMatrix) Adds two matrices together and returns the results.
Public operatorStatic memberModulus(DenseMatrix, Complex32) Multiplies a Matrix by a constant and returns the result.
Public operatorStatic memberMultiply(Complex32, DenseMatrix) Multiplies a Matrix by a constant and returns the result.
Public operatorStatic memberMultiply(DenseMatrix, Complex32) Multiplies a Matrix by a constant and returns the result.
Public operatorStatic memberMultiply(DenseMatrix, DenseMatrix) Multiplies two matrices.
Public operatorStatic memberMultiply(DenseMatrix, DenseVector) Multiplies a Matrix and a Vector.
Public operatorStatic memberMultiply(DenseVector, DenseMatrix) Multiplies a Vector and a Matrix.
Public operatorStatic memberSubtraction(DenseMatrix, DenseMatrix) Subtracts two matrices together and returns the results.
Public operatorStatic memberUnaryNegation(DenseMatrix) Negates each element of the matrix.
Public operatorStatic memberUnaryPlus(DenseMatrix) Returns a Matrix containing the same values of rightSide.
Top
See Also