MatrixTDepth Operators |
The MatrixTDepth generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, MatrixTDepth) | val + mat1 |
![]() ![]() | Addition(MatrixTDepth, MatrixTDepth) |
Elementwise add mat1 with mat2 |
![]() ![]() | Addition(MatrixTDepth, Double) |
Elementwise add mat1 with val |
![]() ![]() | Division | mat1 / val |
![]() ![]() | Multiply(Double, MatrixTDepth) | val * mat1 |
![]() ![]() | Multiply(MatrixTDepth, MatrixTDepth) | mat1 * mat2 |
![]() ![]() | Multiply(MatrixTDepth, Double) | mat1 * val |
![]() ![]() | Subtraction(Double, MatrixTDepth) | val - mat1 |
![]() ![]() | Subtraction(MatrixTDepth, MatrixTDepth) | mat1 - mat2 |
![]() ![]() | Subtraction(MatrixTDepth, Double) | mat1 - val |