MatrixElementDivide Method |
Name | Description | |
---|---|---|
ElementDivide(Matrix, Matrix) | Creates a new Matrix which is the element-by-element division of the two given matrices. The most efficient operation to do this is chosen through double dispatch based on the concrete types of the given matrices. | |
ElementDivide(Matrix, Matrix3By3) |
Creates a new Matrix which is the element-by-element division of
the two given matrices.
| |
ElementDivide(Matrix, Matrix6By6) |
Creates a new Matrix which is the element-by-element division of
the two given matrices.
| |
ElementDivide(Matrix3By3, Matrix) |
Creates a new Matrix which is the element-by-element division of
the two given matrices.
| |
ElementDivide(Matrix6By6, Matrix) |
Creates a new Matrix which is the element-by-element division of
the two given matrices.
|