Dense |
The DenseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(DenseMatrix, DenseMatrix) | Adds two matrices together and returns the results. | |
| Modulus(DenseMatrix, Single) | Multiplies a Matrix by a constant and returns the result. | |
| Multiply(DenseMatrix, DenseMatrix) | Multiplies two matrices. | |
| Multiply(DenseMatrix, DenseVector) | Multiplies a Matrix and a Vector. | |
| Multiply(DenseMatrix, Single) | Multiplies a Matrix by a constant and returns the result. | |
| Multiply(DenseVector, DenseMatrix) | Multiplies a Vector and a Matrix. | |
| Multiply(Single, DenseMatrix) | Multiplies a Matrix by a constant and returns the result. | |
| Subtraction(DenseMatrix, DenseMatrix) | Subtracts two matrices together and returns the results. | |
| UnaryNegation(DenseMatrix) | Negates each element of the matrix. | |
| UnaryPlus(DenseMatrix) | Returns a Matrix containing the same values of rightSide. |